LICENSE
README.md
pyproject.toml
shellstory/__init__.py
shellstory/capture.py
shellstory/cli.py
shellstory/config.py
shellstory/connectors.py
shellstory/daemon.py
shellstory/db.py
shellstory/models.py
shellstory/py.typed
shellstory/redact.py
shellstory/ui.py
shellstory/validate.py
shellstory.egg-info/PKG-INFO
shellstory.egg-info/SOURCES.txt
shellstory.egg-info/dependency_links.txt
shellstory.egg-info/entry_points.txt
shellstory.egg-info/requires.txt
shellstory.egg-info/top_level.txt
shellstory/agents/__init__.py
shellstory/agents/base.py
shellstory/agents/specialists.py
shellstory/agents/swarm.py
shellstory/llm/__init__.py
shellstory/llm/base.py
shellstory/llm/factory.py
shellstory/llm/models.py
shellstory/llm/nvidia.py
shellstory/llm/openrouter.py
shellstory/llm/resilient.py
shellstory/utils/__init__.py
shellstory/utils/ndjson.py
shellstory/utils/retry.py
tests/test_agents.py
tests/test_phase1_phase2.py
tests/test_phase4.py