401 B
401 B
- Added
pipecat.tasks, a task-based agent framework folded in from the standalonepipecat-subagentspackage. Tasks inherit fromBaseTask, share aTaskBus, register in aTaskRegistry, and exchange typed work via@jobhandlers.LLMTaskandLLMContextTaskprovide ready-made LLM-driven tasks.PipelineRunner.spawn(task)registers fire-and-forget tasks alongside the main pipeline task.