| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-27 | 955 Bytes | |
| v0.1.3 Release source code.tar.gz | 2026-06-27 | 12.3 MB | |
| v0.1.3 Release source code.zip | 2026-06-27 | 12.6 MB | |
| Totals: 3 Items | 24.9 MB | 0 | |
Release Notes
This release focuses on the agent/tool-calling upgrade and provider compatibility improvements.
Highlights
- Refactored
CustomizeAgentandCustomizeActionto support structured inputs/outputs, JSON Schema-backed parameters, and more robust tool orchestration. - Added native function-calling support for providers that speak the OpenAI-style tool protocol, with a fallback prompt-based path for others.
- Improved OpenRouter support with prompt caching, provider-aware request shaping, and cache-write cost warnings.
- Updated examples to match the new agent scheme and refreshed OpenRouter-based usage.
- Expanded test coverage for agent configuration, tool calling, and OpenRouter request behavior.
Compatibility
- Backward compatibility for JSON schema and workflow generation is preserved where possible.
- Existing prompt-based tool calling still works for providers that do not support native tool calls.