Edictum – Runtime governance for LLM agent tool calls
Proves text safety ≠ tool-call safety; catches hidden harmful executions deterministically.

ECDSA-signed audit trails for Anthropic Managed Agents in just 3 lines of code.
Backend developers using Anthropic Managed Agents
Guardrails AI · LangChain Guardrails
We just shipped govern() SDK, a single method that sits between your app and Anthropic's Managed Agent runtime. Every tool call (bash, file writes, web fetches) flows through your org's policies before executing.
It evaluates each tool call against your workspace policies. Low-risk tools auto-approve instantly. High-risk tools escalate to humans via alerts and dashboard. Everything lands in a tamper-proof, ECDSA-signed audit trail.
It is very easy to make any agent govern()-able, here's how:
const al = new AgentLattice({ apiKey, anthropicApiKey }); const result = await al.govern(agentId, "Analyze this report");
Find out more:X post: https://x.com/gadbadd/status/2046016210438091196
Blog: https://agentlattice.io/blog/govern-anthropic-managed-agents
Docs: https://agentlattice.io/docs/managed-agents
GitHub: https://github.com/AgentLattice/govern-anthropic-demo
Proves text safety ≠ tool-call safety; catches hidden harmful executions deterministically.
Open-source dashboard for Anthropic Managed Agents beats the API console for debugging.
Finally a UI for Anthropic Managed Agents — no more curl and API console debugging.
Finally a UI for Anthropic Managed Agents when only curl existed before.
The product promises a true omni-channel front desk — voice calls, web chat and WhatsApp wrapped into a single AI host — which is exactly the practical automation hospitality teams want if it reliably hooks into PMS and telephony. The site looks modern and lists customers and a $1/hr claim, but it hides the integration and reliability details (payment flows, booking system sync, dispute handling), and that’s where this kind of service lives or dies.
MCP gateway governing AI agent credential access with YAML policies and blake3 audit chains—fills real enterprise gap.