.gitignore
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
README.md
clowder-image.png
pipecat-subagents.png
pyproject.toml
uv.lock
.claude/skills/update-docs/SKILL.md
.claude/skills/update-docs/SOURCE_DOC_MAPPING.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/1-bug_report.yml
.github/ISSUE_TEMPLATE/2-question.yml
.github/ISSUE_TEMPLATE/3-feature_request.yml
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/build.yaml
.github/workflows/coverage.yaml
.github/workflows/format.yaml
.github/workflows/generate-changelog.yml
.github/workflows/publish.yaml
.github/workflows/publish_test.yaml
.github/workflows/python-compatibility.yaml
.github/workflows/tests.yaml
.github/workflows/update-docs.yml
changelog/_template.md.j2
clowder-ui/.gitignore
clowder-ui/eslint.config.js
clowder-ui/index.html
clowder-ui/package-lock.json
clowder-ui/package.json
clowder-ui/tsconfig.app.json
clowder-ui/tsconfig.json
clowder-ui/tsconfig.node.json
clowder-ui/vite.config.ts
clowder-ui/public/favicon.ico
clowder-ui/src/App.tsx
clowder-ui/src/colors.ts
clowder-ui/src/index.css
clowder-ui/src/main.tsx
clowder-ui/src/store.ts
clowder-ui/src/types.ts
clowder-ui/src/components/AgentTree.tsx
clowder-ui/src/components/DetailPanel.tsx
clowder-ui/src/components/EventStream.tsx
clowder-ui/src/components/TopBar.tsx
clowder-ui/src/hooks/useClowderSocket.ts
examples/README.md
examples/env.example
examples/distributed/pgmq-handoff/env.example
examples/distributed/pgmq-handoff/llm_agent.py
examples/distributed/pgmq-handoff/main_agent.py
examples/distributed/redis-handoff/llm_agent.py
examples/distributed/redis-handoff/main_agent.py
examples/distributed/remote-proxy-assistant/assistant_agent.py
examples/distributed/remote-proxy-assistant/main_agent.py
examples/local/agent-handoff/llm_and_flows_agent.py
examples/local/agent-handoff/single_agent.py
examples/local/agent-handoff/two_llm_agents.py
examples/local/agent-handoff/two_llm_agents_with_tts.py
examples/local/code-assistant/code_assistant.py
examples/local/code-assistant/code_worker.py
examples/local/code-assistant/voice_agent.py
examples/local/parallel-debate/parallel_debate.py
src/pipecat_ai_subagents.egg-info/PKG-INFO
src/pipecat_ai_subagents.egg-info/SOURCES.txt
src/pipecat_ai_subagents.egg-info/dependency_links.txt
src/pipecat_ai_subagents.egg-info/requires.txt
src/pipecat_ai_subagents.egg-info/top_level.txt
src/pipecat_subagents/__init__.py
src/pipecat_subagents/types.py
src/pipecat_subagents/agents/__init__.py
src/pipecat_subagents/agents/base_agent.py
src/pipecat_subagents/agents/task_context.py
src/pipecat_subagents/agents/task_decorator.py
src/pipecat_subagents/agents/watch_decorator.py
src/pipecat_subagents/agents/flows/__init__.py
src/pipecat_subagents/agents/flows/flows_agent.py
src/pipecat_subagents/agents/llm/__init__.py
src/pipecat_subagents/agents/llm/llm_agent.py
src/pipecat_subagents/agents/llm/llm_context_agent.py
src/pipecat_subagents/agents/llm/tool_decorator.py
src/pipecat_subagents/agents/proxy/__init__.py
src/pipecat_subagents/agents/proxy/websocket/__init__.py
src/pipecat_subagents/agents/proxy/websocket/client.py
src/pipecat_subagents/agents/proxy/websocket/server.py
src/pipecat_subagents/bus/__init__.py
src/pipecat_subagents/bus/bridge_processor.py
src/pipecat_subagents/bus/bus.py
src/pipecat_subagents/bus/messages.py
src/pipecat_subagents/bus/queue.py
src/pipecat_subagents/bus/subscriber.py
src/pipecat_subagents/bus/adapters/__init__.py
src/pipecat_subagents/bus/adapters/base.py
src/pipecat_subagents/bus/adapters/llm_context_adapter.py
src/pipecat_subagents/bus/adapters/tools_schema_adapter.py
src/pipecat_subagents/bus/local/__init__.py
src/pipecat_subagents/bus/local/async_queue.py
src/pipecat_subagents/bus/network/__init__.py
src/pipecat_subagents/bus/network/pgmq.py
src/pipecat_subagents/bus/network/pgmq_backends.py
src/pipecat_subagents/bus/network/redis.py
src/pipecat_subagents/bus/serializers/__init__.py
src/pipecat_subagents/bus/serializers/base.py
src/pipecat_subagents/bus/serializers/json.py
src/pipecat_subagents/clowder/__init__.py
src/pipecat_subagents/clowder/agent.py
src/pipecat_subagents/registry/__init__.py
src/pipecat_subagents/registry/registry.py
src/pipecat_subagents/runner/__init__.py
src/pipecat_subagents/runner/runner.py
tests/test_base_agent.py
tests/test_bridge_processor.py
tests/test_bus.py
tests/test_bus_network.py
tests/test_frame_adapters.py
tests/test_llm_agent.py
tests/test_messages.py
tests/test_pgmq_backends.py
tests/test_pgmq_bus.py
tests/test_redis_bus.py
tests/test_registry.py
tests/test_runner.py
tests/test_serializers.py
tests/test_task_group.py
tests/test_websocket_proxy.py