Contributing
How To Contribute
Contribute your own Agent tool to the ecosystem
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
- Clone the repo
poetry install
pip install -e .
- This will install the CLI locally and in editable mode so you can use
agentstack <command>
to test your latest changes
- This will install the CLI locally and in editable mode so you can use
Project Structure
TODO
Tests
HAHAHAHAHAHAHA good one (pls help 🥺)