Freeplay integration for Google ADK
Project description
Freeplay Python ADK
Freeplay integration for Google ADK (Agent Development Kit).
Installation
pip install freeplay-python-adk
Usage
from freeplay_python_adk import FreeplayADK, FreeplayLLMAgent
# Initialize Freeplay observability
FreeplayADK.initialize_observability(
freeplay_api_url="https://api.freeplay.ai",
freeplay_api_key="your-api-key",
project_id="your-project-id",
environment="latest"
)
# Create an agent
agent = FreeplayLLMAgent(
name="my_agent",
description="An example agent"
)
Features
- Seamless integration with Google ADK
- Automatic OpenTelemetry instrumentation
- Prompt template management through Freeplay
- Support for multiple LLM providers via LiteLLM
License
See LICENSE file for details.
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
freeplay_python_adk-0.2.1.tar.gz
(475.4 kB
view details)
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 freeplay_python_adk-0.2.1.tar.gz.
File metadata
- Download URL: freeplay_python_adk-0.2.1.tar.gz
- Upload date:
- Size: 475.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe10675c03e5502dad4e2fbefdd68d6b2c649b3d80ade3332cfb8568b87b8b97
|
|
| MD5 |
a8f62920c89999b4bacde82418327de9
|
|
| BLAKE2b-256 |
cf05042b13574267f1379b0d7eb79395c098bee412a77603c4eb198dca9f3d45
|
File details
Details for the file freeplay_python_adk-0.2.1-py3-none-any.whl.
File metadata
- Download URL: freeplay_python_adk-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d6ff50dbefe54b7e04827229cf562ff59f5144d38eece5edd963a1594e81dbd
|
|
| MD5 |
030b9ff89c933f51092a443dab9799a3
|
|
| BLAKE2b-256 |
4c4b4ab72daf1db3c87252752bb00eb9e10e2b3ed727a9b35f929d953bae1179
|