mafifi/drawloom-knowledge-evaluation
v0.0.0Apache-2.0
Frozen public knowledge evaluation through Drawloom's supported evaluation capability.
What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "drawloom-knowledge-evaluation",
"version": "0.0.0",
"description": "Frozen public knowledge evaluation through Drawloom's supported evaluation capability.",
"license": "Apache-2.0",
"extensions": {
"org.drawloom": {
"version": 1,
"backend": { "entrypoint": "./org.drawloom/backend.js" },
"workflows": { "entrypoint": "./org.drawloom/workflows.js" },
"requires": [{ "kind": "capability", "id": "evaluation" }],
"optional": [{ "kind": "capability", "id": "orchestration" }],
"workbenches": [{
"id": "knowledge-evaluation",
"title": "Knowledge evaluation",
"openingTool": { "server": "knowledge-evaluation", "tool": "evaluation.open" }
}]
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- org.drawloom