agent.yaml 182 B

123456
  1. name: Coder
  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: []