swarmd-google-adk
Swarmd integration for the Google Agent Development Kit. Wires an ADK agent into the Swarmd platform: authenticated A2A clients, discovery of the agents and MCP servers you are subscribed to, and a remote agent wrapper that polls non-terminal task states instead of giving up on them.
pip install swarmd-google-adk
Requires Python 3.9+. Pulls in swarmd-sdk
and google-adk.
Quick start
from swarmd_google_adk import create_runtime, create_llm_agent, fetch_remote_agents, serve
runtime = create_runtime()
agent = create_llm_agent(
runtime,
name="my_agent",
description="Does the thing",
instruction="You are a helpful assistant.",
tools=fetch_remote_agents(runtime),
)
serve(agent, runtime)
create_runtime() reads the same SWARMD_* environment variables as
swarmd-sdk — see that package for the full list.
What's in the box
create_runtime |
a SwarmDRuntime wired for ADK |
create_llm_agent |
an ADK LlmAgent configured against the platform |
fetch_remote_agents |
the agents you are subscribed to, as ADK tools |
fetch_mcp_tools |
the MCP servers you are subscribed to, as an ADK toolset |
create_a2a_client_factory |
authenticated A2A clients |
PollingRemoteA2aAgent |
remote A2A agent that polls non-terminal task states |
serve |
serve the agent over A2A with the admin/webhook app mounted |
Documentation and support
Full documentation is at docs.swarmd.ai. For help, email support@swarmd.ai.
MIT licensed.
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 swarmd_google_adk-0.3.2.tar.gz.
File metadata
- Download URL: swarmd_google_adk-0.3.2.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
450d660111c3498e08e8ca0a1a9ce71fd44849cb98dee082b0efa7b9c2366f21
|
|
| MD5 |
bd90f1dfa42bbd89d952401d93a8db5a
|
|
| BLAKE2b-256 |
7e4b4de429b13411647edaecb005e24563f8fe4756535d15115d219d18e16975
|
File details
Details for the file swarmd_google_adk-0.3.2-py3-none-any.whl.
File metadata
- Download URL: swarmd_google_adk-0.3.2-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a14f47608ddeb860fb719e9d336d3d7158152ce8ed076c8dde07342fd2a590e
|
|
| MD5 |
76f6fb791a2b65846aaa42473c339aae
|
|
| BLAKE2b-256 |
451d825f2498a63266315810772d01ccbae401dae87ddae2ce34f27837092470
|