Skip to content

Evaluating the Possibility of Deploying the Proxy Agent Without Depending on the Skillberry Store #7

Description

@aviweit

Currently, the proxy requires a Skillberry Store instance to be available. It interacts with the store to retrieve a skill, effectively constructing a logical MCP server from its components (tools and prompts).

The store also acts as a repository for tools, manages these MCP servers, and is capable of executing the tools in an isolated environment.

However, the proxy can also function as a "standalone" agent. In this mode, it receives tools as part of the chat completion request and emits tool_calls as needed, without directly executing the tools itself, as in the Ottto use case.

This issue aims to more clearly define the boundary between these two operational modes.

Activity

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

Metadata

Metadata

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