Use this page when you need to jump from docs to implementation.

Runtime

TopicSourceTests
Entry pointsrc/main.pytests/test_main.py
CLI support commandssrc/runtime/cli.pytests/test_main.py, tests/test_package_metadata.py
Startup setupsrc/runtime/startup.pytests/test_startup.py
Preflightsrc/runtime/preflight.pytests/test_preflight.py
Live sessionsrc/runtime/live_session.pytests/test_runtime.py
Status UIsrc/runtime/status_presenter.pytests/test_runtime.py
Connectorssrc/runtime/connectors/tests/test_connectors.py
Connector CLIsrc/runtime/connectors/cli.pytests/test_connectors.py

Routing and model flow

TopicSourceTests
Complexity scoringsrc/chat/complexity_scorer.pytests/test_complexity_scorer.py
Message handlingsrc/chat/message_handler.pytests/test_message_handler.py
Session statesrc/chat/session_state.pytests/test_session_state.py
Runtime routersrc/runtime/routing/router.pytests/test_routing_policy.py
Tool policysrc/runtime/routing/tool_policy.pytests/test_tool_policy.py
Model registrysrc/runtime/routing/model_registry.pytests/test_model_registry.py

Voice and screen

TopicSourceTests
Voice inputsrc/runtime/voice_input.pytests/test_voice_input.py
Speech controllersrc/runtime/speech_controller.pytests/test_runtime.py
Voice diagnosticssrc/runtime/voice_diagnostics.pytests/test_voice_diagnostics.py
Screenshot capturesrc/chat/capture.pytests/test_vision_flow.py
Vision flowsrc/runtime/vision.pytests/test_vision_flow.py
Sound playersrc/utils/sound_player.pytests/test_sound_player.py

Tools

TopicSourceTests
Base toolsrc/tools/base.pytests/test_tools.py
Registrysrc/tools/registry.pytests/test_tools.py
Registry buildersrc/runtime/tooling.pytests/test_tooling.py
Filesystemsrc/tools/filesystem.pytests/test_filesystem_tool.py
Browsersrc/tools/browser.pytests/test_browser_tool.py
PDFsrc/tools/pdf.pytests/test_pdf_tool.py
macOS contextsrc/tools/macos_context.pytests/test_macos_context_tool.py
MCPsrc/tools/mcp_stdio.pytests/test_mcp_stdio_tool.py
Operator toolssrc/tools/operator.pytests/test_operator_tools.py

Jobs, triggers, and Web

TopicSourceTests
Background taskssrc/runtime/tasks.pytests/test_task_manager.py
Durable jobs and ledgersrc/runtime/jobs.pytests/test_job_system.py
Triggerssrc/runtime/triggers.pytests/test_triggers.py
Context snapshotsrc/runtime/context.pytests/test_context.py
Capabilitiessrc/runtime/capabilities.pytests/test_capabilities.py
Privacysrc/runtime/privacy.pytests/test_capabilities.py
Web UIsrc/web/server.pytests/test_web_server.py
Shared runtimesrc/runtime/shared.pytests/test_web_server.py
Connector jobs in Web/terminalsrc/runtime/live_session.py, src/web/server.pytests/test_connectors.py, tests/test_web_server.py

Release and docs

TopicSourceTests
Certificationscripts/certify_voice_to_computer.py, src/runtime/certification.pytests/test_certification.py
Installer scriptinstall.sh, setup.shtests/test_main.py, certification matrix
Homebrew formulaFormula/eyra.rbtests/test_package_metadata.py, certification matrix
Package metadatapyproject.tomltests/test_package_metadata.py
Public docsREADME.md, doc/**/*.mdxMintlify CLI checks
Internal product strategyinternal-docs/PRODUCT_STRATEGY.mdProduct/readiness review