Files
pipecat/changelog/4493.added.md
Aleix Conchillo Flaqué eb4f0ac1ae Add changelog for #4493
2026-05-21 10:12:51 -07:00

401 B

  • 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.