Skip to content

Feature request: Parametrize agents to allow for extra workflow steps / override steps #3

@Razkaroth

Description

@Razkaroth

Hey! I have been using this and found it really useful. However, one thing I found myself doing frequently is taking the results of octto and have the agents process it in other ways.

An example of this would be taking the final plan and having the agent process it into beads (an ai issue tracker). It would be nice to be able to have some way of extending/modifying agent prompts.

I think the config file could have something like this:

{
  "agents": {
      "octto": { 
         "model": "github-copilot/claude-sonnet-4.5"
         "workflow-steps" :  { 
                "5": "An aditional step for this agent after the default"
            }
         },
   } 
}

Thanks for your time reading this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions