Documentation
Developer Documentation
Everything you need to build, deploy, and extend reagent
Quick Start Guide
Get reagent up and running in minutes with this step-by-step guide.
1
Clone Repository
git clone https://github.com/reagent-systems/reagent.git
cd reagent
2
Install Dependencies
pip install -r requirements.txt
3
Configure Environment
cp .env.example .env
# Edit .env with your API keys
4
Run Agent
python SimpleAgent.py -a 10 "Your task here"