LICENSE
README.md
pyproject.toml
agent_relay/__init__.py
agent_relay/api/app.py
agent_relay/api/routes.py
agent_relay/cli/main.py
agent_relay/core/adapters.py
agent_relay/core/antigravity.py
agent_relay/core/autostart.py
agent_relay/core/certs.py
agent_relay/core/claude_code_usage.py
agent_relay/core/cli_path.py
agent_relay/core/config.py
agent_relay/core/db.py
agent_relay/core/engine.py
agent_relay/core/iroh_transport.py
agent_relay/core/live_sessions.py
agent_relay/core/models.py
agent_relay/core/network.py
agent_relay/core/notifications.py
agent_relay/core/pairing.py
agent_relay/core/proc.py
agent_relay/core/prompts.py
agent_relay/core/runner.py
agent_relay/core/usage/__init__.py
agent_relay/core/usage/base.py
agent_relay/core/usage/discover.py
agent_relay/core/usage/models.py
agent_relay/core/usage/registry.py
agent_relay/core/usage/render.py
agent_relay/core/usage/service.py
agent_relay/core/usage/snippets.py
agent_relay/core/usage/adapters/__init__.py
agent_relay/core/usage/adapters/agy_cloud.py
agent_relay/core/usage/adapters/agy_panel.py
agent_relay/core/usage/adapters/antigravity.py
agent_relay/core/usage/adapters/chatgpt.py
agent_relay/core/usage/adapters/claude.py
agent_relay/core/usage/adapters/custom.py
agent_relay/core/usage/adapters/deepseek.py
agent_relay/core/usage/adapters/gemini.py
agent_relay/core/usage/adapters/google_code_assist.py
agent_relay/desktop/__init__.py
agent_relay/desktop/__main__.py
agent_relay/desktop/app.py
agent_relay/desktop/macos.py
agent_relay/desktop/macos_app.py
agent_relay/mcp/server.py
agent_relay/web/static/agnview-app-icon-dark.png
agent_relay/web/static/agnview-app-icon-light.png
agent_relay/web/static/agnview-banner-dark.png
agent_relay/web/static/agnview-banner-light.png
agent_relay/web/static/agnview-icon-outlined.png
agent_relay/web/static/agnview-icon.png
agent_relay/web/static/agnview-logo-dark.png
agent_relay/web/static/agnview-logo-light.png
agent_relay/web/static/apple-touch-icon.png
agent_relay/web/static/favicon.png
agent_relay/web/static/icon.jpg
agent_relay/web/static/pipelines-icon.png
agent_relay/web/static/vendor/lucide.min.js
agent_relay/web/static/vendor/marked.min.js
agent_relay/web/static/vendor/purify.min.js
agent_relay/web/static/vendor/tailwind.js
agent_relay/web/static/vendor/fonts/inter-variable.woff2
agent_relay/web/static/vendor/fonts/jetbrains-mono-variable.woff2
agent_relay/web/templates/index.html
agnview.egg-info/PKG-INFO
agnview.egg-info/SOURCES.txt
agnview.egg-info/dependency_links.txt
agnview.egg-info/entry_points.txt
agnview.egg-info/requires.txt
agnview.egg-info/top_level.txt
tests/test_adapters.py
tests/test_agent_honesty.py
tests/test_agy_cloud.py
tests/test_agy_keychain.py
tests/test_antigravity_cdp.py
tests/test_antigravity_extractor.py
tests/test_api.py
tests/test_autostart.py
tests/test_claude_code_usage.py
tests/test_cli.py
tests/test_cli_path.py
tests/test_config.py
tests/test_console_buffer.py
tests/test_custom_providers.py
tests/test_desktop.py
tests/test_desktop_macos.py
tests/test_engine.py
tests/test_events.py
tests/test_failure.py
tests/test_fixlist.py
tests/test_html_syntax.py
tests/test_iroh_invisible.py
tests/test_iroh_transport.py
tests/test_job_validation.py
tests/test_live_sessions.py
tests/test_mobile.py
tests/test_no_monetisation.py
tests/test_notifications.py
tests/test_pairing_payload.py
tests/test_pairing_stability.py
tests/test_runner.py
tests/test_session_continuity.py
tests/test_spec_matches_server.py
tests/test_transport_route.py
tests/test_usage.py
tests/test_usage_adapters.py
tests/test_usage_card_rendering.py
tests/test_usage_observations.py
tests/test_usage_stability.py
tests/test_zero_setup.py