Skip to content

v1.10.2

Latest

Choose a tag to compare

@nicko-ai nicko-ai released this 25 Jun 12:17
fa4e995

Patch release for local and open-source model routing, hosted-tool compatibility on non-OpenAI routes, and safer remote file downloads.

This release is most relevant for FastAPI and Agent Swarm CLI users who route requests through LiteLLM, Ollama, OpenRouter, Chat Completions, or custom OpenAI-compatible gateways.

What's Changed

Provider routing and local models

  • Add local Ollama and open-source model support through LiteLLM for Agent Swarm CLI request routing in #688.
  • Preserve explicit local LiteLLM base URLs, strip only the TUI bridge loopback URL for local model defaults, and avoid incomplete Ollama provider configuration in #689.

Hosted tools and OpenRouter compatibility

  • Handle OpenAI hosted tools safely when a request routes an agency to OpenRouter, LiteLLM, Chat Completions, custom gateways, or other non-Responses backends in #697.
  • Replace unsupported hosted tools with same-name unavailable function stubs, preserve compatible same-name local FunctionTool replacements, and use the existing IPython-backed Agency Swarm replacement for code_interpreter when available in #697.
  • Route exact OpenRouter base_url overrides through the framework OpenRouter chat wrapper, and normalize OpenRouter extra_body.reasoning into typed model settings in #697.

Compatibility and file handling

  • Keep compatibility for projects that still patch parse_agent_flows with the legacy two-value return shape, while preserving the current three-value communication-flow contract in #706.
  • Reject remote file URL names that contain path separators or Windows drive qualifiers before temporary download paths are created in #705.

Maintenance

  • Split response-history coverage into focused helpers, samples, integration tests, and sanitizer unit tests in #690.
  • Update dependencies and lockfile entries for MCP, OpenAI, termcolor, datamodel-code-generator, Ruff, langchain-core, FastAPI, and ipykernel in #692, #693, #694, #695, #696, #699, #700, #701, #702, and #703.
  • Bump package metadata to 1.10.2 in #706.

Compatibility Notes

  • This is a patch release. No intentional breaking public API change is included.
  • OpenAI Responses routes keep OpenAI hosted tools available. Non-Responses and non-OpenAI routes receive safe function-compatible replacements or unavailable stubs instead of sending unsupported hosted-tool payloads.
  • The 1.10.1 flow-parser compatibility behavior is now kept on the main 1.10.x release line.

Full Changelog: v1.10.1...v1.10.2