Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.62 KB

File metadata and controls

53 lines (34 loc) · 1.62 KB
title description icon
Quickstart
Start building AI agents in under 5 minutes
circle-play

Initialize a new project

AgentStack's greatest ability is that of quickly scaffolding agent projects

Wizard

AgentStack v0.1 supports a friendly setup wizard!

To start, ensure you have AgentStack installed and run:

agentstack init

Using the wizard is recommended in AgentStack version 0.1 (current release)

Without Wizard

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-wizard

Building your project

By 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.

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

Quickstart Tutorial

Build a simple web scraper agent ![thumbnail](https://cdn.loom.com/sessions/thumbnails/68d796b13cd94647bd1d7fae12b2358e-5d62273c24a53191-full-play.gif)