agent.yaml 183 B

123456
  1. name: CoderAgent
  2. description: Given a particular task, and a detailed description of the codebase, accomplishes the task
  3. inputs:
  4. task: string
  5. codebase_summary: string
  6. outputs: {}