Skip to main content

The fastest way to build robust AI agents

Project description

AgentStack Python 3.10+ License: MIT

Logo

Create AI agent projects from the command line.

AgentStack works on macOS, Windows, and Linux.
If something doesn't work, please file an issue.
If you have questions or need help, please ask in our Discord community.

Quick Overview

pip install agentstack
agentstack init my-agent-project
cd my-agent-project
python main.py

agentstack init

Get Started Immediately

You don't need to install or configure tools like LangChain or LlamaIndex.
They are preconfigured and hidden so that you can focus on the code.

Create a project, and you're good to go.

Creating an Agent Project

You'll need to have Python 3.10+ on your local development machine (but it's not required on the server). We recommend using the latest version. You can use pyenv to switch Python versions between different projects.

To create a new agent project, run:

pip install agentstack
agentstack init my-agent-project

It will create a directory called my-agent-project inside the current folder.
Inside that directory, it will generate the initial project structure and install the transitive dependencies:

my-agent-project/
├── README.md
├── requirements.txt
├── .gitignore
├── main.py
├── agents/
│   └── (agent files based on your setup)
└── tasks/
    └── (task files based on your setup)

No configuration or complicated folder structures, only the files you need to build your agent project.
Once the initialization is done, you can open your project folder:

cd my-agent-project

Inside the newly created project, you can run some built-in commands:

python main.py

Runs the agent project in development mode.

Philosophy

  • Agents should be easy: There are so many frameworks out there, but starting from scratch is a pain. Similar to Create React App, Agent Stack aims to simplify the "from scratch" process by giving you a simple boilerplate of an agent. It uses popular agent frameworks and LLM providers, but provides a cohesive curated experience on top of them.

  • No Configuration Required: You don't need to configure anything. A reasonably good configuration of both development and production builds is handled for you so you can focus on writing code.

  • No Lock-In: You can customize your setup at any time. Agent Stack is designed to make it easy to get the components you need running right off the bat; it's up to you what to do next.

What's Included?

Your environment will have everything you need to build a modern AI agent project:

  • Support for popular agent frameworks like CrewAI, Autogen, and LiteLLM.
  • Easy integration of tools for browsing, RAG, and more.
  • A fast interactive test runner with built-in support for coverage reporting.
  • A live development server that warns about common mistakes.
  • A build script to bundle your project for production.
  • Integration with AgentOps for AI agent observability.
  • Hassle-free updates for the above tools with a single dependency.

License

AgentStack is open source software licensed as MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentstack-0.0.3.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distribution

agentstack-0.0.3-py3-none-any.whl (16.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page