LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
crates/lingtai-search-sidecar/Cargo.lock
crates/lingtai-search-sidecar/Cargo.toml
crates/lingtai-search-sidecar/README.md
crates/lingtai-search-sidecar/src/main.rs
src/lingtai/__init__.py
src/lingtai/__main__.py
src/lingtai/agent.py
src/lingtai/cli.py
src/lingtai/init.jsonc
src/lingtai/init_reader.py
src/lingtai/init_schema.py
src/lingtai/mcp_catalog.json
src/lingtai/network.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/adapters/__init__.py
src/lingtai/adapters/avatar_launcher.py
src/lingtai/adapters/bash.py
src/lingtai/adapters/bash_process.py
src/lingtai/adapters/bash_state_lock.py
src/lingtai/adapters/lifecycle_clock.py
src/lingtai/adapters/refresh_watcher.py
src/lingtai/adapters/shell.py
src/lingtai/adapters/shell_process.py
src/lingtai/adapters/shell_state_lock.py
src/lingtai/adapters/workdir_lease.py
src/lingtai/adapters/posix/__init__.py
src/lingtai/adapters/posix/agent_presence.py
src/lingtai/adapters/posix/avatar_launcher.py
src/lingtai/adapters/posix/bash.py
src/lingtai/adapters/posix/bash_process.py
src/lingtai/adapters/posix/bash_state_lock.py
src/lingtai/adapters/posix/daemon_execution_child_entrypoint.py
src/lingtai/adapters/posix/daemon_resume_owner_entrypoint.py
src/lingtai/adapters/posix/daemon_supervisor.py
src/lingtai/adapters/posix/daemon_supervisor_entrypoint.py
src/lingtai/adapters/posix/event_journal.py
src/lingtai/adapters/posix/git_cli.py
src/lingtai/adapters/posix/interactive_terminal.py
src/lingtai/adapters/posix/mail.py
src/lingtai/adapters/posix/migration_workspace.py
src/lingtai/adapters/posix/notification_store.py
src/lingtai/adapters/posix/process_identity.py
src/lingtai/adapters/posix/refresh_watcher.py
src/lingtai/adapters/posix/refresh_watcher_entrypoint.py
src/lingtai/adapters/posix/refresh_watcher_process.py
src/lingtai/adapters/posix/workdir_lease.py
src/lingtai/adapters/windows/__init__.py
src/lingtai/adapters/windows/powershell.py
src/lingtai/adapters/windows/powershell_process.py
src/lingtai/adapters/windows/powershell_state_lock.py
src/lingtai/auth/__init__.py
src/lingtai/auth/codex.py
src/lingtai/auth/codex_pool.py
src/lingtai/intrinsic_skills/__init__.py
src/lingtai/intrinsic_skills/file-manual/SKILL.md
src/lingtai/intrinsic_skills/lingtai-doctor/SKILL.md
src/lingtai/intrinsic_skills/lingtai-doctor/scripts/doctor.py
src/lingtai/intrinsic_skills/lingtai-kernel-anatomy/SKILL.md
src/lingtai/intrinsic_skills/lingtai-kernel-anatomy/scripts/bench_agent_session_rebuild.py
src/lingtai/intrinsic_skills/lingtai-kernel-anatomy/scripts/check_anatomy_drift.py
src/lingtai/intrinsic_skills/nokv-workbench/SKILL.md
src/lingtai/intrinsic_skills/nokv-workbench/assets/PREFLIGHT.md
src/lingtai/intrinsic_skills/nokv-workbench/assets/init-snippet.json
src/lingtai/intrinsic_skills/nokv-workbench/assets/mcp_registry.example.jsonl
src/lingtai/intrinsic_skills/notification-manual/SKILL.md
src/lingtai/intrinsic_skills/notification-manual/reference/channel-model/SKILL.md
src/lingtai/intrinsic_skills/notification-manual/reference/dismissal-safety/SKILL.md
src/lingtai/intrinsic_skills/psyche-manual/SKILL.md
src/lingtai/intrinsic_skills/psyche-manual/assets/molt-template.md
src/lingtai/intrinsic_skills/psyche-manual/assets/session-journal-entry-template.md
src/lingtai/intrinsic_skills/read-manual/SKILL.md
src/lingtai/intrinsic_skills/soul-manual/SKILL.md
src/lingtai/intrinsic_skills/system-manual/SKILL.md
src/lingtai/intrinsic_skills/system-manual/reference/environment-variables/SKILL.md
src/lingtai/intrinsic_skills/system-manual/reference/goal-manual/SKILL.md
src/lingtai/intrinsic_skills/system-manual/reference/procedures-manual/SKILL.md
src/lingtai/intrinsic_skills/system-manual/reference/runtime-update-checks/SKILL.md
src/lingtai/intrinsic_skills/system-manual/reference/sqlite-log-query/SKILL.md
src/lingtai/intrinsic_skills/system-manual/reference/sqlite-log-query/scripts/event_summary.py
src/lingtai/intrinsic_skills/system-manual/reference/substrate-manual/SKILL.md
src/lingtai/intrinsic_skills/system-manual/reference/summarize-manual/SKILL.md
src/lingtai/kernel/__init__.py
src/lingtai/kernel/_frontmatter.py
src/lingtai/kernel/_fsutil.py
src/lingtai/kernel/agent_session.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/process_match.py
src/lingtai/kernel/prompt.py
src/lingtai/kernel/prompt_catalog.py
src/lingtai/kernel/release_manifest.py
src/lingtai/kernel/runtime_identity.py
src/lingtai/kernel/safety_limits.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_call_guard.py
src/lingtai/kernel/tool_dispatch.py
src/lingtai/kernel/tool_executor.py
src/lingtai/kernel/tool_glossary.py
src/lingtai/kernel/tool_result_artifacts.py
src/lingtai/kernel/tool_result_recovery.py
src/lingtai/kernel/tool_result_summary.py
src/lingtai/kernel/tool_timing.py
src/lingtai/kernel/trace_redaction.py
src/lingtai/kernel/types.py
src/lingtai/kernel/workdir.py
src/lingtai/kernel/agent_presence/__init__.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/base_agent/worker_recovery.py
src/lingtai/kernel/daemon_supervisor/__init__.py
src/lingtai/kernel/daemon_supervisor/agent_stub.py
src/lingtai/kernel/daemon_supervisor/control.py
src/lingtai/kernel/daemon_supervisor/manifest.py
src/lingtai/kernel/daemon_supervisor/supervisor.py
src/lingtai/kernel/event_journal/__init__.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/lifecycle_clock/__init__.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/mail_transport/__init__.py
src/lingtai/kernel/maintenance/__init__.py
src/lingtai/kernel/maintenance/retention.py
src/lingtai/kernel/migrate/__init__.py
src/lingtai/kernel/migrate/agent_m001_init_procedures_override.py
src/lingtai/kernel/migrate/agent_m002_mcp_launch_args_rewrite.py
src/lingtai/kernel/migrate/agent_m003_init_prompt_contract.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/notification_store/__init__.py
src/lingtai/kernel/nudge/__init__.py
src/lingtai/kernel/nudge/goal.py
src/lingtai/kernel/nudge/init_config.py
src/lingtai/kernel/nudge/kernel_version.py
src/lingtai/kernel/nudge/prompts.py
src/lingtai/kernel/nudge/source_drift.py
src/lingtai/kernel/refresh_watcher/__init__.py
src/lingtai/kernel/refresh_watcher/watcher_program.py
src/lingtai/kernel/reminders/__init__.py
src/lingtai/kernel/reminders/context_pressure.py
src/lingtai/kernel/services/__init__.py
src/lingtai/kernel/services/logging.py
src/lingtai/kernel/services/mail.py
src/lingtai/kernel/snapshot/__init__.py
src/lingtai/kernel/workdir_lease/__init__.py
src/lingtai/llm/__init__.py
src/lingtai/llm/_register.py
src/lingtai/llm/api_gate.py
src/lingtai/llm/base.py
src/lingtai/llm/identity_headers.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/claude_code/__init__.py
src/lingtai/llm/claude_code/adapter.py
src/lingtai/llm/claude_code/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/codex_ws.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/mcp_servers/__init__.py
src/lingtai/mcp_servers/_config.py
src/lingtai/mcp_servers/_entrypoint.py
src/lingtai/mcp_servers/_identity.py
src/lingtai/mcp_servers/_licc_compat.py
src/lingtai/mcp_servers/_skill.py
src/lingtai/mcp_servers/cloud_mail/SKILL.md
src/lingtai/mcp_servers/cloud_mail/__init__.py
src/lingtai/mcp_servers/cloud_mail/__main__.py
src/lingtai/mcp_servers/cloud_mail/_watermark.py
src/lingtai/mcp_servers/cloud_mail/client.py
src/lingtai/mcp_servers/cloud_mail/licc.py
src/lingtai/mcp_servers/cloud_mail/manager.py
src/lingtai/mcp_servers/cloud_mail/server.py
src/lingtai/mcp_servers/daemon_common/__init__.py
src/lingtai/mcp_servers/daemon_common/__main__.py
src/lingtai/mcp_servers/daemon_common/server.py
src/lingtai/mcp_servers/feishu/SKILL.md
src/lingtai/mcp_servers/feishu/__init__.py
src/lingtai/mcp_servers/feishu/__main__.py
src/lingtai/mcp_servers/feishu/account.py
src/lingtai/mcp_servers/feishu/licc.py
src/lingtai/mcp_servers/feishu/manager.py
src/lingtai/mcp_servers/feishu/notification_header.md
src/lingtai/mcp_servers/feishu/server.py
src/lingtai/mcp_servers/feishu/service.py
src/lingtai/mcp_servers/imap/SKILL.md
src/lingtai/mcp_servers/imap/__init__.py
src/lingtai/mcp_servers/imap/__main__.py
src/lingtai/mcp_servers/imap/_migrate.py
src/lingtai/mcp_servers/imap/_watermark.py
src/lingtai/mcp_servers/imap/account.py
src/lingtai/mcp_servers/imap/bridge.py
src/lingtai/mcp_servers/imap/licc.py
src/lingtai/mcp_servers/imap/manager.py
src/lingtai/mcp_servers/imap/server.py
src/lingtai/mcp_servers/imap/service.py
src/lingtai/mcp_servers/telegram/SKILL.md
src/lingtai/mcp_servers/telegram/__init__.py
src/lingtai/mcp_servers/telegram/__main__.py
src/lingtai/mcp_servers/telegram/account.py
src/lingtai/mcp_servers/telegram/licc.py
src/lingtai/mcp_servers/telegram/manager.py
src/lingtai/mcp_servers/telegram/notification_header.md
src/lingtai/mcp_servers/telegram/server.py
src/lingtai/mcp_servers/telegram/service.py
src/lingtai/mcp_servers/telegram/task_card/ANATOMY.md
src/lingtai/mcp_servers/telegram/task_card/CONTRACT.md
src/lingtai/mcp_servers/telegram/task_card/SKILL.md
src/lingtai/mcp_servers/telegram/task_card/__init__.py
src/lingtai/mcp_servers/telegram/task_card/controller.py
src/lingtai/mcp_servers/telegram/task_card/interface.py
src/lingtai/mcp_servers/telegram/task_card/resident.py
src/lingtai/mcp_servers/wechat/SKILL.md
src/lingtai/mcp_servers/wechat/__init__.py
src/lingtai/mcp_servers/wechat/__main__.py
src/lingtai/mcp_servers/wechat/api.py
src/lingtai/mcp_servers/wechat/licc.py
src/lingtai/mcp_servers/wechat/lockfile.py
src/lingtai/mcp_servers/wechat/login.py
src/lingtai/mcp_servers/wechat/manager.py
src/lingtai/mcp_servers/wechat/media.py
src/lingtai/mcp_servers/wechat/notification_header.md
src/lingtai/mcp_servers/wechat/server.py
src/lingtai/mcp_servers/wechat/types.py
src/lingtai/mcp_servers/whatsapp/SKILL.md
src/lingtai/mcp_servers/whatsapp/__init__.py
src/lingtai/mcp_servers/whatsapp/__main__.py
src/lingtai/mcp_servers/whatsapp/client.py
src/lingtai/mcp_servers/whatsapp/licc.py
src/lingtai/mcp_servers/whatsapp/manager.py
src/lingtai/mcp_servers/whatsapp/notification_header.md
src/lingtai/mcp_servers/whatsapp/redaction.py
src/lingtai/mcp_servers/whatsapp/resources.py
src/lingtai/mcp_servers/whatsapp/server.py
src/lingtai/mcp_servers/whatsapp/webhook.py
src/lingtai/mcp_servers/whatsapp/webhook_server.py
src/lingtai/prompts/ANATOMY.md
src/lingtai/prompts/brief/brief.yaml
src/lingtai/prompts/character/character.yaml
src/lingtai/prompts/comment/comment.yaml
src/lingtai/prompts/covenant/covenant.yaml
src/lingtai/prompts/identity/identity.yaml
src/lingtai/prompts/knowledge/knowledge.yaml
src/lingtai/prompts/mcp/mcp.yaml
src/lingtai/prompts/meta_guidance/meta_guidance.yaml
src/lingtai/prompts/meta_guidance/catalog/INDEX.md
src/lingtai/prompts/meta_guidance/catalog/notification_handling.md
src/lingtai/prompts/meta_guidance/catalog/review_delegation_instruction_check.md
src/lingtai/prompts/meta_guidance/catalog/summarize_best_practice.md
src/lingtai/prompts/meta_guidance/catalog/summarize_reconstruction_threshold.md
src/lingtai/prompts/meta_guidance/catalog/token_efficiency.md
src/lingtai/prompts/pad/pad.yaml
src/lingtai/prompts/principle/principle.md
src/lingtai/prompts/principle/principle.yaml
src/lingtai/prompts/procedures/procedures.md
src/lingtai/prompts/procedures/procedures.yaml
src/lingtai/prompts/rules/rules.yaml
src/lingtai/prompts/skills/skills.yaml
src/lingtai/prompts/substrate/substrate.md
src/lingtai/prompts/substrate/substrate.yaml
src/lingtai/prompts/tools/tools.yaml
src/lingtai/services/__init__.py
src/lingtai/services/file_io.py
src/lingtai/services/file_io_sidecar.py
src/lingtai/services/mail.py
src/lingtai/services/mcp.py
src/lingtai/services/mcp_inbox.py
src/lingtai/services/mcp_licc.py
src/lingtai/services/mcp_registry.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/openai.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/tools/__init__.py
src/lingtai/tools/_catalog.py
src/lingtai/tools/_file_paths.py
src/lingtai/tools/_manual.py
src/lingtai/tools/_media_host.py
src/lingtai/tools/_zhipu_mode.py
src/lingtai/tools/glossary_validator.py
src/lingtai/tools/registry.py
src/lingtai/tools/avatar/CONTRACT.md
src/lingtai/tools/avatar/__init__.py
src/lingtai/tools/avatar/_launcher.py
src/lingtai/tools/avatar/glossary-en.md
src/lingtai/tools/avatar/glossary-wen.md
src/lingtai/tools/avatar/glossary-zh.md
src/lingtai/tools/avatar/manual/SKILL.md
src/lingtai/tools/bash/CONTRACT.md
src/lingtai/tools/bash/__init__.py
src/lingtai/tools/bash/_async_process.py
src/lingtai/tools/bash/_async_supervisor.py
src/lingtai/tools/bash/_shell_dialect.py
src/lingtai/tools/bash/_state_lock.py
src/lingtai/tools/bash/bash_policy.json
src/lingtai/tools/bash/glossary-en.md
src/lingtai/tools/bash/glossary-wen.md
src/lingtai/tools/bash/glossary-zh.md
src/lingtai/tools/bash/powershell_policy.json
src/lingtai/tools/bash/manual/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-aider/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-claude-code/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-crush/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-cursor-agent/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-gemini-cli/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-goose/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-kimicode/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-mimocode/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-oh-my-pi/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-openai-codex/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-opencode/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-openhands/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-qwen-code/SKILL.md
src/lingtai/tools/bash/manual/reference/bash-zed-acp/SKILL.md
src/lingtai/tools/bash/manual/reference/debugging-cleanup/SKILL.md
src/lingtai/tools/bash/manual/reference/notification-reminders/SKILL.md
src/lingtai/tools/bash/manual/reference/scheduled-work/SKILL.md
src/lingtai/tools/daemon/CONTRACT.md
src/lingtai/tools/daemon/__init__.py
src/lingtai/tools/daemon/claude_interactive.py
src/lingtai/tools/daemon/execution_host.py
src/lingtai/tools/daemon/glossary-en.md
src/lingtai/tools/daemon/glossary-wen.md
src/lingtai/tools/daemon/glossary-zh.md
src/lingtai/tools/daemon/posix_process.py
src/lingtai/tools/daemon/process_port.py
src/lingtai/tools/daemon/run_dir.py
src/lingtai/tools/daemon/runtime.py
src/lingtai/tools/daemon/supervisor_runtime.py
src/lingtai/tools/daemon/system_prompt.py
src/lingtai/tools/daemon/interactive_terminal/CONTRACT.md
src/lingtai/tools/daemon/interactive_terminal/__init__.py
src/lingtai/tools/daemon/manual/SKILL.md
src/lingtai/tools/daemon/manual/reference/cleanup/SKILL.md
src/lingtai/tools/daemon/manual/reference/cli-backends/SKILL.md
src/lingtai/tools/daemon/manual/reference/cli-backends/reference/backends/claude-p/SKILL.md
src/lingtai/tools/daemon/manual/reference/cli-backends/reference/backends/codex/SKILL.md
src/lingtai/tools/daemon/manual/reference/cli-backends/reference/backends/cursor/SKILL.md
src/lingtai/tools/daemon/manual/reference/cli-backends/reference/backends/kimicode/SKILL.md
src/lingtai/tools/daemon/manual/reference/cli-backends/reference/backends/lingtai/SKILL.md
src/lingtai/tools/daemon/manual/reference/cli-backends/reference/backends/mimocode/SKILL.md
src/lingtai/tools/daemon/manual/reference/cli-backends/reference/backends/oh-my-pi/SKILL.md
src/lingtai/tools/daemon/manual/reference/cli-backends/reference/backends/opencode/SKILL.md
src/lingtai/tools/daemon/manual/reference/cli-backends/reference/backends/qwen-code/SKILL.md
src/lingtai/tools/daemon/manual/reference/forensics/SKILL.md
src/lingtai/tools/daemon/manual/reference/inspection/SKILL.md
src/lingtai/tools/edit/CONTRACT.md
src/lingtai/tools/edit/__init__.py
src/lingtai/tools/edit/glossary-en.md
src/lingtai/tools/edit/glossary-wen.md
src/lingtai/tools/edit/glossary-zh.md
src/lingtai/tools/email/CONTRACT.md
src/lingtai/tools/email/__init__.py
src/lingtai/tools/email/glossary-en.md
src/lingtai/tools/email/glossary-wen.md
src/lingtai/tools/email/glossary-zh.md
src/lingtai/tools/email/manager.py
src/lingtai/tools/email/primitives.py
src/lingtai/tools/email/schema.py
src/lingtai/tools/email/manual/SKILL.md
src/lingtai/tools/glob/CONTRACT.md
src/lingtai/tools/glob/__init__.py
src/lingtai/tools/glob/glossary-en.md
src/lingtai/tools/glob/glossary-wen.md
src/lingtai/tools/glob/glossary-zh.md
src/lingtai/tools/grep/CONTRACT.md
src/lingtai/tools/grep/__init__.py
src/lingtai/tools/grep/glossary-en.md
src/lingtai/tools/grep/glossary-wen.md
src/lingtai/tools/grep/glossary-zh.md
src/lingtai/tools/i18n/__init__.py
src/lingtai/tools/i18n/en.json
src/lingtai/tools/i18n/wen.json
src/lingtai/tools/i18n/zh.json
src/lingtai/tools/knowledge/CONTRACT.md
src/lingtai/tools/knowledge/__init__.py
src/lingtai/tools/knowledge/glossary-en.md
src/lingtai/tools/knowledge/glossary-wen.md
src/lingtai/tools/knowledge/glossary-zh.md
src/lingtai/tools/knowledge/manual/SKILL.md
src/lingtai/tools/mcp/CONTRACT.md
src/lingtai/tools/mcp/__init__.py
src/lingtai/tools/mcp/glossary-en.md
src/lingtai/tools/mcp/glossary-wen.md
src/lingtai/tools/mcp/glossary-zh.md
src/lingtai/tools/mcp/manual/SKILL.md
src/lingtai/tools/mcp/manual/reference/curated-addons.md
src/lingtai/tools/mcp/manual/reference/third-party-and-legacy.md
src/lingtai/tools/mcp/manual/reference/troubleshooting.md
src/lingtai/tools/mcp/manual/scripts/find_readme.py
src/lingtai/tools/notification/CONTRACT.md
src/lingtai/tools/notification/__init__.py
src/lingtai/tools/notification/glossary-en.md
src/lingtai/tools/notification/glossary-wen.md
src/lingtai/tools/notification/glossary-zh.md
src/lingtai/tools/notification/schema.py
src/lingtai/tools/psyche/CONTRACT.md
src/lingtai/tools/psyche/__init__.py
src/lingtai/tools/psyche/_lingtai.py
src/lingtai/tools/psyche/_molt.py
src/lingtai/tools/psyche/_pad.py
src/lingtai/tools/psyche/_session_journal.py
src/lingtai/tools/psyche/_snapshots.py
src/lingtai/tools/psyche/glossary-en.md
src/lingtai/tools/psyche/glossary-wen.md
src/lingtai/tools/psyche/glossary-zh.md
src/lingtai/tools/read/CONTRACT.md
src/lingtai/tools/read/__init__.py
src/lingtai/tools/read/glossary-en.md
src/lingtai/tools/read/glossary-wen.md
src/lingtai/tools/read/glossary-zh.md
src/lingtai/tools/skills/CONTRACT.md
src/lingtai/tools/skills/__init__.py
src/lingtai/tools/skills/glossary-en.md
src/lingtai/tools/skills/glossary-wen.md
src/lingtai/tools/skills/glossary-zh.md
src/lingtai/tools/skills/manual/SKILL.md
src/lingtai/tools/skills/manual/assets/skill-template.md
src/lingtai/tools/skills/manual/reference/cleanup-footprint-contract.md
src/lingtai/tools/skills/manual/scripts/validate.py
src/lingtai/tools/soul/CONTRACT.md
src/lingtai/tools/soul/__init__.py
src/lingtai/tools/soul/config.py
src/lingtai/tools/soul/consultation.py
src/lingtai/tools/soul/flow.py
src/lingtai/tools/soul/glossary-en.md
src/lingtai/tools/soul/glossary-wen.md
src/lingtai/tools/soul/glossary-zh.md
src/lingtai/tools/soul/inquiry.py
src/lingtai/tools/system/CONTRACT.md
src/lingtai/tools/system/__init__.py
src/lingtai/tools/system/glossary-en.md
src/lingtai/tools/system/glossary-wen.md
src/lingtai/tools/system/glossary-zh.md
src/lingtai/tools/system/karma.py
src/lingtai/tools/system/preset.py
src/lingtai/tools/system/schema.py
src/lingtai/tools/system/summarize.py
src/lingtai/tools/vision/CONTRACT.md
src/lingtai/tools/vision/__init__.py
src/lingtai/tools/vision/glossary-en.md
src/lingtai/tools/vision/glossary-wen.md
src/lingtai/tools/vision/glossary-zh.md
src/lingtai/tools/vision/manual/SKILL.md
src/lingtai/tools/web_search/CONTRACT.md
src/lingtai/tools/web_search/__init__.py
src/lingtai/tools/web_search/glossary-en.md
src/lingtai/tools/web_search/glossary-wen.md
src/lingtai/tools/web_search/glossary-zh.md
src/lingtai/tools/web_search/manual/SKILL.md
src/lingtai/tools/web_search/manual/assets/api-endpoints.json
src/lingtai/tools/web_search/manual/assets/css-selectors.json
src/lingtai/tools/web_search/manual/assets/extraction-pipeline.json
src/lingtai/tools/web_search/manual/assets/regex-patterns.json
src/lingtai/tools/web_search/manual/assets/search-providers.json
src/lingtai/tools/web_search/manual/assets/site-templates.json
src/lingtai/tools/web_search/manual/reference/academic-pipeline.md
src/lingtai/tools/web_search/manual/reference/migration-from-v2.md
src/lingtai/tools/web_search/manual/reference/news-and-rss.md
src/lingtai/tools/web_search/manual/reference/realtime-data.md
src/lingtai/tools/web_search/manual/reference/search-strategies.md
src/lingtai/tools/web_search/manual/reference/social-media.md
src/lingtai/tools/web_search/manual/reference/stealth.md
src/lingtai/tools/web_search/manual/reference/tier-0-pdf.md
src/lingtai/tools/web_search/manual/reference/tier-1-5-trafilatura.md
src/lingtai/tools/web_search/manual/reference/tier-1-apis.md
src/lingtai/tools/web_search/manual/reference/tier-2-beautifulsoup.md
src/lingtai/tools/web_search/manual/reference/tier-3-playwright.md
src/lingtai/tools/web_search/manual/reference/tier-4-jina-firecrawl.md
src/lingtai/tools/web_search/manual/reference/tier-5-ai-search.md
src/lingtai/tools/web_search/manual/reference/maintenance-bundles/SKILL.md
src/lingtai/tools/web_search/manual/reference/routing-and-sites/SKILL.md
src/lingtai/tools/web_search/manual/reference/tier-quick-refs/SKILL.md
src/lingtai/tools/web_search/manual/scripts/cached_get.py
src/lingtai/tools/web_search/manual/scripts/extract_page.py
src/lingtai/tools/write/CONTRACT.md
src/lingtai/tools/write/__init__.py
src/lingtai/tools/write/glossary-en.md
src/lingtai/tools/write/glossary-wen.md
src/lingtai/tools/write/glossary-zh.md
tests/test_activate_preset.py
tests/test_active_stuck_watchdog.py
tests/test_adapter_registry.py
tests/test_aed_recovery.py
tests/test_aed_tool_pairing.py
tests/test_agent.py
tests/test_agent_capabilities.py
tests/test_agent_config_hydration.py
tests/test_agent_meta_guidance.py
tests/test_agent_presence.py
tests/test_agent_preset_manifest.py
tests/test_agent_session.py
tests/test_agent_session_wiring.py
tests/test_anatomy_drift_checker.py
tests/test_api_gate.py
tests/test_apriori_summary_executor.py
tests/test_apriori_summary_schema.py
tests/test_architecture_documents.py
tests/test_avatar_launcher.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_bash_async_process_contract.py
tests/test_bash_shell_dialect.py
tests/test_catalog_helpers.py
tests/test_chat_interface_invariant.py
tests/test_chat_interface_remove_pair_by_notif_id.py
tests/test_check_caps.py
tests/test_claude_code_adapter.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_cli_runtime_env.py
tests/test_cli_worker_poison_recovery.py
tests/test_cloud_mail_addon.py
tests/test_codex_endpoint_override.py
tests/test_codex_endpoint_pool.py
tests/test_codex_pool.py
tests/test_codex_prompt_cache_key.py
tests/test_codex_raw_reasoning_replay.py
tests/test_codex_standalone_compaction.py
tests/test_codex_ws_delta.py
tests/test_codex_ws_session.py
tests/test_codex_ws_tool_result_freeze.py
tests/test_compaction.py
tests/test_context_pressure_reminder.py
tests/test_context_pressure_streak.py
tests/test_custom_responses_stateless.py
tests/test_daemon.py
tests/test_daemon_backend_options.py
tests/test_daemon_check.py
tests/test_daemon_check_historical.py
tests/test_daemon_claude_interactive_backend.py
tests/test_daemon_claude_p_background_guard.py
tests/test_daemon_claude_p_submanual.py
tests/test_daemon_claude_p_usage_backend.py
tests/test_daemon_claude_usage.py
tests/test_daemon_cli_143_attribution.py
tests/test_daemon_cli_watchdog_scope.py
tests/test_daemon_codex_submanual.py
tests/test_daemon_codex_usage.py
tests/test_daemon_contract_doc.py
tests/test_daemon_cursor_backend.py
tests/test_daemon_cursor_submanual.py
tests/test_daemon_detached_supervisor.py
tests/test_daemon_kimicode_submanual.py
tests/test_daemon_lingtai_submanual.py
tests/test_daemon_manifest.py
tests/test_daemon_mimocode_jsonl.py
tests/test_daemon_mimocode_submanual.py
tests/test_daemon_oh_my_pi_submanual.py
tests/test_daemon_opencode_backend.py
tests/test_daemon_opencode_submanual.py
tests/test_daemon_per_batch_limits.py
tests/test_daemon_preset_capabilities.py
tests/test_daemon_process_port.py
tests/test_daemon_qwen_code_submanual.py
tests/test_daemon_run_dir.py
tests/test_daemon_runtime_helpers.py
tests/test_daemon_terminal_state_gate.py
tests/test_deep_refresh.py
tests/test_deepseek_adapter.py
tests/test_docs_governance.py
tests/test_eigen.py
tests/test_email_abs_reply_route.py
tests/test_email_identity.py
tests/test_environment_variable_catalogue.py
tests/test_event_journal.py
tests/test_expired_spill_messaging.py
tests/test_feishu_notification_metadata.py
tests/test_file_io_sidecar.py
tests/test_filesystem_mail.py
tests/test_fsutil.py
tests/test_git_init.py
tests/test_goal_notification.py
tests/test_handshake.py
tests/test_heartbeat.py
tests/test_i18n.py
tests/test_imap_empty_args.py
tests/test_imap_read_attachment_sanitization.py
tests/test_imap_reply_attachments.py
tests/test_inherit_fallback.py
tests/test_init_reader.py
tests/test_init_schema.py
tests/test_init_schema_procedures.py
tests/test_interactive_terminal_lifecycle.py
tests/test_interactive_terminal_port.py
tests/test_interface.py
tests/test_intrinsic_manual_actions.py
tests/test_intrinsics_comm.py
tests/test_karma.py
tests/test_kernel_isolation.py
tests/test_kernel_migrate.py
tests/test_kernel_package_move.py
tests/test_kernel_update_contract.py
tests/test_kernel_version_nudge.py
tests/test_knowledge.py
tests/test_large_result_no_notification.py
tests/test_large_result_rescan.py
tests/test_layers_avatar.py
tests/test_layers_bash.py
tests/test_layers_email.py
tests/test_layers_file.py
tests/test_licc_notification_contract_doc.py
tests/test_lifecycle_clock.py
tests/test_lifecycle_daemon_shutdown.py
tests/test_lifecycle_stop_wake.py
tests/test_lingtai_doctor.py
tests/test_lingtai_facade.py
tests/test_llm_adapter_timeouts.py
tests/test_llm_identity_headers.py
tests/test_llm_service.py
tests/test_llm_utils.py
tests/test_loop_guard.py
tests/test_mail_transport.py
tests/test_make_tool_executor.py
tests/test_max_rpm_plumbing.py
tests/test_mcp_capability.py
tests/test_mcp_closed_resource_restart.py
tests/test_mcp_config_helper.py
tests/test_mcp_identity_discovery.py
tests/test_mcp_inbox.py
tests/test_mcp_licc_client.py
tests/test_mcp_server_scaffold.py
tests/test_mcp_skill_manuals.py
tests/test_message.py
tests/test_messaging_notification_format.py
tests/test_meta_block.py
tests/test_mimo_adapter.py
tests/test_mimo_responses_compaction.py
tests/test_molt_notification_persistence.py
tests/test_molt_task_persistence.py
tests/test_network.py
tests/test_notification_store.py
tests/test_notification_sync.py
tests/test_notification_tool.py
tests/test_nudge_policy.py
tests/test_nudge_prompts.py
tests/test_openai_compact_threshold.py
tests/test_openai_overflow_recovery.py
tests/test_openai_prompt_cache_key.py
tests/test_openai_responses_streaming.py
tests/test_override_intrinsic.py
tests/test_pad.py
tests/test_perform_refresh_handshake.py
tests/test_post_molt_notification.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_runtime_model_docs.py
tests/test_preset_swap_e2e.py
tests/test_presets.py
tests/test_process_identity.py
tests/test_process_match.py
tests/test_prompt.py
tests/test_prompt_catalog.py
tests/test_prompt_section_definitions.py
tests/test_psyche.py
tests/test_publish_release_assets.py
tests/test_read_continuation.py
tests/test_refresh_watcher_process.py
tests/test_release_manifest.py
tests/test_repeated_tool_error_continue.py
tests/test_resolved_manifest_artifact.py
tests/test_responses_converter.py
tests/test_retention_report.py
tests/test_retroactive_history_compaction.py
tests/test_runtime_block_turn_integration.py
tests/test_runtime_guidance_globals.py
tests/test_runtime_identity.py
tests/test_secondary_schema.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_session_journal_gate.py
tests/test_shell_pr1_contract.py
tests/test_shell_windows_native.py
tests/test_signpost_tool_descriptions.py
tests/test_silence_kill.py
tests/test_skills.py
tests/test_snapshot.py
tests/test_soul.py
tests/test_soul_consultation.py
tests/test_source_drift.py
tests/test_state.py
tests/test_status_snapshot.py
tests/test_streaming.py
tests/test_sync_gitee_mirror.py
tests/test_system.py
tests/test_system_dismiss.py
tests/test_system_notifications.py
tests/test_system_summarize.py
tests/test_task_card_controller.py
tests/test_task_card_handoff_guidance.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_telegram_account_last_message_id.py
tests/test_telegram_inbound_media_download_failure.py
tests/test_telegram_notification_read_state.py
tests/test_telegram_rich_formatting.py
tests/test_telegram_task_card.py
tests/test_telegram_task_card_api_error.py
tests/test_telegram_task_card_batch.py
tests/test_telegram_task_card_blockers.py
tests/test_telegram_task_card_event_tail.py
tests/test_telegram_task_card_in_place.py
tests/test_telegram_task_card_last_message.py
tests/test_telegram_task_card_programmable.py
tests/test_telegram_task_card_result_hook.py
tests/test_telegram_task_card_rows.py
tests/test_telegram_task_card_singleton.py
tests/test_telegram_task_card_state.py
tests/test_telegram_task_card_timestamp.py
tests/test_telegram_task_card_toggle.py
tests/test_telegram_task_card_transport.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_timely_transient_serialization.py
tests/test_token_counter.py
tests/test_token_ledger.py
tests/test_tool_dispatch.py
tests/test_tool_executor.py
tests/test_tool_glossary.py
tests/test_tool_meta_comment_overflow.py
tests/test_tool_meta_reconstruction.py
tests/test_tool_result_recovery.py
tests/test_tool_result_restore_after_continuation_failure.py
tests/test_tool_result_spill.py
tests/test_tool_result_summary.py
tests/test_tool_timing.py
tests/test_tools_package_data.py
tests/test_tools_package_move.py
tests/test_trace_redaction.py
tests/test_turn_boundary_housekeeping.py
tests/test_two_axis_meta_contract.py
tests/test_types.py
tests/test_utf8_read_text.py
tests/test_validate_skill.py
tests/test_venv_resolve.py
tests/test_vision_capability.py
tests/test_vision_services.py
tests/test_web_search_capability.py
tests/test_wechat_config_resolution.py
tests/test_wechat_inbound_replay.py
tests/test_wechat_media_validation.py
tests/test_wechat_media_warning_integration.py
tests/test_wechat_notification_metadata.py
tests/test_whatsapp_notification_metadata.py
tests/test_wheel_platlib_layout.py
tests/test_wheel_sidecar_smoke.py
tests/test_wheels_workflow_publish_gating.py
tests/test_wire_api.py
tests/test_wire_orphan_pairing.py
tests/test_wire_tool_description.py
tests/test_workdir.py
tests/test_workdir_lease.py
tests/test_workdir_lease_posix_only.py
tests/test_zhipu_merge_consecutive.py