Skip to content

req(acp) - workflow runtime support for ACP servers #493

Description

I would like to see the introduction of an ACP based workflow runtime, so that conductor could leverage any runtime that supported an ACP interface and not only support new runtimes via code modifications. The ACP runtime could reference either an existing ACP server or a command to start a new sub-process as a server, example of leveraging copilot cli as a runtime.

workflow:
  runtime:
    provider:
      name: acp
      command: copilot
      args:
        - --acp
        - --yolo

An existing ACP server could be referenced by a URL as part of the provider configuration

workflow:
  runtime:
    provider:
      name: acp
      url: https://host:port/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions