- Step1: Clone the repository with git clone https://github.com/naidu199/AI-Agents.git
- Step2: Install dependencies via pip install -r requirements.txt
- Step3: Set environment variable OPENAI_API_KEY to your OpenAI key
- Step4: Choose or configure an agent template in config.yaml
- Step5: Run python main.py to launch the agent
- Step6: Monitor logs and outputs, adjust parameters as needed
- Step7: Develop custom tools or memory modules and integrate via plugins