LICENSE
README.md
pyproject.toml
setup.py
cocapn_git_agent.egg-info/PKG-INFO
cocapn_git_agent.egg-info/SOURCES.txt
cocapn_git_agent.egg-info/dependency_links.txt
cocapn_git_agent.egg-info/entry_points.txt
cocapn_git_agent.egg-info/requires.txt
cocapn_git_agent.egg-info/top_level.txt
onboarding/config_wizard.py
plato/librarian.py
plato/quality.py
plato/scholar.py
plato/scout.py
src/git_agent/__init__.py
src/git_agent/__main__.py
src/git_agent/agent.py
src/git_agent/config.py
src/git_agent/vessel.py
src/git_agent/fleet/__init__.py
src/git_agent/fleet/communicator.py
src/git_agent/fleet/executor.py
src/git_agent/fleet/planner.py
src/git_agent/fleet/reader.py
src/git_agent/fleet/researcher.py
src/git_agent/github/__init__.py
src/git_agent/github/client.py
src/git_agent/github/pr.py
src/git_agent/github/repo.py
src/git_agent/llm/__init__.py
src/git_agent/llm/anthropic.py
src/git_agent/llm/base.py
src/git_agent/llm/mock.py
src/git_agent/llm/ollama.py
src/git_agent/llm/openai_compat.py
src/git_agent/llm/proxy.py
src/git_agent/llm/router.py
standalone/chat.py
standalone/onboard.py
standalone/start.py
tests/test_config_wizard.py
tests/test_git_agent.py
tests/test_github_fleet.py
tests/test_llm_providers.py