11 Commits

Author SHA1 Message Date
Kazuhiro Sera f78df37ee9 feat: consistently accept typed objects and dictionaries for SDK configuration (#3917) 2026-07-24 08:04:45 +09:00
Illia Oleksiuk 63ebf5ada1 fix: make ToolContext hashable to match RunContextWrapper (#3097) 2026-05-04 09:58:28 +09:00
Kazuhiro Sera da1ad76e7e fix: preserve plain run context for run-context tool wrappers (#2634) 2026-03-08 10:47:19 +09:00
Kazuhiro Sera 9ac31ab49f feat: add Responses API tool search support (#2610) 2026-03-06 19:23:38 +09:00
weiguang li 1168ee1ad1 fix(agent-tools): inherit parent RunConfig when agent-as-tool is invoked (#2463) 2026-02-10 17:17:01 -08:00
Rohan Mehta d2e9c9328b Include agent in ToolContext tool calls (#2446)
Summary
- propagate the current `Agent` into every new `ToolContext`, including
realtime session and tool execution paths
- extend `ToolContext` to accept an `agent` keyword, preserve
backwards-compatible constructors, and add regression/unit coverage for
the new behavior
Testing
- Not run (not requested)
2026-02-09 11:00:43 -05:00
Rohan Mehta a53d6bd80d Revert "Add agent to ToolContext calls"
This reverts commit 7722970661.
2026-02-09 10:52:31 -05:00
Rohan Mehta 5a43ea7d8e Revert "Add Agent to ToolContext"
This reverts commit 3fc7b09644.
2026-02-09 10:52:22 -05:00
Rohan Mehta 3fc7b09644 Add Agent to ToolContext 2026-02-08 19:15:37 -05:00
Rohan Mehta 7722970661 Add agent to ToolContext calls 2026-02-08 12:28:22 -05:00
Kazuhiro Sera 3ce7c24d34 feat: #636 Add human-in-the-loop (HITL) support (#2230)
Co-authored-by: Michael James Schock <m@mjschock.com>
2026-01-29 12:16:28 +09:00