Hacker News new | ask | show | jobs
CaMeL-Powered Secure Agent Demo with ADK (github.com)
3 points by honorious 308 days ago
1 comments

This demo shows an Agent Development Kit (ADK) implementation that leverages the CaMeL framework for enhanced security and controlled data flow in LLM agents. CaMeL (Defeating Prompt Injections by Design) protects the model against prompt injection attacks by explicitly separating control and data flows in the query given to the agent. Additionally, CaMeL enables fine-grained access control; in other words, it is possible to define precise rules that are deterministically enforced over data flows between tool calls.