This repository contains the general agentic configuration for all Respect projects using Charlie.
This project provides a centralized configuration for AI agents, ensuring consistency across all Respect projects.
- Install Charlie
Ensure you have Charlie installed.
pip install charlie-agents- Extend Configuration
To use this configuration in your project, add extends to your charlie.yaml file.
extends:
- https://github.com/Respect/CharlieConfig.git- Generate Configuration
Generate configuration files using the charlie generate <agent_name> command.
charlie generate claudeISC