.gitignore
.pre-commit-config.yaml
AGENTS.md
README.md
aicheat-demo.mp4
pyproject.toml
docs/providers/README.md
docs/providers/llamacpp.md
docs/providers/openai.md
docs/providers/vllm.md
src/aicheat/__init__.py
src/aicheat/_version.py
src/aicheat/chat.py
src/aicheat/chat_utils.py
src/aicheat/commands.py
src/aicheat/completions.py
src/aicheat/config.py
src/aicheat/keybindings.py
src/aicheat/logger.py
src/aicheat/model_utils.py
src/aicheat/py.typed
src/aicheat/skills.py
src/aicheat/types.py
src/aicheat/utils.py
src/aicheat.egg-info/PKG-INFO
src/aicheat.egg-info/SOURCES.txt
src/aicheat.egg-info/dependency_links.txt
src/aicheat.egg-info/entry_points.txt
src/aicheat.egg-info/requires.txt
src/aicheat.egg-info/top_level.txt
src/aicheat/prompts/__init__.py
src/aicheat/prompts/default_system_prompt.md
src/aicheat/tools/__init__.py
src/aicheat/tools/core.py
src/aicheat/tools/git.py
src/aicheat/tools/shell.py
src/aicheat/tools/web.py
src/aicheat/tools/code/__init__.py
src/aicheat/tools/code/python.py
tests/conftest.py
tests/test_skills.py