Skip to content

Commit

Permalink
Merge pull request #56 from pipecat-ai/mb/update-006
Browse files Browse the repository at this point in the history
Update for the 0.0.6 release
  • Loading branch information
markbackman authored Dec 3, 2024
2 parents 5e34810 + e681410 commit 4d997f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,28 @@ All notable changes to **Pipecat Flows** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.6] - 2024-12-02

### Added

- Extended the FlowManager to support both static and dynamic conversation
flows
- Added new dynamic flow examples for OpenAI, Anthropic, and Gemini
- New type system with FlowArgs and FlowResult for better type safety
- New FlowManager supporting both static and dynamic conversation flows
- Static flows: Configuration-driven with predefined paths
- Dynamic flows: Runtime-determined conversation paths
- Documentation: [Guide](https://docs.pipecat.ai/guides/pipecat-flow) and [Reference](https://docs.pipecat.ai/api-reference/utilities/flows/pipecat-flows)
- Provider-specific examples demonstrating dynamic flows:
- OpenAI: `insurance_openai.py`
- Anthropic: `insurance_anthropic.py`
- Gemini: `insurance_gemini.py`
- Type safety improvements:
- `FlowArgs`: Type-safe function arguments
- `FlowResult`: Type-safe function returns

### Changed

- Simplified function handler registration process
- Updated all examples to use the new unified FlowManager
- Simplified function handling:
- Automatic LLM function registration
- Optional handlers for edge nodes
- Updated all examples to use unified FlowManager interface

## [0.0.5] - 2024-11-27

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pipecat-ai-flows"
version = "0.0.5"
version = "0.0.6"
description = "Conversation Flow management for Pipecat AI applications"
license = { text = "BSD 2-Clause License" }
readme = "README.md"
Expand Down

0 comments on commit 4d997f1

Please sign in to comment.