Description
The current agent logic in agent.js is a single-loop system. While functional, it lacks the ability to spawn specialized sub-agents for complex tasks (e.g., a "Researcher" agent vs. a "Coder" agent).
Tasks
- Refactor AgentManager to support hierarchical task delegation.
- Implement a "Manager" loop that can break down complex prompts into sub-tasks.
- Add support for parallel sub-agent execution.
This is a pretty difficult one to nail, I don't expect any serious results for the moment.
Feel free to take a crack though!
Description
The current agent logic in agent.js is a single-loop system. While functional, it lacks the ability to spawn specialized sub-agents for complex tasks (e.g., a "Researcher" agent vs. a "Coder" agent).
Tasks
This is a pretty difficult one to nail, I don't expect any serious results for the moment.
Feel free to take a crack though!