LICENSE
MANIFEST.in
README.md
providers.yaml.example
pyproject.toml
invincible/__init__.py
invincible/cli.py
invincible/main.py
invincible/providers.yaml
invincible/agent/__init__.py
invincible/agent/runner.py
invincible/agent/sandbox.py
invincible/compat/__init__.py
invincible/compat/anthropic.py
invincible/compat/common.py
invincible/compat/responses.py
invincible/core/__init__.py
invincible/core/accounts.py
invincible/core/agent_registry.py
invincible/core/compression.py
invincible/core/config.py
invincible/core/context_builder.py
invincible/core/continuity.py
invincible/core/credential_crypto.py
invincible/core/credential_store.py
invincible/core/db.py
invincible/core/db_import.py
invincible/core/identity.py
invincible/core/memory.py
invincible/core/memory_projection.py
invincible/core/oauth_store.py
invincible/core/principal.py
invincible/core/projection.py
invincible/core/provider_catalog.py
invincible/core/provider_health.py
invincible/core/relay.py
invincible/core/retrieval.py
invincible/core/router.py
invincible/core/run_store.py
invincible/core/selection.py
invincible/core/session_store.py
invincible/core/settings.py
invincible/core/tool_compression.py
invincible/core/tool_executor.py
invincible/core/trimming.py
invincible/core/url_safety.py
invincible/core/user_settings_store.py
invincible/endpoints/__init__.py
invincible/endpoints/accounts.py
invincible/endpoints/agents.py
invincible/endpoints/anthropic_compat.py
invincible/endpoints/auth.py
invincible/endpoints/byok.py
invincible/endpoints/dashboard.py
invincible/endpoints/graph.py
invincible/endpoints/mcp.py
invincible/endpoints/oauth.py
invincible/endpoints/openai_compat.py
invincible/endpoints/responses_compat.py
invincible/endpoints/template_filters.py
invincible/migrations/__init__.py
invincible/migrations/env.py
invincible/migrations/script.py.mako
invincible/migrations/versions/20260825_0001_baseline.py
invincible/migrations/versions/20260825_0002_identity.py
invincible/migrations/versions/20260826_0003_isolation.py
invincible/migrations/versions/20260826_0004_accounts.py
invincible/migrations/versions/20260826_0005_memory_usage.py
invincible/migrations/versions/20260827_0006_session_version.py
invincible/migrations/versions/20260827_0007_byok_credentials.py
invincible/migrations/versions/20260831_0008_operator_role.py
invincible/migrations/versions/20260915_0009_user_settings.py
invincible/migrations/versions/__init__.py
invincible/models/__init__.py
invincible/models/anthropic.py
invincible/models/responses.py
invincible/templates/_memory_table.html
invincible/templates/_provider_row.html
invincible/templates/_provider_rows.html
invincible/templates/account.html
invincible/templates/base.html
invincible/templates/dashboard.html
invincible/templates/device.html
invincible/templates/device_result.html
invincible/templates/landing.html
invincible/templates/login.html
invincible/templates/mcp.html
invincible/templates/memory.html
invincible/templates/providers.html
invincible/templates/register.html
invincible/templates/session_detail.html
invincible/templates/sessions.html
invincible/templates/settings.html
invincible/templates/setup.html
invincible/templates/tasks.html
invincible/templates/usage.html
invincible/templates/static/graph.js
invincible/templates/static/htmx.min.js
invincible_ai.egg-info/PKG-INFO
invincible_ai.egg-info/SOURCES.txt
invincible_ai.egg-info/dependency_links.txt
invincible_ai.egg-info/entry_points.txt
invincible_ai.egg-info/requires.txt
invincible_ai.egg-info/top_level.txt
tests/test_account_keys_ui.py
tests/test_accounts.py
tests/test_accounts_api.py
tests/test_accounts_ui.py
tests/test_agent_endpoints.py
tests/test_agent_registry.py
tests/test_agent_routing.py
tests/test_agent_sandbox.py
tests/test_anonymous_rate_limits.py
tests/test_anthropic_api.py
tests/test_api.py
tests/test_browser_entry.py
tests/test_byok_api.py
tests/test_chat_byok.py
tests/test_cli.py
tests/test_cli_agent.py
tests/test_cli_db.py
tests/test_cli_login.py
tests/test_cli_users.py
tests/test_compression.py
tests/test_context_builder.py
tests/test_context_trimming.py
tests/test_continuity_engine.py
tests/test_continuity_integration.py
tests/test_credential_crypto.py
tests/test_dashboard.py
tests/test_dashboard_mcp.py
tests/test_dashboard_memory.py
tests/test_dashboard_providers.py
tests/test_dashboard_sessions.py
tests/test_dashboard_settings.py
tests/test_dashboard_usage.py
tests/test_db_dialect.py
tests/test_doctor.py
tests/test_env_isolation.py
tests/test_fresh_install.py
tests/test_graph_api.py
tests/test_graph_golden.py
tests/test_health_tracker.py
tests/test_identity.py
tests/test_isolation.py
tests/test_main.py
tests/test_mcp_endpoint.py
tests/test_mcp_memory.py
tests/test_memory.py
tests/test_memory_graph.py
tests/test_memory_v2.py
tests/test_migration_accounts.py
tests/test_migration_byok.py
tests/test_migration_identity.py
tests/test_migration_isolation.py
tests/test_migration_operator_role.py
tests/test_oauth.py
tests/test_oauth_consent_subject.py
tests/test_password_reset.py
tests/test_phase4_runs.py
tests/test_phase4_schema.py
tests/test_provider_schema.py
tests/test_relay.py
tests/test_responses_api.py
tests/test_retrieval.py
tests/test_route_metadata.py
tests/test_router.py
tests/test_router_byok.py
tests/test_run_store.py
tests/test_selection_policy.py
tests/test_session_invalidation.py
tests/test_session_store.py
tests/test_session_store_v2.py
tests/test_setup_start_phase4.py
tests/test_timeouts.py
tests/test_tool_compression.py
tests/test_tool_executor.py
tests/test_url_safety.py
tests/test_user_routing.py
tests/test_wheel_contents.py