.gitignore
.mcp.json
LICENSE
README.md
opencode.json
pyproject.toml
.github/workflows/publish.yml
examples/team.yaml
src/openswarm/__init__.py
src/openswarm/__main__.py
src/openswarm/cli/__init__.py
src/openswarm/cli/app.py
src/openswarm/cli/interactive.py
src/openswarm/cli/utils.py
src/openswarm/config/__init__.py
src/openswarm/config/discovery.py
src/openswarm/config/loader.py
src/openswarm/config/models.py
src/openswarm/core/__init__.py
src/openswarm/core/agent.py
src/openswarm/core/message.py
src/openswarm/core/orchestrator.py
src/openswarm/core/task.py
src/openswarm/core/team.py
src/openswarm/llm/__init__.py
src/openswarm/llm/client.py
src/openswarm/mcp/__init__.py
src/openswarm/mcp/server.py
src/openswarm/workflow/__init__.py
src/openswarm/workflow/base.py
src/openswarm/workflow/collaborative.py
src/openswarm/workflow/hierarchical.py
src/openswarm/workflow/pipeline.py
src/openswarm_ai.egg-info/PKG-INFO
src/openswarm_ai.egg-info/SOURCES.txt
src/openswarm_ai.egg-info/dependency_links.txt
src/openswarm_ai.egg-info/entry_points.txt
src/openswarm_ai.egg-info/requires.txt
src/openswarm_ai.egg-info/top_level.txt
test-configs/content-pipeline.yaml
test-configs/dev-team.yaml
test-configs/review-panel.yaml
tests/conftest.py
tests/test_agent.py
tests/test_cli.py
tests/test_collaborative.py
tests/test_config.py
tests/test_interactive.py
tests/test_llm_client.py
tests/test_mcp.py
tests/test_message.py
tests/test_orchestrator.py
tests/test_pipeline.py
tests/test_task.py
tests/test_team.py
tests/test_workflow.py