v0.1.7
What's Changed
- Feature: Tool execution logging has been added to the agent's tool registry. Every call now logs start, success/failure, duration and result size. Thanks to @Fybre
- Feature: When the agent invokes a tool in a user-facing session, the bot sends interim status messages back over the same communication channel.
New Features
Picobot now works more transparently and debuggably:
Console logs show exactly which tool was called, with arguments and timings.
In-chat notifications relay "Running…", "done" or "failed" messages to the user during tool execution.
Full Changelog: v0.1.6...v0.1.7