LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.py
aixterm/__init__.py
aixterm/__main__.py
aixterm/cleanup.py
aixterm/config.py
aixterm/context.py
aixterm/llm.py
aixterm/main.py
aixterm/mcp_client.py
aixterm/py.typed
aixterm/server.py
aixterm/utils.py
aixterm.egg-info/PKG-INFO
aixterm.egg-info/SOURCES.txt
aixterm.egg-info/dependency_links.txt
aixterm.egg-info/entry_points.txt
aixterm.egg-info/not-zip-safe
aixterm.egg-info/requires.txt
aixterm.egg-info/top_level.txt
tests/test_cleanup.py
tests/test_config.py
tests/test_context.py
tests/test_integration.py
tests/test_llm.py
tests/test_mcp_client.py