Skip to content

Implement plugin service registry and invocation #5

Description

@BSteffaniak

Create the service bus used by plugins to expose host-callable capabilities such as tools, model providers, permissions, commands, UI contributions, and integrations.

Acceptance criteria:

  • Plugins can register named service interfaces.
  • Service interfaces are versioned.
  • Host can invoke plugin services by provider/interface/version/operation.
  • Requests and responses use typed, serializable payloads.
  • Service errors are structured and surfaced clearly.
  • Multiple plugins can provide different services without hardcoded host behavior.

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