LICENSE
README.md
pyproject.toml
src/cocapn_hermitcrab.egg-info/PKG-INFO
src/cocapn_hermitcrab.egg-info/SOURCES.txt
src/cocapn_hermitcrab.egg-info/dependency_links.txt
src/cocapn_hermitcrab.egg-info/entry_points.txt
src/cocapn_hermitcrab.egg-info/requires.txt
src/cocapn_hermitcrab.egg-info/top_level.txt
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
tests/test_config_wizard.py
tests/test_git_agent.py
tests/test_github_fleet.py
tests/test_llm_providers.py