Initial draft at AI attributes and policy function helper declarations#509
Initial draft at AI attributes and policy function helper declarations#509TristonianJones wants to merge 4 commits intogoogle:masterfrom
Conversation
0d76ce3 to
031e1e7
Compare
ddfdc2e to
5a0b82d
Compare
|
This looks very interesting and highly relevant to discussions at the Kubernetes Agentic Networking project. Our use case centers on gateways and proxies handling requests from and between agentic workloads in Kubernetes—including protocol-aware authorization for MCP tool calls, agent identity verification (SPIFFE), and external auth policy enforcement. A few questions on how this maps to proxy-mediated policy enforcement: Proxy observability boundaries: Which proposed variables are inspectable by a network proxy vs. requiring agent-side evaluation? For example, Agent-to-agent communication: The current variables distinguish agent↔LLM ( MCP bidirectional flows: The Would love to hear thoughts on these as we explore CEL-based policies for Kubernetes-native agentic networking. Thanks in advance! |
At the request of the community, I've put together example message types
and function declarations which can be used to write, validate, and type-check
AI policies for tools and agents.
Once the initial draft is approved, implementations for the runtime functions will
appear within the respective CEL stacks in Java, Go, C++, and Python.
#504