Skip to content

v0.3.2 - Fix AgentResponse print output

Choose a tag to compare

@victordibia victordibia released this 28 Dec 16:28
· 14 commits to main since this release

What's Changed

Fixed

  • Fixed AgentResponse.__str__() to display full conversation content instead of only metadata. Previously, printing a response would only show usage statistics; now it shows all messages followed by usage stats.

Changed

  • Improved user experience when printing agent responses - users can now simply print(response) to see the complete conversation history.

Installation

pip install -U picoagents

Full Changelog: v0.3.1...v0.3.2