Initialize a new project
AgentStack’s greatest ability is that of quickly scaffolding agent projects To start, ensure you have AgentStack installed and run:Building your project
AgentStack 0.3 and beyond is framework-agnostic! Choose any supported framework and start building. We help you scaffold your project quickly, but building complex routing and workflows is still done at the framework level. Be sure to understand how to build with your framework and turn to their documentation for guidance.Agents
To generate a new agent, runagentstack generate agent <agent_name>
- More Info
Tasks
To generate a new task, runagentstack generate task <task_name>
- More Info