Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-02 | 906 Bytes | |
v0.0.16 source code.tar.gz | 2025-07-02 | 51.1 kB | |
v0.0.16 source code.zip | 2025-07-02 | 57.5 kB | |
Totals: 3 Items | 109.5 kB | 0 |
[0.0.16] - 2025-07-02
Added
- 🔁 Enhanced Endpoint Support for Arbitrary Return Types: Endpoints can now return any JSON-serializable value—removing limitations on tool outputs and enabling support for more diverse workflows, including advanced data structures or dynamic return formats.
- 🪵 Improved Log Clarity with Streamlined Print Trace Output: Internal logging has been upgraded with more structured and interpretable print traces, giving users clearer visibility into backend tool behavior and execution flow—especially helpful when debugging multi-agent sequences or nested toolchains.
Fixed
- 🔄 Resolved Infinite Loop Edge Case in Custom Schema Inference: Fixed a bug where circular references ($ref) caused schema processing to hang or crash in rare custom schema setups—ensuring robust and reliable auto-documentation even for deeply nested models.