v0.0.31 2025-03-03
What's Changed
- Accept recursive objects in
return_type
by @Kludex in #1017 - Rename HandleResponseNode to CallToolsNode by @dmontagu in #1020
- Make Graph.iter into an async contextmanager by @dmontagu in #958
- Fix bug related to handling multiple result tools by @dmontagu in #926
- Replace
model request
span withInstrumentedModel
by @alexmojaki in #1012 - Replace
all_messages
in agent span withall_messages_events
in same format asInstrumentedModel
span by @alexmojaki in #1018
New Contributors
- @logankilpatrick made their first contribution in #1030
Full Changelog: v0.0.30...v0.0.31