LICENSE
README.md
pyproject.toml
src/sago/__init__.py
src/sago/cli.py
src/sago.egg-info/PKG-INFO
src/sago.egg-info/SOURCES.txt
src/sago.egg-info/dependency_links.txt
src/sago.egg-info/entry_points.txt
src/sago.egg-info/requires.txt
src/sago.egg-info/top_level.txt
src/sago/agents/__init__.py
src/sago/agents/base.py
src/sago/agents/dependencies.py
src/sago/agents/executor.py
src/sago/agents/orchestrator.py
src/sago/agents/planner.py
src/sago/agents/self_healing.py
src/sago/agents/verifier.py
src/sago/core/__init__.py
src/sago/core/config.py
src/sago/core/parser.py
src/sago/core/project.py
src/sago/utils/__init__.py
src/sago/utils/cache.py
src/sago/utils/compression.py
src/sago/utils/cost_estimator.py
src/sago/utils/git_integration.py
src/sago/utils/llm.py
src/sago/utils/tracer.py
src/sago/web/__init__.py
src/sago/web/server.py
tests/test_agents.py
tests/test_cache.py
tests/test_compression.py
tests/test_config.py
tests/test_cost_estimator.py
tests/test_dashboard_server.py
tests/test_dependencies.py
tests/test_llm.py
tests/test_orchestrator.py
tests/test_parser.py
tests/test_project.py
tests/test_self_healing.py
tests/test_tracer.py