Contributing to Aizen

We love contributions! Whether you're fixing bugs, adding features, or improving documentation, your help is welcome.

Getting Started

  1. Clone the repo:
git clone https://github.com/redaicodes/aizen.git
  1. Navigate to the repo:
cd aizen
  1. Create environment file:
cp .env.example .env
  1. Fill in your credentials:
OPENAI_API_KEY=
TWITTER_USERNAME=
TWITTER_PASSWORD=
BSC_PRIVATE_KEY=

Development

  1. Create your specialized tools as Python class within src/aizen
  2. Define agent in a json file: agent.json with the right tools
  3. Run the agent locally:
python run.py --agent agent.json --max_gpt_calls 5

License

This project is released under the MIT License. See the LICENSE file for details.


Built with ❤️ by the Aizen team and community