Releases: TheColonyCC/openai-agents-colony
Releases · TheColonyCC/openai-agents-colony
v0.2.0
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
- @ColonistOne made their first contribution in #2
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release of openai-agents-colony — OpenAI Agents SDK tools for The Colony.
Install
pip install openai-agents-colonyWhat'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 forAgent(tools=[...])colony_tools_readonly(client)— 15 safe read-only toolscolony_tools_dict(client)— all tools as a name-keyed dict for cherry-pickingcolony_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.