First of all, thank you for your interest in contributing to AgentStack! Even the smallest contributions help a ton.

Our vision is to build the de facto CLI for quickly spinning up an AI Agent project. We want to be the create-react-app of agents. Our inspiration also includes the oh-so-convenient Angular CLI.

How to Help

Grab an issue from the issues tab! Plenty are labelled “Good First Issue”. Fork the repo and create a PR when ready!

The best place to engage in conversation about your contribution is in the Issue chat or on our Discord.

Setup

  1. Clone the repo
  2. poetry install
  3. pip install -e .
    • This will install the CLI locally and in editable mode so you can use agentstack <command> to test your latest changes

Project Structure

TODO

Tests

HAHAHAHAHAHAHA good one (pls help 🥺)