LICENSE
README.md
pyproject.toml
cc/__init__.py
cc/__main__.py
cc/agent.py
cc/cli.py
cc/config.py
cc/llm.py
cc/output.py
cc/safety.py
cc/stream.py
cc/subagent.py
cc/plugins/__init__.py
cc/plugins/loader.py
cc/tools/__init__.py
cc/tools/bash.py
cc/tools/grep.py
cc/tools/list_files.py
cc/tools/read_file.py
cc/tools/subagent.py
cc/tools/write_file.py
lite_cc.egg-info/PKG-INFO
lite_cc.egg-info/SOURCES.txt
lite_cc.egg-info/dependency_links.txt
lite_cc.egg-info/entry_points.txt
lite_cc.egg-info/requires.txt
lite_cc.egg-info/top_level.txt
tests/test_agent.py
tests/test_cli.py
tests/test_config.py
tests/test_llm.py
tests/test_plugins.py
tests/test_safety.py
tests/test_stream.py
tests/test_subagent.py
tests/test_subagent_tool.py
tests/test_tools.py