LICENSE
README.md
pyproject.toml
src/katana/__init__.py
src/katana/agent.py
src/katana/cli.py
src/katana/config.py
src/katana/models.py
src/katana/patches.py
src/katana/permissions.py
src/katana/bundled_agent/agent.py
src/katana/bundled_agent/metadata.json
src/katana/bundled_agent/tau_agent_files.json
src/katana/bundled_agent/agent/__init__.py
src/katana/bundled_agent/agent/agent_loop.py
src/katana/bundled_agent/agent/environment.py
src/katana/bundled_agent/agent/model.py
src/katana/bundled_agent/agent/prompts.py
src/katana/bundled_agent/agent/repo_diff.py
src/katana_cli.egg-info/PKG-INFO
src/katana_cli.egg-info/SOURCES.txt
src/katana_cli.egg-info/dependency_links.txt
src/katana_cli.egg-info/entry_points.txt
src/katana_cli.egg-info/requires.txt
src/katana_cli.egg-info/top_level.txt
tests/test_agent_patches_cli.py
tests/test_config.py
tests/test_models_permissions.py
tests/test_multifile_bundle.py