hermescures1's picture
Upload folder using huggingface_hub
32112fa verified
Raw
History Blame Contribute Delete
506 Bytes
"""AI Agents package — 5 persistent agents that work on goals and projects.
Agents:
- PlannerAgent: breaks goals into steps, generates execution plans
- CoderAgent: writes code, creates files, debugs
- ResearcherAgent: gathers information, analyzes topics
- ReviewerAgent: reviews work, validates quality, finds issues
- ExecutorAgent: executes commands, runs tools, deploys
All agents run persistently in background threads, picking up goals
from the goal memory and working on them continuously.
"""