This repo is an attempt to explore a different pattern: - Agents request actions - A separate layer authorizes or denies them - Capabilities are explicit, not implicit - Policies are external, not baked into prompts
Even a simple mock version helps clarify the architecture. My goal is to make this pattern easier to adopt before agents start touching real systems.
The next steps I’m considering: - Adding a real capability‑token validator - A more complete “action firewall” example - A Python version - A few real‑world tool integrations (email, DB, file ops) - A diagram of how this fits into an agent stack
If you have thoughts on what would be most valuable, I’d love to hear them.