LICENSE
README.md
pyproject.toml
src/riva/__init__.py
src/riva/__main__.py
src/riva/cli.py
src/riva.egg-info/PKG-INFO
src/riva.egg-info/SOURCES.txt
src/riva.egg-info/dependency_links.txt
src/riva.egg-info/entry_points.txt
src/riva.egg-info/requires.txt
src/riva.egg-info/top_level.txt
src/riva/agents/__init__.py
src/riva/agents/autogen.py
src/riva/agents/base.py
src/riva/agents/claude_code.py
src/riva/agents/cline.py
src/riva/agents/codex_cli.py
src/riva/agents/continue_dev.py
src/riva/agents/crewai.py
src/riva/agents/cursor.py
src/riva/agents/gemini_cli.py
src/riva/agents/github_copilot.py
src/riva/agents/langgraph.py
src/riva/agents/openclaw.py
src/riva/agents/opencode.py
src/riva/agents/registry.py
src/riva/agents/windsurf.py
src/riva/core/__init__.py
src/riva/core/audit.py
src/riva/core/children.py
src/riva/core/env_scanner.py
src/riva/core/launcher.py
src/riva/core/monitor.py
src/riva/core/network.py
src/riva/core/scanner.py
src/riva/core/storage.py
src/riva/core/usage_stats.py
src/riva/tui/__init__.py
src/riva/tui/components.py
src/riva/tui/dashboard.py
src/riva/utils/__init__.py
src/riva/utils/formatting.py
src/riva/utils/jsonl.py
src/riva/web/__init__.py
src/riva/web/daemon.py
src/riva/web/server.py
src/riva/web/static/index.html
src/riva/web/static/css/style.css
src/riva/web/static/js/app.js
src/riva/web/static/js/render.js
src/riva/web/static/js/timeline.js
src/riva/web/static/js/utils.js
tests/test_audit.py
tests/test_base.py
tests/test_children.py
tests/test_cli.py
tests/test_components.py
tests/test_detectors.py
tests/test_env_scanner.py
tests/test_formatting.py
tests/test_ide_detectors.py
tests/test_jsonl.py
tests/test_launcher.py
tests/test_monitor.py
tests/test_network.py
tests/test_registry.py
tests/test_replay.py
tests/test_scanner.py
tests/test_storage.py
tests/test_usage_stats.py
tests/test_web.py