Description
Complex goals in Auto Mode are handled by a single agent loop, which can lead to context pollution and inefficiency when switching between different types of tasks (e.g., coding vs. research).
Proposed Solution
- Allow the primary agent to spawn 'worker' agents with restricted toolsets and specific sub-tasks.
- Workers report back to the primary agent, which then merges the results into the goal's diary.
Benefits
- Parallel task execution.
- Cleaner context management for complex, multi-stage goals.
Description
Complex goals in Auto Mode are handled by a single agent loop, which can lead to context pollution and inefficiency when switching between different types of tasks (e.g., coding vs. research).
Proposed Solution
Benefits