LICENSE
README.md
pyproject.toml
src/seq_llm/__init__.py
src/seq_llm/cli.py
src/seq_llm/config.py
src/seq_llm/core/__init__.py
src/seq_llm/core/api_client.py
src/seq_llm/core/command_builder.py
src/seq_llm/core/server_manager.py
src/seq_llm/hardware/detector.py
src/seq_llm/models/scanner.py
src/seq_llm/safety/token_guard.py
src/sequence_llm.egg-info/PKG-INFO
src/sequence_llm.egg-info/SOURCES.txt
src/sequence_llm.egg-info/dependency_links.txt
src/sequence_llm.egg-info/entry_points.txt
src/sequence_llm.egg-info/requires.txt
src/sequence_llm.egg-info/top_level.txt
tests/test_cli_manual.py
tests/test_cli_startup.py
tests/test_config_manual.py
tests/test_hardware_detector.py