Skip to main content

AGENT_PLUGIN_MANIFEST

Constant AGENT_PLUGIN_MANIFEST 

Source
pub const AGENT_PLUGIN_MANIFEST: &str = "{\n  \"$schema\": \"https://agent-plugins.org/schemas/1.0.0/plugin.schema.json\",\n  \"name\": \"{{PLUGIN_NAME}}\",\n  \"version\": \"{{PLUGIN_VERSION}}\",\n  \"description\": \"Workspace graph tools and usage skill for {{WORKSPACE_JSON_STRING}}\",\n  \"homepage\": \"https://github.com/dertin/code-system-graph\",\n  \"repository\": \"https://github.com/dertin/code-system-graph\",\n  \"license\": \"Apache-2.0\",\n  \"keywords\": [\"code-intelligence\", \"graph\", \"mcp\", \"workspace\"]\n}\n";
Expand description

Portable Agent Plugins 1.0 manifest template.