LICENSE
README.md
pyproject.toml
src/lingtai/__init__.py
src/lingtai/__main__.py
src/lingtai/agent.py
src/lingtai/cli.py
src/lingtai/config_resolve.py
src/lingtai/init_schema.py
src/lingtai/mcp_catalog.json
src/lingtai/network.py
src/lingtai/preset_connectivity.py
src/lingtai/presets.py
src/lingtai/venv_resolve.py
src/lingtai.egg-info/PKG-INFO
src/lingtai.egg-info/SOURCES.txt
src/lingtai.egg-info/dependency_links.txt
src/lingtai.egg-info/entry_points.txt
src/lingtai.egg-info/requires.txt
src/lingtai.egg-info/top_level.txt
src/lingtai/auth/__init__.py
src/lingtai/auth/codex.py
src/lingtai/capabilities/__init__.py
src/lingtai/capabilities/_media_host.py
src/lingtai/capabilities/_zhipu_mode.py
src/lingtai/capabilities/vision/__init__.py
src/lingtai/capabilities/web_search/__init__.py
src/lingtai/core/__init__.py
src/lingtai/core/avatar/__init__.py
src/lingtai/core/bash/__init__.py
src/lingtai/core/bash/bash_policy.json
src/lingtai/core/bash/manual/SKILL.md
src/lingtai/core/codex/__init__.py
src/lingtai/core/daemon/__init__.py
src/lingtai/core/daemon/run_dir.py
src/lingtai/core/daemon/manual/SKILL.md
src/lingtai/core/edit/__init__.py
src/lingtai/core/glob/__init__.py
src/lingtai/core/grep/__init__.py
src/lingtai/core/library/__init__.py
src/lingtai/core/library/manual/SKILL.md
src/lingtai/core/library/manual/assets/skill-template.md
src/lingtai/core/library/manual/scripts/validate.py
src/lingtai/core/mcp/__init__.py
src/lingtai/core/mcp/inbox.py
src/lingtai/core/mcp/manual/SKILL.md
src/lingtai/core/mcp/manual/reference/curated-addons.md
src/lingtai/core/mcp/manual/reference/third-party-and-legacy.md
src/lingtai/core/mcp/manual/reference/troubleshooting.md
src/lingtai/core/mcp/manual/scripts/find_readme.py
src/lingtai/core/read/__init__.py
src/lingtai/core/write/__init__.py
src/lingtai/i18n/__init__.py
src/lingtai/i18n/en.json
src/lingtai/i18n/wen.json
src/lingtai/i18n/zh.json
src/lingtai/intrinsic_skills/__init__.py
src/lingtai/intrinsic_skills/lingtai-kernel-anatomy/SKILL.md
src/lingtai/llm/__init__.py
src/lingtai/llm/_register.py
src/lingtai/llm/api_gate.py
src/lingtai/llm/base.py
src/lingtai/llm/interface_converters.py
src/lingtai/llm/service.py
src/lingtai/llm/anthropic/__init__.py
src/lingtai/llm/anthropic/adapter.py
src/lingtai/llm/anthropic/defaults.py
src/lingtai/llm/custom/__init__.py
src/lingtai/llm/custom/adapter.py
src/lingtai/llm/custom/defaults.py
src/lingtai/llm/deepseek/__init__.py
src/lingtai/llm/deepseek/adapter.py
src/lingtai/llm/gemini/__init__.py
src/lingtai/llm/gemini/adapter.py
src/lingtai/llm/gemini/defaults.py
src/lingtai/llm/mimo/__init__.py
src/lingtai/llm/mimo/adapter.py
src/lingtai/llm/minimax/__init__.py
src/lingtai/llm/minimax/adapter.py
src/lingtai/llm/minimax/defaults.py
src/lingtai/llm/minimax/mcp_client.py
src/lingtai/llm/openai/__init__.py
src/lingtai/llm/openai/adapter.py
src/lingtai/llm/openai/defaults.py
src/lingtai/llm/openrouter/__init__.py
src/lingtai/llm/openrouter/adapter.py
src/lingtai/llm/zhipu/__init__.py
src/lingtai/llm/zhipu/adapter.py
src/lingtai/prompts/substrate.md
src/lingtai/services/__init__.py
src/lingtai/services/file_io.py
src/lingtai/services/mail.py
src/lingtai/services/mcp.py
src/lingtai/services/vision/__init__.py
src/lingtai/services/vision/anthropic.py
src/lingtai/services/vision/codex.py
src/lingtai/services/vision/gemini.py
src/lingtai/services/vision/local.py
src/lingtai/services/vision/mimo.py
src/lingtai/services/vision/minimax.py
src/lingtai/services/vision/openai.py
src/lingtai/services/vision/zhipu.py
src/lingtai/services/websearch/__init__.py
src/lingtai/services/websearch/anthropic.py
src/lingtai/services/websearch/duckduckgo.py
src/lingtai/services/websearch/gemini.py
src/lingtai/services/websearch/minimax.py
src/lingtai/services/websearch/openai.py
src/lingtai/services/websearch/zhipu.py
src/lingtai_kernel/__init__.py
src/lingtai_kernel/config.py
src/lingtai_kernel/config_resolve.py
src/lingtai_kernel/handshake.py
src/lingtai_kernel/llm_utils.py
src/lingtai_kernel/logging.py
src/lingtai_kernel/loop_guard.py
src/lingtai_kernel/message.py
src/lingtai_kernel/meta_block.py
src/lingtai_kernel/notifications.py
src/lingtai_kernel/preset_connectivity.py
src/lingtai_kernel/presets.py
src/lingtai_kernel/prompt.py
src/lingtai_kernel/sent_message_tracker.py
src/lingtai_kernel/session.py
src/lingtai_kernel/state.py
src/lingtai_kernel/tc_inbox.py
src/lingtai_kernel/time_veil.py
src/lingtai_kernel/token_counter.py
src/lingtai_kernel/token_ledger.py
src/lingtai_kernel/tool_executor.py
src/lingtai_kernel/tool_timing.py
src/lingtai_kernel/types.py
src/lingtai_kernel/workdir.py
src/lingtai_kernel/base_agent/__init__.py
src/lingtai_kernel/base_agent/identity.py
src/lingtai_kernel/base_agent/lifecycle.py
src/lingtai_kernel/base_agent/messaging.py
src/lingtai_kernel/base_agent/prompt.py
src/lingtai_kernel/base_agent/tools.py
src/lingtai_kernel/base_agent/turn.py
src/lingtai_kernel/i18n/__init__.py
src/lingtai_kernel/i18n/en.json
src/lingtai_kernel/i18n/wen.json
src/lingtai_kernel/i18n/zh.json
src/lingtai_kernel/intrinsics/__init__.py
src/lingtai_kernel/intrinsics/email/__init__.py
src/lingtai_kernel/intrinsics/email/manager.py
src/lingtai_kernel/intrinsics/email/primitives.py
src/lingtai_kernel/intrinsics/email/schema.py
src/lingtai_kernel/intrinsics/psyche/__init__.py
src/lingtai_kernel/intrinsics/psyche/_lingtai.py
src/lingtai_kernel/intrinsics/psyche/_molt.py
src/lingtai_kernel/intrinsics/psyche/_pad.py
src/lingtai_kernel/intrinsics/psyche/_snapshots.py
src/lingtai_kernel/intrinsics/soul/__init__.py
src/lingtai_kernel/intrinsics/soul/config.py
src/lingtai_kernel/intrinsics/soul/consultation.py
src/lingtai_kernel/intrinsics/soul/flow.py
src/lingtai_kernel/intrinsics/soul/inquiry.py
src/lingtai_kernel/intrinsics/system/__init__.py
src/lingtai_kernel/intrinsics/system/karma.py
src/lingtai_kernel/intrinsics/system/notification.py
src/lingtai_kernel/intrinsics/system/preset.py
src/lingtai_kernel/intrinsics/system/schema.py
src/lingtai_kernel/llm/__init__.py
src/lingtai_kernel/llm/base.py
src/lingtai_kernel/llm/interface.py
src/lingtai_kernel/llm/service.py
src/lingtai_kernel/llm/streaming.py
src/lingtai_kernel/migrate/__init__.py
src/lingtai_kernel/migrate/m001_context_limit_relocation.py
src/lingtai_kernel/migrate/m002_description_object.py
src/lingtai_kernel/migrate/migrate.py
src/lingtai_kernel/services/__init__.py
src/lingtai_kernel/services/logging.py
src/lingtai_kernel/services/mail.py
tests/test_activate_preset.py
tests/test_adapter_registry.py
tests/test_aed_tool_pairing.py
tests/test_agent.py
tests/test_agent_capabilities.py
tests/test_agent_preset_manifest.py
tests/test_api_gate.py
tests/test_avatar_preset_inheritance.py
tests/test_avatar_rules.py
tests/test_avatar_timezone_inheritance.py
tests/test_base_agent.py
tests/test_bash_async.py
tests/test_chat_interface_invariant.py
tests/test_chat_interface_remove_pair_by_notif_id.py
tests/test_check_caps.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_codex.py
tests/test_compaction.py
tests/test_daemon.py
tests/test_daemon_check.py
tests/test_daemon_per_batch_limits.py
tests/test_daemon_preset_capabilities.py
tests/test_daemon_run_dir.py
tests/test_deep_refresh.py
tests/test_deepseek_adapter.py
tests/test_dismiss_session_hierarchy.py
tests/test_eigen.py
tests/test_email_identity.py
tests/test_filesystem_mail.py
tests/test_git_init.py
tests/test_handshake.py
tests/test_heartbeat.py
tests/test_i18n.py
tests/test_inherit_fallback.py
tests/test_init_schema.py
tests/test_interface.py
tests/test_intrinsics_comm.py
tests/test_karma.py
tests/test_kernel_isolation.py
tests/test_kernel_migrate.py
tests/test_layers_avatar.py
tests/test_layers_bash.py
tests/test_layers_email.py
tests/test_layers_file.py
tests/test_library.py
tests/test_llm_adapter_timeouts.py
tests/test_llm_service.py
tests/test_llm_utils.py
tests/test_loop_guard.py
tests/test_max_rpm_plumbing.py
tests/test_mcp_capability.py
tests/test_mcp_inbox.py
tests/test_message.py
tests/test_messaging_notification_format.py
tests/test_meta_block.py
tests/test_mimo_adapter.py
tests/test_molt_hard_ceiling_notification.py
tests/test_molt_notification_persistence.py
tests/test_molt_task_persistence.py
tests/test_network.py
tests/test_notification_sync.py
tests/test_openai_overflow_recovery.py
tests/test_override_intrinsic.py
tests/test_pad.py
tests/test_perform_refresh_handshake.py
tests/test_preset_auto_fallback.py
tests/test_preset_connectivity.py
tests/test_preset_context_guard.py
tests/test_preset_materialization.py
tests/test_preset_swap_e2e.py
tests/test_presets.py
tests/test_prompt.py
tests/test_psyche.py
tests/test_responses_converter.py
tests/test_sent_message_tracker.py
tests/test_services_file_io.py
tests/test_services_integration.py
tests/test_services_logging.py
tests/test_services_mail.py
tests/test_session.py
tests/test_silence_kill.py
tests/test_soul.py
tests/test_soul_consultation.py
tests/test_state.py
tests/test_streaming.py
tests/test_system.py
tests/test_system_dismiss.py
tests/test_system_notifications.py
tests/test_tc_inbox.py
tests/test_tc_inbox_mid_turn_drain.py
tests/test_tc_inbox_remove_by_notif_id.py
tests/test_tc_wake_chat_not_ready.py
tests/test_tc_wake_orphan_heal.py
tests/test_three_agent_email.py
tests/test_time_awareness_email.py
tests/test_time_awareness_mail.py
tests/test_time_awareness_status.py
tests/test_time_veil.py
tests/test_token_counter.py
tests/test_token_ledger.py
tests/test_tool_executor.py
tests/test_tool_timing.py
tests/test_types.py
tests/test_vision_capability.py
tests/test_web_search_capability.py
tests/test_wire_orphan_pairing.py
tests/test_workdir.py
tests/test_worker_still_running_recovery.py
tests/test_zhipu_merge_consecutive.py