LICENSE
README.md
pyproject.toml
opspilot/__init__.py
opspilot/config.py
opspilot/main.py
opspilot.egg-info/PKG-INFO
opspilot.egg-info/SOURCES.txt
opspilot.egg-info/dependency_links.txt
opspilot.egg-info/entry_points.txt
opspilot.egg-info/requires.txt
opspilot.egg-info/top_level.txt
opspilot/agent/__init__.py
opspilot/agent/core.py
opspilot/agent/memory.py
opspilot/agent/tools/__init__.py
opspilot/agent/tools/files.py
opspilot/agent/tools/system.py
opspilot/tui/__init__.py
opspilot/tui/app.py
opspilot/tui/screens.py
opspilot/tui/styles.tcss
tests/test_agent_core.py
tests/test_config.py
tests/test_memory.py
tests/test_system_tool.py