LICENSE
MANIFEST.in
README.md
pyproject.toml
openlaoke/__init__.py
openlaoke/__main__.py
openlaoke.egg-info/PKG-INFO
openlaoke.egg-info/SOURCES.txt
openlaoke.egg-info/dependency_links.txt
openlaoke.egg-info/entry_points.txt
openlaoke.egg-info/requires.txt
openlaoke.egg-info/top_level.txt
openlaoke/commands/__init__.py
openlaoke/commands/auth_command.py
openlaoke/commands/base.py
openlaoke/commands/hyperauto_command.py
openlaoke/commands/memory_command.py
openlaoke/commands/registry.py
openlaoke/commands/research_commands.py
openlaoke/commands/safe_command.py
openlaoke/commands/scaffold_commands.py
openlaoke/commands/skill_commands.py
openlaoke/commands/skill_shortcuts.py
openlaoke/components/__init__.py
openlaoke/core/__init__.py
openlaoke/core/adaptive_temp.py
openlaoke/core/agent_runner.py
openlaoke/core/atomic_generator_api.py
openlaoke/core/bitter_lesson_tracker.py
openlaoke/core/bootstrap.py
openlaoke/core/builtin_model_provider.py
openlaoke/core/checkpoint.py
openlaoke/core/code_templates.py
openlaoke/core/code_validator.py
openlaoke/core/config_wizard.py
openlaoke/core/contract.py
openlaoke/core/contract_tools.py
openlaoke/core/cross_project_lessons.py
openlaoke/core/distilled_templates.py
openlaoke/core/doc_downloader.py
openlaoke/core/doc_sources.py
openlaoke/core/dual_model_agent.py
openlaoke/core/dual_model_config.py
openlaoke/core/early_stop.py
openlaoke/core/enhanced_knowledge_base.py
openlaoke/core/error_diagnosis.py
openlaoke/core/escalation.py
openlaoke/core/evidence.py
openlaoke/core/file_state.py
openlaoke/core/gitstore.py
openlaoke/core/guard_coordinator.py
openlaoke/core/hook_system.py
openlaoke/core/hybrid_model_manager.py
openlaoke/core/insomnia_engine.py
openlaoke/core/intelligent_model_selector.py
openlaoke/core/intent_parser.py
openlaoke/core/intent_pipeline.py
openlaoke/core/intent_to_spec.py
openlaoke/core/knowledge_base.py
openlaoke/core/knowledge_loader.py
openlaoke/core/local_model_manager.py
openlaoke/core/model_cli.py
openlaoke/core/multi_file_edit.py
openlaoke/core/multi_provider_api.py
openlaoke/core/prompt_cache_split.py
openlaoke/core/prompt_input.py
openlaoke/core/quality_monitor.py
openlaoke/core/read_tracker.py
openlaoke/core/repl.py
openlaoke/core/sessions.py
openlaoke/core/skill_installer.py
openlaoke/core/skill_system.py
openlaoke/core/small_model_optimizations.py
openlaoke/core/snapshot.py
openlaoke/core/state.py
openlaoke/core/system_prompt.py
openlaoke/core/task.py
openlaoke/core/test_runner_discovery.py
openlaoke/core/thinking_budget.py
openlaoke/core/tool.py
openlaoke/core/tool_call_parser.py
openlaoke/core/tool_dedup.py
openlaoke/core/tool_router.py
openlaoke/core/trust_decay.py
openlaoke/core/architecture/__init__.py
openlaoke/core/architecture/assembler.py
openlaoke/core/architecture/decomposer.py
openlaoke/core/architecture/interfaces.py
openlaoke/core/architecture/orchestrator.py
openlaoke/core/compact/__init__.py
openlaoke/core/compact/compactor.py
openlaoke/core/compact/fast_pruner.py
openlaoke/core/compact/strategies.py
openlaoke/core/compact/summarizer.py
openlaoke/core/compact/token_budget.py
openlaoke/core/explorer/__init__.py
openlaoke/core/explorer/architecture.py
openlaoke/core/explorer/code_understanding.py
openlaoke/core/explorer/discovery.py
openlaoke/core/explorer/exploration_strategy.py
openlaoke/core/explorer/explorer.py
openlaoke/core/explorer/hypothesis.py
openlaoke/core/explorer/reasoning.py
openlaoke/core/extended_web/__init__.py
openlaoke/core/extended_web/api_client.py
openlaoke/core/extended_web/auto_browser.py
openlaoke/core/extended_web/auto_cookie_extractor.py
openlaoke/core/extended_web/browser_auth.py
openlaoke/core/extended_web/config_integration.py
openlaoke/core/extended_web/deepseek_client.py
openlaoke/core/extended_web/firefox_auth.py
openlaoke/core/extended_web/firefox_cookie_reader.py
openlaoke/core/extended_web/providers_api.py
openlaoke/core/extended_web/simple_browser_auth.py
openlaoke/core/extended_web/stream_factory.py
openlaoke/core/extended_web/types.py
openlaoke/core/extended_web/web_client.py
openlaoke/core/extended_web/clients/__init__.py
openlaoke/core/extended_web/clients/base.py
openlaoke/core/extended_web/clients/deepseek_client.py
openlaoke/core/extended_web/clients/glm_client.py
openlaoke/core/extended_web/clients/kimi_client.py
openlaoke/core/extended_web/clients/qwen_client.py
openlaoke/core/hyperauto/__init__.py
openlaoke/core/hyperauto/agent.py
openlaoke/core/hyperauto/agent_supervisor_integration.py
openlaoke/core/hyperauto/code_search.py
openlaoke/core/hyperauto/config.py
openlaoke/core/hyperauto/decision_engine.py
openlaoke/core/hyperauto/executor.py
openlaoke/core/hyperauto/learning.py
openlaoke/core/hyperauto/project_initializer.py
openlaoke/core/hyperauto/reflection.py
openlaoke/core/hyperauto/skill_generator.py
openlaoke/core/hyperauto/task_executor.py
openlaoke/core/hyperauto/test_runner.py
openlaoke/core/hyperauto/types.py
openlaoke/core/hyperauto/validator.py
openlaoke/core/hyperauto/verifier.py
openlaoke/core/hyperauto/workflow.py
openlaoke/core/langs/__init__.py
openlaoke/core/langs/c_sandbox.py
openlaoke/core/langs/python_sandbox.py
openlaoke/core/langs/registry.py
openlaoke/core/langs/rust_sandbox.py
openlaoke/core/langs/spec.py
openlaoke/core/memory/__init__.py
openlaoke/core/memory/consolidation.py
openlaoke/core/memory/embedding.py
openlaoke/core/memory/knowledge_graph.py
openlaoke/core/memory/memory.py
openlaoke/core/memory/memory_entry.py
openlaoke/core/memory/memory_hooks.py
openlaoke/core/memory/memory_nudger.py
openlaoke/core/memory/memory_searcher.py
openlaoke/core/memory/memory_store.py
openlaoke/core/memory/memory_tools.py
openlaoke/core/memory/retrieval.py
openlaoke/core/memory/sqlite_store.py
openlaoke/core/model_assessment/__init__.py
openlaoke/core/model_assessment/assessor.py
openlaoke/core/model_assessment/types.py
openlaoke/core/scheduler/__init__.py
openlaoke/core/scheduler/executor.py
openlaoke/core/scheduler/priority.py
openlaoke/core/scheduler/scheduler.py
openlaoke/core/scheduler/timeout.py
openlaoke/core/supervisor/__init__.py
openlaoke/core/supervisor/checker.py
openlaoke/core/supervisor/context_hygiene.py
openlaoke/core/supervisor/lab_notebook.py
openlaoke/core/supervisor/provenance.py
openlaoke/core/supervisor/requirements.py
openlaoke/core/supervisor/slug_utils.py
openlaoke/core/supervisor/supervisor.py
openlaoke/entrypoints/__init__.py
openlaoke/entrypoints/cli.py
openlaoke/hooks/post_install.py
openlaoke/server/__init__.py
openlaoke/server/server.py
openlaoke/server/web_ui.py
openlaoke/services/__init__.py
openlaoke/services/mcp.py
openlaoke/tools/__init__.py
openlaoke/tools/agent_tool.py
openlaoke/tools/apply_patch_tool.py
openlaoke/tools/bash_tool.py
openlaoke/tools/batch_tool.py
openlaoke/tools/brief_tool.py
openlaoke/tools/code_runner.py
openlaoke/tools/cron_tool.py
openlaoke/tools/edit_tool.py
openlaoke/tools/git_tool.py
openlaoke/tools/glob_tool.py
openlaoke/tools/grep_tool.py
openlaoke/tools/ls_tool.py
openlaoke/tools/lsp_tool.py
openlaoke/tools/notebook_write_tool.py
openlaoke/tools/plan_tool.py
openlaoke/tools/powershell_tool.py
openlaoke/tools/question_tool.py
openlaoke/tools/read_tool.py
openlaoke/tools/reference_downloader.py
openlaoke/tools/register.py
openlaoke/tools/repl_tool.py
openlaoke/tools/sleep_tool.py
openlaoke/tools/taskkill_tool.py
openlaoke/tools/tmux_tool.py
openlaoke/tools/todo_tool.py
openlaoke/tools/tool_search_tool.py
openlaoke/tools/web_browser_tool.py
openlaoke/tools/webfetch_tool.py
openlaoke/tools/websearch_tool.py
openlaoke/tools/write_tool.py
openlaoke/types/__init__.py
openlaoke/types/core_types.py
openlaoke/types/hooks.py
openlaoke/types/permissions.py
openlaoke/types/providers.py
openlaoke/utils/__init__.py
openlaoke/utils/compute.py
openlaoke/utils/config.py
openlaoke/utils/file_history.py
openlaoke/utils/install_logger.py
openlaoke/utils/model_capabilities.py
openlaoke/utils/theme.py
openlaoke/utils/permissions/__init__.py
openlaoke/utils/permissions/bash_classifier.py
openlaoke/utils/permissions/classifier.py
tests/__init__.py
tests/test_architecture_assembler.py
tests/test_architecture_decomposer.py
tests/test_architecture_interfaces.py
tests/test_architecture_orchestrator.py
tests/test_classifier.py
tests/test_commands.py
tests/test_context_hygiene.py
tests/test_core.py
tests/test_core_improvements.py
tests/test_file_history.py
tests/test_hook_system.py
tests/test_hyperauto.py
tests/test_integration.py
tests/test_intent_pipeline.py
tests/test_intent_system.py
tests/test_knowledge_base.py
tests/test_lab_notebook.py
tests/test_mcp_transport.py
tests/test_memory.py
tests/test_model_assessment.py
tests/test_model_optimizations.py
tests/test_multilang.py
tests/test_multilang_phase1.py
tests/test_new_tools.py
tests/test_project_initializer.py
tests/test_provenance.py
tests/test_providers.py
tests/test_research_commands.py
tests/test_safety.py
tests/test_scenarios.py
tests/test_scheduler.py
tests/test_sessions_and_types.py
tests/test_skills.py
tests/test_slug_utils.py
tests/test_small_model_optimizations.py
tests/test_sqlite_memory.py
tests/test_supervisor.py
tests/test_theme.py
tests/test_tool_system.py
tests/test_tools.py