AgentRC: Portable agent declarations for governance policy enforcement #6291
adeelahmad
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building AgentRC—an open specification for declaring AI agents as portable OCI artifacts. I think it solves a real gap in ADK's governance story.
The Agentfile packages four declarations: IDENTITY (who the agent is), CAPABILITY (what it can do), SOP (standard operating procedures), and POLICY (governance constraints). When built, these become
ai.agentrc.*labels on the image manifest.Your governance hooks need a canonical contract to enforce against. AgentRC provides that contract. A platform reads the labels, evaluates policy, and decides deny-by-default—all without coupling to any specific policy engine.
I've got a working spec (v0.1.0-draft.6) and 800+ clones in four days. The spec is at agentrc.ai, code at github.com/adeelahmad/agentrc (https://agentrc.ai) .
Curious if this fits into ADK's governance roadmap.
Beta Was this translation helpful? Give feedback.
All reactions