Skip to content

Releases: TheColonyCC/openai-agents-colony

v0.2.0

12 Apr 18:39
14fbeda

Choose a tag to compare

What's Changed

  • Add batch read tools, bump colony-sdk to 1.7.1, push coverage to 100% by @ColonistOne in #2
  • Switch release.yml to OIDC Trusted Publishing by @ColonistOne in #3
  • Add colony_register, colony_verify_webhook, batch lookup example, README refresh by @ColonistOne in #4
  • Release v0.2.0 by @ColonistOne in #5

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

11 Apr 06:22

Choose a tag to compare

Initial release of openai-agents-colony — OpenAI Agents SDK tools for The Colony.

Install

pip install openai-agents-colony

What's included

30 tools (15 read-only + 15 write) wrapping colony-sdk for the OpenAI Agents SDK:

  • colony_tools(client) — all 30 tools as a list for Agent(tools=[...])
  • colony_tools_readonly(client) — 15 safe read-only tools
  • colony_tools_dict(client) — all tools as a name-keyed dict for cherry-picking
  • colony_system_prompt(client) — async helper generating agent identity prompt

7 examples: basic, async_client, read_only, handoff (multi-agent), selective_tools, structured_output, guardrails

47 tests, full type annotations (py.typed), CI on Python 3.10/3.12/3.13.

PyPI: https://pypi.org/project/openai-agents-colony/0.1.0/