LICENSE
README.md
pyproject.toml
src/otto/__init__.py
src/otto/__main__.py
src/otto/adhd_support.py
src/otto/agent_coordinator.py
src/otto/bulkhead.py
src/otto/checkpoint.py
src/otto/claude_code_hook.py
src/otto/cognitive_orchestrator.py
src/otto/cognitive_stage.py
src/otto/cognitive_state.py
src/otto/cognitive_support.py
src/otto/cogroute_bench.py
src/otto/config.py
src/otto/convergence_tracker.py
src/otto/dashboard.py
src/otto/dashboard_bridge.py
src/otto/decision_engine.py
src/otto/expert_router.py
src/otto/fallback.py
src/otto/file_ops.py
src/otto/framework_orchestrator.py
src/otto/health.py
src/otto/http_server.py
src/otto/idempotency.py
src/otto/lifecycle.py
src/otto/logging_setup.py
src/otto/metrics.py
src/otto/otel_adapter.py
src/otto/parameter_locker.py
src/otto/prism_detector.py
src/otto/profile_loader.py
src/otto/py.typed
src/otto/rate_limit.py
src/otto/research_agent.py
src/otto/resilience.py
src/otto/schemas.py
src/otto/synthesis_agent.py
src/otto/tension_surfacer.py
src/otto/tracing.py
src/otto/validation.py
src/otto/websocket_server.py
src/otto/agents/__init__.py
src/otto/agents/base.py
src/otto/agents/context_aware_coordinator.py
src/otto/agents/memory.py
src/otto/agents/planner.py
src/otto/agents/progress.py
src/otto/agents/reflection.py
src/otto/agents/researcher.py
src/otto/api/__init__.py
src/otto/api/api_keys.py
src/otto/api/audit.py
src/otto/api/errors.py
src/otto/api/frontier_crypto.py
src/otto/api/merkle_audit.py
src/otto/api/middleware.py
src/otto/api/mobile.py
src/otto/api/openapi.py
src/otto/api/push.py
src/otto/api/rate_limit_backend.py
src/otto/api/response.py
src/otto/api/rest_router.py
src/otto/api/schemas.py
src/otto/api/scopes.py
src/otto/api/security.py
src/otto/api/security_posture.py
src/otto/api/self_healing.py
src/otto/api/threshold_signatures.py
src/otto/api/tls.py
src/otto/api/webauthn.py
src/otto/api/websocket.py
src/otto/calibration/__init__.py
src/otto/calibration/calibration_learner.py
src/otto/calibration/calibration_manager.py
src/otto/calibration/calibration_store.py
src/otto/calibration/outcome_tracker.py
src/otto/cli/__init__.py
src/otto/cli/interactive.py
src/otto/cli/main.py
src/otto/cli/status.py
src/otto/cli/tui.py
src/otto/cli/tui_bridge.py
src/otto/cli/tui_enhanced.py
src/otto/crypto/__init__.py
src/otto/crypto/encryption.py
src/otto/crypto/key_derivation.py
src/otto/crypto/keyring_adapter.py
src/otto/crypto/pqcrypto.py
src/otto/crypto/recovery.py
src/otto/crypto/secure_file.py
src/otto/crypto/threshold.py
src/otto/encryption/__init__.py
src/otto/encryption/cipher.py
src/otto/encryption/encryption_manager.py
src/otto/encryption/file_encryption.py
src/otto/encryption/key_derivation.py
src/otto/encryption/keyring_store.py
src/otto/hooks/__init__.py
src/otto/hooks/__main__.py
src/otto/hooks/cognitive_hook.py
src/otto/hooks/protocol_hook.py
src/otto/inference/__init__.py
src/otto/inference/cache.py
src/otto/inference/config.py
src/otto/inference/crypto.py
src/otto/inference/kernel.py
src/otto/inference/metrics.py
src/otto/inference/verification.py
src/otto/inference/wrapper.py
src/otto/inference/backends/__init__.py
src/otto/inference/backends/base.py
src/otto/inference/backends/claude.py
src/otto/inference/backends/local.py
src/otto/inference/backends/mock.py
src/otto/inference/backends/openai.py
src/otto/intake/__init__.py
src/otto/intake/game.py
src/otto/intake/profile_writer.py
src/otto/intake/scenarios.py
src/otto/integration/__init__.py
src/otto/integration/adapter.py
src/otto/integration/manager.py
src/otto/integration/models.py
src/otto/integration/testing.py
src/otto/integration/calendars/__init__.py
src/otto/integration/calendars/base.py
src/otto/integration/calendars/ical_adapter.py
src/otto/integration/notes/__init__.py
src/otto/integration/notes/base.py
src/otto/integration/notes/markdown_adapter.py
src/otto/integration/tasks/__init__.py
src/otto/integration/tasks/base.py
src/otto/integration/tasks/json_adapter.py
src/otto/messaging/__init__.py
src/otto/messaging/commands.py
src/otto/messaging/matrix_bot.py
src/otto/messaging/run_bot.py
src/otto/messaging/secure_channel.py
src/otto/protection/__init__.py
src/otto/protection/calibration.py
src/otto/protection/overuse_detector.py
src/otto/protection/protection_engine.py
src/otto/protocol/__init__.py
src/otto/protocol/agent_bridge.py
src/otto/protocol/agent_executors.py
src/otto/protocol/layer0_binary.py
src/otto/protocol/layer1_jsonrpc.py
src/otto/protocol/message_types.py
src/otto/protocol/protocol_factory.py
src/otto/protocol/protocol_router.py
src/otto/protocol/validator.py
src/otto/render/__init__.py
src/otto/render/human_render.py
src/otto/render/phrases.py
src/otto/security/__init__.py
src/otto/security/audit.py
src/otto/security/healing.py
src/otto/security/hsm.py
src/otto/security/posture.py
src/otto/substrate/__init__.py
src/otto/substrate/ewm/__init__.py
src/otto/substrate/ewm/manager.py
src/otto/substrate/ewm/schemas.py
src/otto/substrate/hardening/__init__.py
src/otto/substrate/hardening/handoff.py
src/otto/substrate/hardening/state_manager.py
src/otto/substrate/knowledge/__init__.py
src/otto/substrate/knowledge/personal_store.py
src/otto/substrate/knowledge/retriever.py
src/otto/substrate/knowledge/schemas.py
src/otto/substrate/knowledge/unified_search.py
src/otto/sync/__init__.py
src/otto/sync/manifest.py
src/otto/sync/storage_adapter.py
src/otto/sync/sync_engine.py
src/otto/sync/adapters/__init__.py
src/otto/sync/adapters/s3.py
src/otto/sync/adapters/webdav.py
src/otto/tui/__init__.py
src/otto/tui/__main__.py
src/otto/tui/app.py
src/otto/tui/constants.py
src/otto/tui/state.py
src/otto/tui/websocket_client.py
src/otto/tui/widgets/__init__.py
src/otto/tui/widgets/alert_feed.py
src/otto/tui/widgets/cognitive_state.py
src/otto/tui/widgets/command_bar.py
src/otto/tui/widgets/project_card.py
src/otto_os.egg-info/PKG-INFO
src/otto_os.egg-info/SOURCES.txt
src/otto_os.egg-info/dependency_links.txt
src/otto_os.egg-info/entry_points.txt
src/otto_os.egg-info/requires.txt
src/otto_os.egg-info/top_level.txt
tests/test_agent_coordinator.py
tests/test_agents_base.py
tests/test_agents_memory.py
tests/test_agents_planner.py
tests/test_agents_progress.py
tests/test_agents_reflection.py
tests/test_agents_researcher.py
tests/test_api_audit.py
tests/test_api_determinism.py
tests/test_api_e2e.py
tests/test_api_input_validation.py
tests/test_api_integration.py
tests/test_api_keyring_integration.py
tests/test_api_keys.py
tests/test_api_middleware.py
tests/test_api_real_integration.py
tests/test_api_security_headers.py
tests/test_api_tls.py
tests/test_bulkhead.py
tests/test_calibration.py
tests/test_calibration_learner.py
tests/test_calibration_manager.py
tests/test_calibration_outcome_tracker.py
tests/test_calibration_store.py
tests/test_chaos.py
tests/test_checkpoint.py
tests/test_cli_api_key.py
tests/test_cli_commands.py
tests/test_cli_integrations.py
tests/test_cli_interactive.py
tests/test_cognitive_engine.py
tests/test_cognitive_safety.py
tests/test_config.py
tests/test_context_aware_coordinator.py
tests/test_contracts.py
tests/test_crypto.py
tests/test_decision_engine.py
tests/test_e2e_full_stack.py
tests/test_encryption_cipher.py
tests/test_encryption_file.py
tests/test_encryption_key_derivation.py
tests/test_encryption_manager.py
tests/test_fallback.py
tests/test_file_ops.py
tests/test_frontier_security.py
tests/test_fuzz.py
tests/test_health.py
tests/test_http_server.py
tests/test_human_render.py
tests/test_ical_adapter.py
tests/test_idempotency.py
tests/test_inference_tier1.py
tests/test_inference_tier2.py
tests/test_inference_tier3.py
tests/test_inference_tier4.py
tests/test_integration.py
tests/test_integration_adapters.py
tests/test_integration_manager.py
tests/test_integration_models.py
tests/test_json_task_adapter.py
tests/test_lifecycle.py
tests/test_livrps_resolution.py
tests/test_logging_setup.py
tests/test_messaging.py
tests/test_metrics.py
tests/test_mobile_api.py
tests/test_mobile_integration.py
tests/test_notes_adapter.py
tests/test_orchestrator.py
tests/test_otel_adapter.py
tests/test_parameter_locker.py
tests/test_performance.py
tests/test_personal_knowledge.py
tests/test_pqcrypto.py
tests/test_profile_loader.py
tests/test_properties.py
tests/test_protection.py
tests/test_protocol_agent_bridge.py
tests/test_protocol_executors.py
tests/test_protocol_factory.py
tests/test_protocol_integration.py
tests/test_protocol_layer0.py
tests/test_protocol_layer1.py
tests/test_protocol_message_types.py
tests/test_protocol_router.py
tests/test_protocol_validator.py
tests/test_rate_limit.py
tests/test_resilience.py
tests/test_rest_router.py
tests/test_s3_adapter.py
tests/test_schemas.py
tests/test_security_audit.py
tests/test_security_healing.py
tests/test_security_hsm.py
tests/test_security_posture.py
tests/test_sync.py
tests/test_threshold.py
tests/test_tracing.py
tests/test_tui.py
tests/test_tui_bridge.py
tests/test_tui_enhanced.py
tests/test_validation.py
tests/test_webdav_adapter.py
tests/test_websocket.py