LICENSE
README.md
pyproject.toml
src/swarmforge/__init__.py
src/swarmforge/env.py
src/swarmforge.egg-info/PKG-INFO
src/swarmforge.egg-info/SOURCES.txt
src/swarmforge.egg-info/dependency_links.txt
src/swarmforge.egg-info/requires.txt
src/swarmforge.egg-info/top_level.txt
src/swarmforge/api/__init__.py
src/swarmforge/api/_runtime.py
src/swarmforge/api/_schemas.py
src/swarmforge/api/fastapi.py
src/swarmforge/authoring/__init__.py
src/swarmforge/authoring/prompts.py
src/swarmforge/authoring/skills.py
src/swarmforge/authoring/validators.py
src/swarmforge/evaluation/__init__.py
src/swarmforge/evaluation/_graph.py
src/swarmforge/evaluation/_scoring.py
src/swarmforge/evaluation/swarm.py
src/swarmforge/evaluation/provider/__init__.py
src/swarmforge/evaluation/provider/client.py
src/swarmforge/evaluation/provider/config.py
src/swarmforge/evaluation/runner/__init__.py
src/swarmforge/evaluation/runner/conversation.py
src/swarmforge/evaluation/runner/tool_mocks.py
src/swarmforge/evaluation/runner/user_simulator.py
src/swarmforge/evaluation/trace/__init__.py
src/swarmforge/evaluation/trace/capture.py
src/swarmforge/swarm/__init__.py
src/swarmforge/swarm/models.py
src/swarmforge/swarm/multimodal.py
src/swarmforge/swarm/orchestrator.py
src/swarmforge/swarm/tools.py
src/swarmforge/swarm/turn_runners.py
src/swarmforge/swarm/variables.py
src/swarmforge/swarm/stores/__init__.py
src/swarmforge/swarm/stores/base.py
src/swarmforge/swarm/stores/memory.py
tests/test_authoring_skills.py
tests/test_conversation_runner.py
tests/test_editor_skills.py
tests/test_env.py
tests/test_fastapi_api.py
tests/test_provider_config.py
tests/test_swarm_authoring.py
tests/test_swarm_evaluation.py
tests/test_swarm_orchestrator.py
tests/test_swarm_tools.py
tests/test_swarm_turn_runners.py