refiant-inc/admit-bench
v0.1.0Apache-2.0
Admissibility gates for agents that act on physical plants. Check a proposed action against evidence, authority, procedure, and projected physics before it executes.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
admit-benchstdio
{
"type": "stdio",
"command": "admit-bench-mcp",
"args": [],
"cwd": "${PLUGIN_ROOT}"
}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": "admit-bench",
"version": "0.1.0",
"description": "Admissibility gates for agents that act on physical plants. Check a proposed action against evidence, authority, procedure, and projected physics before it executes.",
"author": {
"name": "Refiant, Inc.",
"email": "team@refiant.ai",
"url": "https://refiant.ai"
},
"homepage": "https://arxiv.org/abs/2608.03866",
"repository": "https://github.com/Refiant-Inc/admit-bench",
"license": "Apache-2.0",
"keywords": [
"industrial-ai",
"process-control",
"agent-safety",
"admissibility",
"guardrails",
"evaluation"
]
}