FRONTEND_CODE_REFERENCE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
gitcopilot.egg-info/PKG-INFO
gitcopilot.egg-info/SOURCES.txt
gitcopilot.egg-info/dependency_links.txt
gitcopilot.egg-info/entry_points.txt
gitcopilot.egg-info/requires.txt
gitcopilot.egg-info/top_level.txt
gitpilot/__init__.py
gitpilot/__main__.py
gitpilot/_api_core.py
gitpilot/a2a_adapter.py
gitpilot/agent_events.py
gitpilot/agent_executor.py
gitpilot/agent_router.py
gitpilot/agent_teams.py
gitpilot/agent_tools.py
gitpilot/agentic.py
gitpilot/api.py
gitpilot/api_ollabridge_ext.py
gitpilot/approval_protocol.py
gitpilot/cli.py
gitpilot/context_pack.py
gitpilot/context_vault.py
gitpilot/cross_repo.py
gitpilot/diagnostics_runner.py
gitpilot/github_api.py
gitpilot/github_app.py
gitpilot/github_issues.py
gitpilot/github_oauth.py
gitpilot/github_pulls.py
gitpilot/github_search.py
gitpilot/headless.py
gitpilot/hf_space_tools.py
gitpilot/hooks.py
gitpilot/issue_tools.py
gitpilot/langflow_client.py
gitpilot/learning.py
gitpilot/llm_provider.py
gitpilot/local_tools.py
gitpilot/mcp_client.py
gitpilot/memory.py
gitpilot/model_catalog.py
gitpilot/models.py
gitpilot/nl_database.py
gitpilot/ollabridge_proxy.py
gitpilot/permissions.py
gitpilot/plugins.py
gitpilot/pr_tools.py
gitpilot/predictions.py
gitpilot/py.typed
gitpilot/reasoning_normalizer.py
gitpilot/resilience.py
gitpilot/search_tools.py
gitpilot/security.py
gitpilot/session.py
gitpilot/settings.py
gitpilot/skills.py
gitpilot/smart_model_router.py
gitpilot/terminal.py
gitpilot/test_detection.py
gitpilot/topology_registry.py
gitpilot/use_case.py
gitpilot/version.py
gitpilot/vision.py
gitpilot/workspace.py
gitpilot/web/index.html
tests/test_agent_router.py
tests/test_agent_teams.py
tests/test_agentic_v2.py
tests/test_claude_code_web_parity.py
tests/test_context_pack.py
tests/test_context_vault.py
tests/test_cross_repo.py
tests/test_github_issues.py
tests/test_github_pulls.py
tests/test_github_search.py
tests/test_headless.py
tests/test_hooks.py
tests/test_issue_tools.py
tests/test_learning.py
tests/test_local_tools.py
tests/test_mcp_client.py
tests/test_memory.py
tests/test_nl_database.py
tests/test_permissions.py
tests/test_plugins.py
tests/test_pr_tools.py
tests/test_predictions.py
tests/test_search_tools.py
tests/test_security.py
tests/test_session.py
tests/test_skills.py
tests/test_smart_model_router.py
tests/test_terminal.py
tests/test_topology_registry.py
tests/test_use_case.py
tests/test_vision.py
tests/test_workspace.py