v0.3.2 - Fix AgentResponse print output
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 picoagentsFull Changelog: v0.3.1...v0.3.2