.env.example
ARCHITECTURE.md
DEPLOYMENT.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
opspilot/__init__.py
opspilot/cli.py
opspilot/config.py
opspilot/memory.py
opspilot/memory_redis.py
opspilot/state.py
opspilot/agents/fixer.py
opspilot/agents/planner.py
opspilot/agents/remediation.py
opspilot/agents/verifier.py
opspilot/context/__init__.py
opspilot/context/deployment_history.py
opspilot/context/deps.py
opspilot/context/docker.py
opspilot/context/env.py
opspilot/context/logs.py
opspilot/context/production_logs.py
opspilot/context/project.py
opspilot/diffs/redis.py
opspilot/graph/engine.py
opspilot/graph/nodes.py
opspilot/tools/__init__.py
opspilot/tools/dep_tools.py
opspilot/tools/env_tools.py
opspilot/tools/log_tools.py
opspilot/tools/pattern_analysis.py
opspilot/utils/__init__.py
opspilot/utils/llm.py
opspilot/utils/llm_providers.py
tests/__init__.py
tests/test_llm_providers.py
tests/test_pattern_analysis.py
tests/test_production_logs.py
tests/test_remediation.py