Skip to content

Supporting Subagents

  1. I want to support subagents in Keen. But before that, we should run a thorough investigation on how existing coding agents do this and how we can leverage the unique strength of Keen Code. Explore Claude Code, Codex CLI, OpenCode and other coding agents. Then explain how they do subagents. Finally, suggest possible approach for Keen Code.
  2. Save the outcome in .ai-interactions/tasks/issue-55 as output-1_investigation.md
  3. Given how Keen handles context as per docs/turn-memory.md, does adding subagent add any value for context management?
  4. is this a good idea to implement subagents in keen just like how skills are implemented? Through YAML config + subagent calling tool?