Quickstart
Start building AI agents in under 5 minutes
Initialize a new project
AgentStack’s greatest ability is that of quickly scaffolding agent projects
To start, ensure you have AgentStack installed and run:
With the Wizard
Optionally, if you’re a little overwhelmed with the code generated, you can use our Wizard to help guide you through some core setup!
With a Template
By default, your project will contain no agents or tasks.
If you find it easier to start with a complete project and edit it to fit your use-case, you can use Templates
Building your project
AgentStack 0.2 is built on top of CrewAI. The majority of your development experience will be with Crew.
When working with your Crew project, AgentStack makes generating new agents and tasks easy.
Agents
To generate a new agent, run agentstack generate agent <agent_name>
- More Info
Tasks
To generate a new task, run agentstack generate task <task_name>
- More Info