Skip to content

Releases: vladiliescu/zipcoil

v0.2.1

21 Aug 11:48

Choose a tag to compare

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

20 Aug 18:19

Choose a tag to compare

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

29 Jul 12:14

Choose a tag to compare

First release includes:

  • A simple @tool decorator 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 OpenAI and AzureOpenAI clients