Add changelog for #4493

This commit is contained in:
Aleix Conchillo Flaqué
2026-05-13 21:06:09 -07:00
parent 7506af5861
commit eb4f0ac1ae
3 changed files with 3 additions and 0 deletions

1
changelog/4493.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `pipecat.tasks`, a task-based agent framework folded in from the standalone `pipecat-subagents` package. Tasks inherit from `BaseTask`, share a `TaskBus`, register in a `TaskRegistry`, and exchange typed work via `@job` handlers. `LLMTask` and `LLMContextTask` provide ready-made LLM-driven tasks. `PipelineRunner.spawn(task)` registers fire-and-forget tasks alongside the main pipeline task.