What's Changed
Features
- Add conversational flow traces support.
- Update conversational flow documentation to utilize
handle_turn. - Surface real
finish_reason, sampling parameters, andresponse.idin LLM events. - Type DSL triggers as route-aware decorators.
- Implement chat API for conversational flows.
- Make locking backend overridable in lock store.
- Split flow DSL monolith into focused decorator modules.
- Flatten LiteLLM cache/reasoning usage sub-counts in
_usage_to_dict. - Build
FlowDefinitionfrom Flow DSL metadata.
Documentation
- Add NVIDIA Nemotron LLM guide.
- Document monorepo deployments.
- Update changelog and version for v1.14.7a1.
Contributors
@alex-clawd, @gvieira, @lorenzejay, @lucasgomide, @mattatcha, @vinibrsl