nisavid/rolecasting
v1.0.0MIT
Rolecasting: portable model selection and delegation topology for agent work.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "rolecasting",
"version": "1.0.0",
"description": "Rolecasting: portable model selection and delegation topology for agent work.",
"author": {
"name": "Ivan D Vasin",
"url": "https://github.com/nisavid"
},
"homepage": "https://github.com/nisavid/provingkit/tree/main/plugins/rolecasting",
"repository": "https://github.com/nisavid/provingkit",
"license": "MIT",
"keywords": ["agents", "delegation", "model-selection", "orchestration"],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Rolecasting",
"shortDescription": "Choose agent roles, models, and delegation topology.",
"longDescription": "Rolecasting keeps consequential decisions with the leader, delegates bounded work, and selects an available model suitable for each settled role.",
"developerName": "Ivan D Vasin",
"category": "Developer Tools",
"capabilities": ["Orchestration"],
"websiteURL": "https://github.com/nisavid/provingkit/tree/main/plugins/rolecasting",
"defaultPrompt": [
"Use $rolecasting:delegating-cross-agent-work to choose a worker topology and hand off this bounded task.",
"Use $rolecasting:choosing-agent-models to select the model and reasoning effort for this delegated task."
]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- 3Python files
- 2JSON files
- 2YAML files
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai