v1.15.0 #3024
xuanyang15
announced in
Announcements
v1.15.0
#3024
Replies: 1 comment 1 reply
-
In Evals how do we use:
Will there be anything in the docs? @xuanyang15 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.15.0 (2025-09-24)
Features
Support explicit context caching auto creation and lifecycle management.
Usage:
App(root_agent=..., plugins=..., context_cache_config=...)
Support static instruction that won't change, put at the beginning of
the instruction.
Static instruction support inline_data and file_data as contents.
Dynamic instruction moved to the end of LlmRequest, increasing prefix
caching matching size.
Usage:
LlmAgent(model=...,static_instruction =types.Content(parts=...), ... )
Bug Fixes
raw_mcp_tool
method inMcpTool
to provide direct access to the underlying MCP tool (6158075)columns
instead of modifying it in place (aef1ee9)Documentation
after_agent_callback
(b9735b2)This discussion is created for the release v.1.15.0.
Beta Was this translation helpful? Give feedback.
All reactions