Google's Agent Development Kit, in four languages.
An open-source framework for building, testing and deploying agents, optimised for Gemini and Google Cloud but able to use other models. Available in Python, TypeScript, Go and Java.
Key info
- Pricing
- Open source
- Category
- Agents
- Best for
- Expert
- What it is
- A framework: a code library for building, testing and deploying agents
- Do you need to code?
- Yes, in Python, TypeScript, Go or Java
- Cost
- Free and open source (Apache 2.0); you pay your model provider
- Models
- Optimised for Gemini; OpenAI, Anthropic and others through LiteLLM
- Install
- pip install google-adk
- Good for
- Agents that will run on Google Cloud
Related reading
- Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert
