v0.1.5

VRSEN/agency-swarmv0.1.5Mar 24, 2024by VRSEN

AI Summary

This release introduces support for streaming responses in the Gradio demo and run_demo methods, allowing for real-time output display.

Key Highlights

  • Support for streaming in demo interfaces
  • Streaming in run_demo method

New Features

  • Streaming support in demo_gradio
  • Streaming support in run_demo

Full Release Notes

## New Features

- **Support for streaming**: The `demo_gradio` and `run_demo` methods now use streaming by default. For custom integrations, please see [documentation](https://vrsen.github.io/agency-swarm/advanced-usage/agencies/#streaming-responses).

## Bug Fixes

- Fixed agency chart not parsing correctly when adding more than 2 agents in any second level list.

**Full Changelog**: https://github.com/VRSEN/agency-swarm/compare/v0.1.4...v0.1.5