sf-agent-framework
Version:
AI Agent Orchestration Framework for Salesforce Development - Two-phase architecture with 70% context reduction
17 lines (11 loc) • 1.68 kB
Markdown
# Tutorials
This section contains a series of tutorials that will guide you through common scenarios and help you get the most out of the SF-Agent Framework.
## Getting Started
- **[Your First Feature: From Idea to Deployment](./01-your-first-feature.md)**: A comprehensive, step-by-step guide that walks a new user through the entire process of building a new feature.
- **[Modernizing a Legacy App with SF-Agent](./02-modernizing-a-legacy-app.md)**: A tutorial that focuses on the brownfield use case and covers how to document, analyze, and refactor an existing application.
- **[Building a Custom Agent for Your Team](./03-building-a-custom-agent.md)**: An advanced tutorial that shows you how to extend the framework by creating your own custom agents.
## Advanced Features
- **[Web UI Direct Commands](./04-web-ui-commands.md)**: Master the slash command system for controlling agents in web interfaces like ChatGPT, Claude, and Gemini. Learn 20+ commands for agent transformation, session management, and artifact tracking.
- **[Interactive Workflow Planning](./05-interactive-workflows.md)**: Create dynamic workflows with user choice points, conditional branching, and validation gates. Build intelligent processes that adapt based on decisions.
- **[Multi-Agent Collaboration Protocol](./06-agent-collaboration.md)**: Orchestrate formal handoffs between specialized agents, manage artifact passing, and conduct collaborative reviews for complex multi-agent workflows.
- **[Context Memory System](./07-context-memory.md)**: Implement persistent memory across sessions with pattern learning, intelligent retrieval, and memory consolidation for continuous improvement.