| title | description | icon |
|---|---|---|
Quickstart |
Start building AI agents in under 5 minutes |
circle-play |
AgentStack's greatest ability is that of quickly scaffolding agent projects
AgentStack v0.1 supports a friendly setup wizard!
To start, ensure you have AgentStack installed and run:
agentstack initUsing the wizard is recommended in AgentStack version 0.1 (current release)
Starting a project without the wizard is useful if you are past the ideation stage and want to just start with a default project template:
agentstack init --no-wizardBy default, your project will contain no agents or tasks.
AgentStack 0.1 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.
To generate a new agent, run agentstack generate agent <agent_name> - More Info
To generate a new task, run agentstack generate task <task_name> - More Info