LICENSE
README.md
pyproject.toml
src/okto_nexus/__init__.py
src/okto_nexus/config.py
src/okto_nexus/envelope.py
src/okto_nexus/errors.py
src/okto_nexus.egg-info/PKG-INFO
src/okto_nexus.egg-info/SOURCES.txt
src/okto_nexus.egg-info/dependency_links.txt
src/okto_nexus.egg-info/entry_points.txt
src/okto_nexus.egg-info/requires.txt
src/okto_nexus.egg-info/top_level.txt
src/okto_nexus/adapters/__init__.py
src/okto_nexus/adapters/inbound/__init__.py
src/okto_nexus/adapters/inbound/cli/__init__.py
src/okto_nexus/adapters/inbound/cli/admin.py
src/okto_nexus/adapters/inbound/cli/banner.txt
src/okto_nexus/adapters/inbound/cli/serve.py
src/okto_nexus/adapters/inbound/cli/tail.py
src/okto_nexus/adapters/inbound/http/LICENSE.txt
src/okto_nexus/adapters/inbound/http/__init__.py
src/okto_nexus/adapters/inbound/http/app.py
src/okto_nexus/adapters/inbound/http/identity_ctx.py
src/okto_nexus/adapters/inbound/http/lock.py
src/okto_nexus/adapters/inbound/http/routes.py
src/okto_nexus/adapters/inbound/http/stream.py
src/okto_nexus/adapters/inbound/http/static/index.html
src/okto_nexus/adapters/inbound/http/static/assets/index-4J8vId_M.css
src/okto_nexus/adapters/inbound/http/static/assets/index-DgzO7t9o.js
src/okto_nexus/adapters/inbound/http/static/logos/nexus-icon.svg
src/okto_nexus/adapters/inbound/http/static/logos/nexus-wordmark-dark.svg
src/okto_nexus/adapters/inbound/http/static/logos/nexus-wordmark-light.svg
src/okto_nexus/adapters/inbound/http/static/logos/oktolabs-icon.svg
src/okto_nexus/adapters/inbound/mcp/__init__.py
src/okto_nexus/adapters/inbound/mcp/projection.py
src/okto_nexus/adapters/inbound/mcp/resources.py
src/okto_nexus/adapters/inbound/mcp/resources_docs.py
src/okto_nexus/adapters/inbound/mcp/server.py
src/okto_nexus/adapters/inbound/mcp/surface_metrics.py
src/okto_nexus/adapters/inbound/mcp/tools/__init__.py
src/okto_nexus/adapters/inbound/mcp/tools/artifacts.py
src/okto_nexus/adapters/inbound/mcp/tools/events.py
src/okto_nexus/adapters/inbound/mcp/tools/handoff.py
src/okto_nexus/adapters/inbound/mcp/tools/identity.py
src/okto_nexus/adapters/inbound/mcp/tools/inbox.py
src/okto_nexus/adapters/inbound/mcp/tools/messages.py
src/okto_nexus/adapters/inbound/mcp/tools/shared_md.py
src/okto_nexus/adapters/outbound/__init__.py
src/okto_nexus/adapters/outbound/clock.py
src/okto_nexus/adapters/outbound/waiter.py
src/okto_nexus/adapters/outbound/embedding/__init__.py
src/okto_nexus/adapters/outbound/file/__init__.py
src/okto_nexus/adapters/outbound/file/store.py
src/okto_nexus/adapters/outbound/sharedmd/__init__.py
src/okto_nexus/adapters/outbound/sharedmd/renderer.py
src/okto_nexus/adapters/outbound/sqlite/__init__.py
src/okto_nexus/adapters/outbound/sqlite/artifacts_repo.py
src/okto_nexus/adapters/outbound/sqlite/connection.py
src/okto_nexus/adapters/outbound/sqlite/embeddings_repo.py
src/okto_nexus/adapters/outbound/sqlite/events_repo.py
src/okto_nexus/adapters/outbound/sqlite/handoff_repo.py
src/okto_nexus/adapters/outbound/sqlite/identity_repo.py
src/okto_nexus/adapters/outbound/sqlite/messages_repo.py
src/okto_nexus/adapters/outbound/sqlite/migrations.py
src/okto_nexus/adapters/outbound/sqlite/observability_repo.py
src/okto_nexus/adapters/outbound/sqlite/permissions_repo.py
src/okto_nexus/adapters/outbound/tokenizer/__init__.py
src/okto_nexus/adapters/outbound/tokenizer/_encodings/fb374d419588a4632f3f557e76b4b70aebbca790
src/okto_nexus/application/__init__.py
src/okto_nexus/application/artifacts.py
src/okto_nexus/application/auth.py
src/okto_nexus/application/events.py
src/okto_nexus/application/handoff.py
src/okto_nexus/application/identity.py
src/okto_nexus/application/inbox.py
src/okto_nexus/application/messages.py
src/okto_nexus/application/observability.py
src/okto_nexus/application/permissions.py
src/okto_nexus/application/ports.py
src/okto_nexus/application/retention.py
src/okto_nexus/application/search.py
src/okto_nexus/application/settings.py
src/okto_nexus/application/shared_md.py
src/okto_nexus/application/workspace_analytics.py
src/okto_nexus/application/workspace_overview.py
src/okto_nexus/domain/__init__.py
src/okto_nexus/domain/artifacts.py
src/okto_nexus/domain/base.py
src/okto_nexus/domain/events.py
src/okto_nexus/domain/handoff.py
src/okto_nexus/domain/ids.py
src/okto_nexus/domain/inbox.py
src/okto_nexus/domain/keys.py
src/okto_nexus/domain/messages.py
src/okto_nexus/domain/models.py
src/okto_nexus/domain/permissions.py
src/okto_nexus/domain/routing.py
src/okto_nexus/domain/targets.py
src/okto_nexus/migrations/001_core.sql
src/okto_nexus/migrations/002_session_close.sql
src/okto_nexus/migrations/003_handoff_payload.sql
src/okto_nexus/migrations/004_agent_last_seen.sql
src/okto_nexus/migrations/005_message_deliveries.sql
src/okto_nexus/migrations/006_inbox_delivery_hardening.sql
src/okto_nexus/migrations/007_session_secret.sql
src/okto_nexus/migrations/008_handoff_result.sql
src/okto_nexus/migrations/009_agent_keys.sql
src/okto_nexus/migrations/010_settings.sql
src/okto_nexus/migrations/011_permissions.sql
src/okto_nexus/migrations/012_message_embeddings.sql
tests/test_active_action_presence.py
tests/test_agent_keys.py
tests/test_artifacts.py
tests/test_auth_service.py
tests/test_config.py
tests/test_connection.py
tests/test_conversations.py
tests/test_dependency_light_tiktoken.py
tests/test_e2e_smoke.py
tests/test_embeddings.py
tests/test_events.py
tests/test_frente1_compaction.py
tests/test_frente1_harness.py
tests/test_frente1_measurement.py
tests/test_frente1_resources.py
tests/test_handoff.py
tests/test_http_api.py
tests/test_http_parity.py
tests/test_identity.py
tests/test_import_boundary.py
tests/test_inbox.py
tests/test_inbox_service.py
tests/test_issue_keys.py
tests/test_mcp_projection.py
tests/test_mcp_projection_tools.py
tests/test_message_delivery.py
tests/test_messages.py
tests/test_migrations.py
tests/test_multiprocess.py
tests/test_permissions.py
tests/test_ports_contract.py
tests/test_presence_trust.py
tests/test_receipts.py
tests/test_retention.py
tests/test_routing.py
tests/test_serve_args.py
tests/test_serve_lock.py
tests/test_settings_api.py
tests/test_shared_md.py
tests/test_surface_metrics.py
tests/test_tail.py
tests/test_targets.py
tests/test_tokenizer.py
tests/test_tool_schemas.py
tests/test_tools_surface.py
tests/test_workspace_analytics.py
tests/test_workspace_presence.py
tests/test_workspace_routes.py