Releases: vladiliescu/zipcoil
Releases · vladiliescu/zipcoil
v0.2.1
What's Changed
- Major refactor to unify and harden the tool-calling agents, strengthen type safety with OpenAI SDK types, improve error handling and messaging, and update tests and CI by @vladiliescu in #3
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- This release introduces first-class asynchronous completions and tools (function-calling) support, enabling non-blocking request handling and easier integration with agent-style workflows by @vladiliescu in #2
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First release includes:
- A simple
@tooldecorator to help convert Python functions into OpenAI tools - Automatic schema generation from type hints and docstrings
- Built-in agent loop that handles tool calling iterations
- Type safety with comprehensive type hints including Optional, Union, Enum, and more
- Error handling for malformed tool calls and execution errors
- A very bearable lightness of being, using minimal dependencies, built on top of the official OpenAI library
- Works with both
OpenAIandAzureOpenAIclients