Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-07 | 3.4 kB | |
v1.10.0 source code.tar.gz | 2025-08-07 | 7.2 MB | |
v1.10.0 source code.zip | 2025-08-07 | 7.8 MB | |
Totals: 3 Items | 15.0 MB | 2 |
1.10.0 (2025-08-07)
Features
- [Live] Implement Live Session Resumption (71fbc92)
- [Tool] Support parallel execution of parallel function calls (57cd41f)
- [Tool] Create enterprise_web_search_tool as a tool instance (0e28d64)
- [Models] Allow max tokens to be customizable in Claude (7556ebc)
Bug Fixes
- Fix shared default plugin manager and cost manager instances among multiple invocations (423542a)
- Correct the type annotation in anthropic_llm implementation (97318bc)
- Fix adk deploy cloud_run cli, which was broken in v1.9.0 (e41dbcc)
- Remove thoughts from contents in llm requests from history contents (d620bcb)
- Annotate response type as None for transfer_to_agent tool (86a4487)
- Fix incompatible a2a sdk changes (faadef1)
- Fix adk cli options and method parameters mismatching (8ef2177)
Improvements
- Add Github workflow config for the ADK Answering agent (8dc0c94)
- Import AGENT_CARD_WELL_KNOWN_PATH from adk instead of from a2a directly (37dae9b)
- Make
LlmRequest.LiveConnectConfig
field default to a factory (74589a1) - Update the prompt to make the ADK Answering Agent more objective (2833030)
- Add sample agent for testing parallel functions execution (90b9193)
- Hide the ask_data_insights tool until the API is publicly available (bead607)
- Change
LlmRequest.config
's default value to betypes.GenerateContentConfig()
(041f04e) - Prevent triggering of _load_from_yaml_config in AgentLoader (db975df)
Documentation
- Fix typos (16a15c8)