CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
cody/__init__.py
cody/cli.py
cody/client.py
cody/tui.py
cody/core/__init__.py
cody/core/audit.py
cody/core/auth.py
cody/core/config.py
cody/core/context.py
cody/core/deps.py
cody/core/errors.py
cody/core/file_history.py
cody/core/lsp_client.py
cody/core/mcp_client.py
cody/core/model_resolver.py
cody/core/permissions.py
cody/core/project_instructions.py
cody/core/prompt.py
cody/core/rate_limiter.py
cody/core/runner.py
cody/core/session.py
cody/core/setup.py
cody/core/skill_manager.py
cody/core/sub_agent.py
cody/core/tools.py
cody/core/web.py
cody/sdk/__init__.py
cody/sdk/client.py
cody/sdk/config.py
cody/sdk/errors.py
cody/sdk/events.py
cody/sdk/metrics.py
cody/sdk/types.py
cody/sdk/examples/__init__.py
cody/sdk/examples/basic.py
cody/sdk/examples/events_demo.py
cody/sdk/examples/streaming.py
cody/sdk/examples/tools_demo.py
cody/skills/cicd/SKILL.md
cody/skills/docker/SKILL.md
cody/skills/git/SKILL.md
cody/skills/github/SKILL.md
cody/skills/go/SKILL.md
cody/skills/java/SKILL.md
cody/skills/npm/SKILL.md
cody/skills/python/SKILL.md
cody/skills/rust/SKILL.md
cody/skills/testing/SKILL.md
cody/skills/web/SKILL.md
cody_ai.egg-info/PKG-INFO
cody_ai.egg-info/SOURCES.txt
cody_ai.egg-info/dependency_links.txt
cody_ai.egg-info/entry_points.txt
cody_ai.egg-info/requires.txt
cody_ai.egg-info/top_level.txt
tests/test_audit.py
tests/test_auth.py
tests/test_cli.py
tests/test_client.py
tests/test_config.py
tests/test_context.py
tests/test_errors.py
tests/test_file_history.py
tests/test_lsp.py
tests/test_mcp.py
tests/test_permissions.py
tests/test_project_instructions.py
tests/test_prompt.py
tests/test_rate_limiter.py
tests/test_runner.py
tests/test_sdk.py
tests/test_session.py
tests/test_setup.py
tests/test_skill_manager.py
tests/test_sub_agent.py
tests/test_tools.py
tests/test_tui.py
tests/test_web.py
tests/test_websocket.py