AI control layer for Google ADK agents
Project description
Handlebar, Agent Control Layer (for google-adk Agents)
Handlebar is a runtime control layer for your AI agents.
Enforce deterministic rules on your agents as they act, so you can guarantee they don't violate your team's policies.
| Without Handlebar | With Handlebar |
|---|---|
| "Whoops the agent deleted prod DB" | Deterministically block dangerous tool actions. Full auditability into what your agent tried to do. |
| "Our costs are ballooning with no way to control them" | Track token usage and USD spend, and set hard limits on your agents. When the limit is reached, Handlebar can block the agent from taking further actions. |
| "Someone convinced the agent to leak another user's emails" | Limit tool permissions to the user. |
| "The agent is going off-the-rails and spamming heavy APIs" | Set rate limits on tool use and prevent runaway actions |
| "We can't be sure the agent isn't leaking sensitive data" | Enforce hard data boundaries between tools and your output. Filter PII before it leaks through agent context |
Features
- Collects auditable event logs of your agent's actions
- Block dangerous tools use (e.g.
send_email(internalAddress) -> PASS | send_email(unknownperson@randomaddress.ru) -> BLOCK) - Block dangerous tool chaining (e.g.
get_pii->send_slack_message -> BLOCK: risk of data exfil) - Require human reviews on dangerous actions
- Enforce hard cost budgets and token usage limits for your agents
- Track usage from each enduser and enforce per-user budgets
- Rate limit agent actions
How it works
- Wrap a Handlebar client (this codebase) around your agent
- The client sends event logs of your agent's actions to the Handlebar platform, where you can analyse them
- As your agent receives an action from the LLM, Handlebar intercepts and evaluates the proposed action against your configured policies
- If there are violations, Handlebar either permits the action, blocks it, or exits the run
Get started
You will need:
- an agent...
- Wrap your agent with a Handlebar client
- Connect to the Handlebar platform
- Configure policies to enforce on your agent
Wrap your agent with Handlebar
This repository is a monorepo containing installable packages for different Python agent building frameworks. We provide some pre-built wrappers for agent frameworks, with more on the way soon. If your agent is not directly supported, you can still easily plug Handlebar into your agent.
| Framework | Install command | Where to read more |
|---|---|---|
| google-adk | uv add handlebar-google-adk |
Integration guide |
| Langchain (Python) | Soon... | |
| Other frameworks + custom agents | uv add handlebar-core |
Custom integration guide coming soon |
| Javascript agents (Langchain, Vercel ai etc.) | bun i @handlebar/core |
Checkout the Handlebar JS codebase |
Connect your agent to the Handlebar platform
The client SDKs interact with the Handlebar API to emit agent telemetry and event data it collects, and to evaluate your configured policies.
Sign up at https://app.gethandlebar.com.
If you are waitlisted, get in touch with us to get access.
Once on the platform, create an API key and activate your agent by setting the HANDLEBAR_API_KEY environment variable in your agent codebase.
Configure policies to enforce on your agent
On the platform you can create policies from simple templates: usage limits, dangerous tool use, GDPR, finance agents, and more.
Alternatively, run the Handlebar claude code skill to generate rules custom to your agent, by running:
npx skills add gethandlebar/agent-skills
Go to the skill repository for full instructions.
Get in touch
Please open an issue if you have any feedback, suggestions, or requests for framework support. Alternatively, book a call to talk to us about how Handlebar could help to protect your team's agents.
License
Apache 2.0. See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file handlebar_google_adk-0.2.0.tar.gz.
File metadata
- Download URL: handlebar_google_adk-0.2.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.28
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3d38b7407a18b4a0836c8f8101d81ef58353347c97c4729b300a7b27d84026d
|
|
| MD5 |
e88c3a8899b170f4dc5a708fcfd3eafe
|
|
| BLAKE2b-256 |
5fe329907c0a17e530d52f9e4ee1afc415cc57dda779be253f800225cc1bd769
|
File details
Details for the file handlebar_google_adk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: handlebar_google_adk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.28
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11db4a7e47c1f568cff182f0f745fd354cc28862fbc99d45f6be680958f55e71
|
|
| MD5 |
1aa70ad26669f71f855641bd9a6119d6
|
|
| BLAKE2b-256 |
84bd489f45b8b4560f565c5a829821dffc90d64f8cd71ba5069e8b743b8fb03c
|