LICENSE
MANIFEST.in
NOTICE
README.md
THIRD_PARTY_NOTICES.md
pyproject.toml
build_backend/tianshu_build.py
src/tianshu/__init__.py
src/tianshu/agent.py
src/tianshu/app.py
src/tianshu/authz.py
src/tianshu/config.py
src/tianshu/config_manager.py
src/tianshu/diagnostics.py
src/tianshu/edict_ops.py
src/tianshu/feature_flags.py
src/tianshu/gateway.py
src/tianshu/lean_preview_demo.py
src/tianshu/llm.py
src/tianshu/llm_router.py
src/tianshu/logging_config.py
src/tianshu/observability.py
src/tianshu/py.typed
src/tianshu/telemetry.py
src/tianshu/web.py
src/tianshu/application/__init__.py
src/tianshu/application/continuation_recovery.py
src/tianshu/application/control_center.py
src/tianshu/application/edict_detail.py
src/tianshu/application/edicts.py
src/tianshu/application/event_history.py
src/tianshu/application/evolution_view.py
src/tianshu/application/fenced_run_completion.py
src/tianshu/application/ingress.py
src/tianshu/application/managed_run_ingress.py
src/tianshu/application/outbox.py
src/tianshu/application/plan_review_lifecycle.py
src/tianshu/application/run_dispatcher.py
src/tianshu/application/run_execution.py
src/tianshu/application/run_reconciler.py
src/tianshu/application/scheduled_runs.py
src/tianshu/auditor/__init__.py
src/tianshu/auditor/auditor.py
src/tianshu/auditor/reviewer.py
src/tianshu/auditor/rules.py
src/tianshu/auditor/rules_config.py
src/tianshu/bootstrap/__init__.py
src/tianshu/bootstrap/digest_cron.py
src/tianshu/bootstrap/universe_hooks.py
src/tianshu/bootstrap/wiring_channels.py
src/tianshu/bootstrap/wiring_executor.py
src/tianshu/bootstrap/wiring_llm.py
src/tianshu/bootstrap/wiring_memory.py
src/tianshu/bootstrap/wiring_outbox.py
src/tianshu/bootstrap/wiring_persona.py
src/tianshu/bootstrap/wiring_scheduler.py
src/tianshu/bootstrap/wiring_skills.py
src/tianshu/bootstrap/wiring_storage.py
src/tianshu/bootstrap/wiring_tools.py
src/tianshu/bootstrap/wiring_universe.py
src/tianshu/bus/__init__.py
src/tianshu/bus/event_bus.py
src/tianshu/cli/__init__.py
src/tianshu/cli/client.py
src/tianshu/cli/main.py
src/tianshu/cli/commands/__init__.py
src/tianshu/cli/commands/auth.py
src/tianshu/cli/commands/config.py
src/tianshu/cli/commands/cost.py
src/tianshu/cli/commands/dag.py
src/tianshu/cli/commands/decree.py
src/tianshu/cli/commands/doctor.py
src/tianshu/cli/commands/edict.py
src/tianshu/cli/commands/evals.py
src/tianshu/cli/commands/event.py
src/tianshu/cli/commands/health.py
src/tianshu/cli/commands/keqing.py
src/tianshu/cli/commands/memorial.py
src/tianshu/cli/commands/plugin.py
src/tianshu/cli/commands/provider.py
src/tianshu/cli/commands/schedule.py
src/tianshu/cli/commands/secrets.py
src/tianshu/cli/commands/serve.py
src/tianshu/cli/commands/watch.py
src/tianshu/cli/commands/worker.py
src/tianshu/cli/commands/workspace.py
src/tianshu/consultation/__init__.py
src/tianshu/consultation/models.py
src/tianshu/consultation/session.py
src/tianshu/consultation/synthesizer.py
src/tianshu/cost/__init__.py
src/tianshu/cost/budget.py
src/tianshu/cost/manager.py
src/tianshu/cost/models.py
src/tianshu/cost/tracker.py
src/tianshu/dag/__init__.py
src/tianshu/dag/graph.py
src/tianshu/dag/models.py
src/tianshu/evals/__init__.py
src/tianshu/evals/runner.py
src/tianshu/evidence/__init__.py
src/tianshu/evidence/models.py
src/tianshu/evidence/service.py
src/tianshu/evolution/__init__.py
src/tianshu/evolution/candidate_service.py
src/tianshu/evolution/gates.py
src/tianshu/evolution/promotion.py
src/tianshu/evolution/reconciler.py
src/tianshu/evolution/runtime_context.py
src/tianshu/evolution/adapters/__init__.py
src/tianshu/evolution/adapters/base.py
src/tianshu/evolution/adapters/code.py
src/tianshu/evolution/adapters/memory.py
src/tianshu/evolution/adapters/persona.py
src/tianshu/evolution/adapters/policy.py
src/tianshu/evolution/adapters/skill.py
src/tianshu/executor/__init__.py
src/tianshu/executor/agent.py
src/tianshu/executor/ambient.py
src/tianshu/executor/anchored_fs.py
src/tianshu/executor/approvals.py
src/tianshu/executor/cancel.py
src/tianshu/executor/capabilities.py
src/tianshu/executor/checkpoint.py
src/tianshu/executor/continuation.py
src/tianshu/executor/conversation.py
src/tianshu/executor/dag_scheduler.py
src/tianshu/executor/executor.py
src/tianshu/executor/exit_reason.py
src/tianshu/executor/git_backend.py
src/tianshu/executor/hooks.py
src/tianshu/executor/lanes.py
src/tianshu/executor/liuke.py
src/tianshu/executor/loop_state.py
src/tianshu/executor/managed_tools.py
src/tianshu/executor/policy_hook.py
src/tianshu/executor/retry.py
src/tianshu/executor/shadow_snapshot.py
src/tianshu/executor/side_effects.py
src/tianshu/executor/silijian.py
src/tianshu/executor/streaming.py
src/tianshu/executor/three_way_merge.py
src/tianshu/executor/worker.py
src/tianshu/executor/worker_pool.py
src/tianshu/executor/workspace_apply.py
src/tianshu/executor/workspace_context.py
src/tianshu/executor/workspace_policy.py
src/tianshu/executor/workspace_runtime.py
src/tianshu/executor/workspace_service.py
src/tianshu/executor/xunan.py
src/tianshu/executor/adapters/__init__.py
src/tianshu/executor/adapters/protocol.py
src/tianshu/executor/compaction/__init__.py
src/tianshu/executor/compaction/auto.py
src/tianshu/executor/compaction/micro.py
src/tianshu/executor/compaction/reactive.py
src/tianshu/executor/compaction/token_estimator.py
src/tianshu/executor/execution_gateway/__init__.py
src/tianshu/executor/execution_gateway/gateway.py
src/tianshu/executor/execution_gateway/grants.py
src/tianshu/executor/execution_gateway/policy_models.py
src/tianshu/executor/execution_gateway/process_backend.py
src/tianshu/executor/keqing/__init__.py
src/tianshu/executor/keqing/adapter.py
src/tianshu/executor/keqing/executor.py
src/tianshu/executor/keqing/guard_config.py
src/tianshu/executor/keqing/pi_adapter.py
src/tianshu/executor/keqing/pi_wire.py
src/tianshu/executor/keqing/session.py
src/tianshu/executor/keqing/session_executor.py
src/tianshu/executor/orchestrator/__init__.py
src/tianshu/executor/orchestrator/archive.py
src/tianshu/executor/orchestrator/audit.py
src/tianshu/executor/orchestrator/budget.py
src/tianshu/executor/orchestrator/checks.py
src/tianshu/executor/orchestrator/critic.py
src/tianshu/executor/orchestrator/escalation.py
src/tianshu/executor/orchestrator/human_decision.py
src/tianshu/executor/orchestrator/lifecycle.py
src/tianshu/executor/orchestrator/loop.py
src/tianshu/executor/orchestrator/persistence.py
src/tianshu/executor/orchestrator/state.py
src/tianshu/executor/orchestrator/supervision.py
src/tianshu/executor/orchestrator/templates.py
src/tianshu/executor/templates/__init__.py
src/tianshu/executor/templates/edict/__init__.py
src/tianshu/executor/templates/edict/completion_audit.md
src/tianshu/executor/templates/edict/continuation.md
src/tianshu/executor/templates/edict/wind_down.md
src/tianshu/gateway/__init__.py
src/tianshu/gateway/api.py
src/tianshu/gateway/audit_api.py
src/tianshu/gateway/auth.py
src/tianshu/gateway/auth_api.py
src/tianshu/gateway/bot_manager.py
src/tianshu/gateway/config_api.py
src/tianshu/gateway/control_center_api.py
src/tianshu/gateway/cost_api.py
src/tianshu/gateway/credentials_api.py
src/tianshu/gateway/decisions_api.py
src/tianshu/gateway/edict_parse.py
src/tianshu/gateway/edicts_api.py
src/tianshu/gateway/estop_api.py
src/tianshu/gateway/evals_api.py
src/tianshu/gateway/evidence_api.py
src/tianshu/gateway/evolution_api.py
src/tianshu/gateway/execution_api.py
src/tianshu/gateway/hongluisi_api.py
src/tianshu/gateway/instance.py
src/tianshu/gateway/keqing_api.py
src/tianshu/gateway/llm_gateway_api.py
src/tianshu/gateway/mcp_api.py
src/tianshu/gateway/mcp_server.py
src/tianshu/gateway/memory_api.py
src/tianshu/gateway/model_providers_api.py
src/tianshu/gateway/ownership.py
src/tianshu/gateway/personas_api.py
src/tianshu/gateway/providers_api.py
src/tianshu/gateway/skills_api.py
src/tianshu/gateway/system_api.py
src/tianshu/gateway/system_audit_api.py
src/tianshu/gateway/tongzheng_api.py
src/tianshu/gateway/universes_api.py
src/tianshu/gateway/workspace_api.py
src/tianshu/gateway/core/__init__.py
src/tianshu/gateway/core/approval.py
src/tianshu/gateway/core/assistant_branch.py
src/tianshu/gateway/core/batcher.py
src/tianshu/gateway/core/budget.py
src/tianshu/gateway/core/edict_branch.py
src/tianshu/gateway/core/edict_bridge.py
src/tianshu/gateway/core/errors.py
src/tianshu/gateway/core/markdown_compat.py
src/tianshu/gateway/core/message.py
src/tianshu/gateway/core/mode_router.py
src/tianshu/gateway/core/outbound.py
src/tianshu/gateway/core/persona_renderer.py
src/tianshu/gateway/core/session_anchor.py
src/tianshu/gateway/core/status_label.py
src/tianshu/gateway/feishu/__init__.py
src/tianshu/gateway/feishu/approval_card.py
src/tianshu/gateway/feishu/approval_commands.py
src/tianshu/gateway/feishu/assistant_branch.py
src/tianshu/gateway/feishu/bot.py
src/tianshu/gateway/feishu/card_action_dispatcher.py
src/tianshu/gateway/feishu/card_builder.py
src/tianshu/gateway/feishu/connection.py
src/tianshu/gateway/feishu/dispatcher.py
src/tianshu/gateway/feishu/edict_branch.py
src/tianshu/gateway/feishu/markdown_compat.py
src/tianshu/gateway/feishu/mode_router.py
src/tianshu/gateway/feishu/outbound.py
src/tianshu/gateway/feishu/security.py
src/tianshu/gateway/feishu/settings.py
src/tianshu/gateway/telegram/__init__.py
src/tianshu/gateway/telegram/approval_commands.py
src/tianshu/gateway/telegram/approval_kb.py
src/tianshu/gateway/telegram/assistant_branch.py
src/tianshu/gateway/telegram/bot.py
src/tianshu/gateway/telegram/card_action_dispatcher.py
src/tianshu/gateway/telegram/card_builder.py
src/tianshu/gateway/telegram/connection.py
src/tianshu/gateway/telegram/dispatcher.py
src/tianshu/gateway/telegram/edict_branch.py
src/tianshu/gateway/telegram/markdown_v2.py
src/tianshu/gateway/telegram/mode_router.py
src/tianshu/gateway/telegram/outbound.py
src/tianshu/gateway/telegram/security.py
src/tianshu/gateway/telegram/session_anchor.py
src/tianshu/gateway/telegram/settings.py
src/tianshu/governance/__init__.py
src/tianshu/governance/decision_service.py
src/tianshu/kernel/__init__.py
src/tianshu/kernel/ambient.py
src/tianshu/kernel/exit_reason.py
src/tianshu/kernel/hooks.py
src/tianshu/lsp/__init__.py
src/tianshu/lsp/diagnostics.py
src/tianshu/memory/__init__.py
src/tianshu/memory/access_control.py
src/tianshu/memory/chunker.py
src/tianshu/memory/compactor.py
src/tianshu/memory/config.py
src/tianshu/memory/diarist.py
src/tianshu/memory/drawer.py
src/tianshu/memory/drawer_store.py
src/tianshu/memory/fts.py
src/tianshu/memory/historian.py
src/tianshu/memory/kg.py
src/tianshu/memory/layers.py
src/tianshu/memory/manager.py
src/tianshu/memory/markdown_backend.py
src/tianshu/memory/models.py
src/tianshu/memory/reflect.py
src/tianshu/memory/safety.py
src/tianshu/memory/backends/__init__.py
src/tianshu/memory/backends/sqlite_backend.py
src/tianshu/models/__init__.py
src/tianshu/models/acceptance.py
src/tianshu/models/api.py
src/tianshu/models/attempt.py
src/tianshu/models/canonical.py
src/tianshu/models/common.py
src/tianshu/models/control_center.py
src/tianshu/models/dag.py
src/tianshu/models/decision.py
src/tianshu/models/decree.py
src/tianshu/models/edict.py
src/tianshu/models/edict_detail.py
src/tianshu/models/events.py
src/tianshu/models/evolution_candidate.py
src/tianshu/models/evolution_view.py
src/tianshu/models/failure.py
src/tianshu/models/governance_contract.py
src/tianshu/models/lean_preview.py
src/tianshu/models/memorial.py
src/tianshu/models/plan.py
src/tianshu/models/plan_revision.py
src/tianshu/models/principal.py
src/tianshu/models/run_assignment.py
src/tianshu/models/run_state.py
src/tianshu/models/side_effect.py
src/tianshu/models/supervision.py
src/tianshu/models/system_audit.py
src/tianshu/models/workspace.py
src/tianshu/notifier/__init__.py
src/tianshu/notifier/channel_registry.py
src/tianshu/notifier/delivery_outbox.py
src/tianshu/notifier/digest.py
src/tianshu/notifier/notifier.py
src/tianshu/notifier/renderer.py
src/tianshu/notifier/channels/__init__.py
src/tianshu/notifier/channels/base.py
src/tianshu/notifier/channels/dingtalk.py
src/tianshu/notifier/channels/email.py
src/tianshu/notifier/channels/feishu.py
src/tianshu/persona/__init__.py
src/tianshu/persona/evaluator.py
src/tianshu/persona/import_source.py
src/tianshu/persona/jingcha.py
src/tianshu/persona/loader.py
src/tianshu/persona/match.py
src/tianshu/persona/memory_manager.py
src/tianshu/persona/metrics.py
src/tianshu/persona/model.py
src/tianshu/persona/profile_io.py
src/tianshu/persona/profile_renderer.py
src/tianshu/persona/profile_schema.py
src/tianshu/persona/profile_synthesizer.py
src/tianshu/persona/profile_trigger.py
src/tianshu/persona/prompt_builder.py
src/tianshu/persona/selector.py
src/tianshu/persona/template_library.py
src/tianshu/planner/__init__.py
src/tianshu/planner/planner.py
src/tianshu/planner/prompts.py
src/tianshu/plugins/__init__.py
src/tianshu/plugins/api.py
src/tianshu/plugins/loader.py
src/tianshu/plugins/manifest.py
src/tianshu/providers/__init__.py
src/tianshu/providers/capabilities.py
src/tianshu/providers/demo.py
src/tianshu/providers/litellm_provider.py
src/tianshu/providers/manager.py
src/tianshu/providers/model_catalog.py
src/tianshu/providers/model_ref.py
src/tianshu/providers/profiles.py
src/tianshu/providers/registry.py
src/tianshu/resources/LICENSE
src/tianshu/resources/__init__.py
src/tianshu/resources/catalog.py
src/tianshu/resources/models_catalog.json
src/tianshu/resources/overlay.py
src/tianshu/resources/persona_templates/SOURCES.md
src/tianshu/resources/persona_templates/en/academic/academic-anthropologist.md
src/tianshu/resources/persona_templates/en/academic/academic-geographer.md
src/tianshu/resources/persona_templates/en/academic/academic-historian.md
src/tianshu/resources/persona_templates/en/academic/academic-narratologist.md
src/tianshu/resources/persona_templates/en/academic/academic-psychologist.md
src/tianshu/resources/persona_templates/en/design/design-brand-guardian.md
src/tianshu/resources/persona_templates/en/design/design-image-prompt-engineer.md
src/tianshu/resources/persona_templates/en/design/design-inclusive-visuals-specialist.md
src/tianshu/resources/persona_templates/en/design/design-persona-walkthrough.md
src/tianshu/resources/persona_templates/en/design/design-ui-designer.md
src/tianshu/resources/persona_templates/en/design/design-ux-architect.md
src/tianshu/resources/persona_templates/en/design/design-ux-researcher.md
src/tianshu/resources/persona_templates/en/design/design-visual-storyteller.md
src/tianshu/resources/persona_templates/en/design/design-whimsy-injector.md
src/tianshu/resources/persona_templates/en/engineering/engineering-ai-data-remediation-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-ai-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-autonomous-optimization-architect.md
src/tianshu/resources/persona_templates/en/engineering/engineering-backend-architect.md
src/tianshu/resources/persona_templates/en/engineering/engineering-cms-developer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-code-reviewer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-codebase-onboarding-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-data-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-database-optimizer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-devops-automator.md
src/tianshu/resources/persona_templates/en/engineering/engineering-email-intelligence-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-embedded-firmware-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-feishu-integration-developer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-filament-optimization-specialist.md
src/tianshu/resources/persona_templates/en/engineering/engineering-frontend-developer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-git-workflow-master.md
src/tianshu/resources/persona_templates/en/engineering/engineering-incident-response-commander.md
src/tianshu/resources/persona_templates/en/engineering/engineering-it-service-manager.md
src/tianshu/resources/persona_templates/en/engineering/engineering-minimal-change-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-mobile-app-builder.md
src/tianshu/resources/persona_templates/en/engineering/engineering-orgscript-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-prompt-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-rapid-prototyper.md
src/tianshu/resources/persona_templates/en/engineering/engineering-security-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-senior-developer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-software-architect.md
src/tianshu/resources/persona_templates/en/engineering/engineering-solidity-smart-contract-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-sre.md
src/tianshu/resources/persona_templates/en/engineering/engineering-technical-writer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-threat-detection-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-voice-ai-integration-engineer.md
src/tianshu/resources/persona_templates/en/engineering/engineering-wechat-mini-program-developer.md
src/tianshu/resources/persona_templates/en/finance/finance-bookkeeper-controller.md
src/tianshu/resources/persona_templates/en/finance/finance-financial-analyst.md
src/tianshu/resources/persona_templates/en/finance/finance-fpa-analyst.md
src/tianshu/resources/persona_templates/en/finance/finance-investment-researcher.md
src/tianshu/resources/persona_templates/en/finance/finance-tax-strategist.md
src/tianshu/resources/persona_templates/en/game-development/game-audio-engineer.md
src/tianshu/resources/persona_templates/en/game-development/game-designer.md
src/tianshu/resources/persona_templates/en/game-development/level-designer.md
src/tianshu/resources/persona_templates/en/game-development/narrative-designer.md
src/tianshu/resources/persona_templates/en/game-development/technical-artist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-aeo-foundations.md
src/tianshu/resources/persona_templates/en/marketing/marketing-agentic-search-optimizer.md
src/tianshu/resources/persona_templates/en/marketing/marketing-ai-citation-strategist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-app-store-optimizer.md
src/tianshu/resources/persona_templates/en/marketing/marketing-baidu-seo-specialist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-bilibili-content-strategist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-book-co-author.md
src/tianshu/resources/persona_templates/en/marketing/marketing-carousel-growth-engine.md
src/tianshu/resources/persona_templates/en/marketing/marketing-china-ecommerce-operator.md
src/tianshu/resources/persona_templates/en/marketing/marketing-china-market-localization-strategist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-content-creator.md
src/tianshu/resources/persona_templates/en/marketing/marketing-cross-border-ecommerce.md
src/tianshu/resources/persona_templates/en/marketing/marketing-douyin-strategist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-email-strategist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-global-podcast-strategist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-growth-hacker.md
src/tianshu/resources/persona_templates/en/marketing/marketing-instagram-curator.md
src/tianshu/resources/persona_templates/en/marketing/marketing-kuaishou-strategist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-linkedin-content-creator.md
src/tianshu/resources/persona_templates/en/marketing/marketing-livestream-commerce-coach.md
src/tianshu/resources/persona_templates/en/marketing/marketing-multi-platform-publisher.md
src/tianshu/resources/persona_templates/en/marketing/marketing-podcast-strategist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-pr-communications-manager.md
src/tianshu/resources/persona_templates/en/marketing/marketing-private-domain-operator.md
src/tianshu/resources/persona_templates/en/marketing/marketing-reddit-community-builder.md
src/tianshu/resources/persona_templates/en/marketing/marketing-seo-specialist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-short-video-editing-coach.md
src/tianshu/resources/persona_templates/en/marketing/marketing-social-media-strategist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-tiktok-strategist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-twitter-engager.md
src/tianshu/resources/persona_templates/en/marketing/marketing-video-optimization-specialist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-wechat-official-account.md
src/tianshu/resources/persona_templates/en/marketing/marketing-weibo-strategist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-x-twitter-intelligence-analyst.md
src/tianshu/resources/persona_templates/en/marketing/marketing-xiaohongshu-specialist.md
src/tianshu/resources/persona_templates/en/marketing/marketing-zhihu-strategist.md
src/tianshu/resources/persona_templates/en/paid-media/paid-media-auditor.md
src/tianshu/resources/persona_templates/en/paid-media/paid-media-creative-strategist.md
src/tianshu/resources/persona_templates/en/paid-media/paid-media-paid-social-strategist.md
src/tianshu/resources/persona_templates/en/paid-media/paid-media-ppc-strategist.md
src/tianshu/resources/persona_templates/en/paid-media/paid-media-programmatic-buyer.md
src/tianshu/resources/persona_templates/en/paid-media/paid-media-search-query-analyst.md
src/tianshu/resources/persona_templates/en/paid-media/paid-media-tracking-specialist.md
src/tianshu/resources/persona_templates/en/product/product-behavioral-nudge-engine.md
src/tianshu/resources/persona_templates/en/product/product-feedback-synthesizer.md
src/tianshu/resources/persona_templates/en/product/product-manager.md
src/tianshu/resources/persona_templates/en/product/product-sprint-prioritizer.md
src/tianshu/resources/persona_templates/en/product/product-trend-researcher.md
src/tianshu/resources/persona_templates/en/project-management/project-management-experiment-tracker.md
src/tianshu/resources/persona_templates/en/project-management/project-management-jira-workflow-steward.md
src/tianshu/resources/persona_templates/en/project-management/project-management-meeting-notes-specialist.md
src/tianshu/resources/persona_templates/en/project-management/project-management-project-shepherd.md
src/tianshu/resources/persona_templates/en/project-management/project-management-studio-operations.md
src/tianshu/resources/persona_templates/en/project-management/project-management-studio-producer.md
src/tianshu/resources/persona_templates/en/project-management/project-manager-senior.md
src/tianshu/resources/persona_templates/en/sales/sales-account-strategist.md
src/tianshu/resources/persona_templates/en/sales/sales-coach.md
src/tianshu/resources/persona_templates/en/sales/sales-deal-strategist.md
src/tianshu/resources/persona_templates/en/sales/sales-discovery-coach.md
src/tianshu/resources/persona_templates/en/sales/sales-engineer.md
src/tianshu/resources/persona_templates/en/sales/sales-offer-lead-gen-strategist.md
src/tianshu/resources/persona_templates/en/sales/sales-outbound-strategist.md
src/tianshu/resources/persona_templates/en/sales/sales-pipeline-analyst.md
src/tianshu/resources/persona_templates/en/sales/sales-proposal-strategist.md
src/tianshu/resources/persona_templates/en/spatial-computing/macos-spatial-metal-engineer.md
src/tianshu/resources/persona_templates/en/spatial-computing/terminal-integration-specialist.md
src/tianshu/resources/persona_templates/en/spatial-computing/visionos-spatial-engineer.md
src/tianshu/resources/persona_templates/en/spatial-computing/xr-cockpit-interaction-specialist.md
src/tianshu/resources/persona_templates/en/spatial-computing/xr-immersive-developer.md
src/tianshu/resources/persona_templates/en/spatial-computing/xr-interface-architect.md
src/tianshu/resources/persona_templates/en/specialized/accounts-payable-agent.md
src/tianshu/resources/persona_templates/en/specialized/agentic-identity-trust.md
src/tianshu/resources/persona_templates/en/specialized/agents-orchestrator.md
src/tianshu/resources/persona_templates/en/specialized/automation-governance-architect.md
src/tianshu/resources/persona_templates/en/specialized/blockchain-security-auditor.md
src/tianshu/resources/persona_templates/en/specialized/business-strategist.md
src/tianshu/resources/persona_templates/en/specialized/change-management-consultant.md
src/tianshu/resources/persona_templates/en/specialized/compliance-auditor.md
src/tianshu/resources/persona_templates/en/specialized/corporate-training-designer.md
src/tianshu/resources/persona_templates/en/specialized/customer-service.md
src/tianshu/resources/persona_templates/en/specialized/customer-success-manager.md
src/tianshu/resources/persona_templates/en/specialized/data-consolidation-agent.md
src/tianshu/resources/persona_templates/en/specialized/government-digital-presales-consultant.md
src/tianshu/resources/persona_templates/en/specialized/grant-writer.md
src/tianshu/resources/persona_templates/en/specialized/healthcare-customer-service.md
src/tianshu/resources/persona_templates/en/specialized/healthcare-marketing-compliance.md
src/tianshu/resources/persona_templates/en/specialized/hospitality-guest-services.md
src/tianshu/resources/persona_templates/en/specialized/hr-onboarding.md
src/tianshu/resources/persona_templates/en/specialized/identity-graph-operator.md
src/tianshu/resources/persona_templates/en/specialized/language-translator.md
src/tianshu/resources/persona_templates/en/specialized/legal-billing-time-tracking.md
src/tianshu/resources/persona_templates/en/specialized/legal-client-intake.md
src/tianshu/resources/persona_templates/en/specialized/legal-document-review.md
src/tianshu/resources/persona_templates/en/specialized/loan-officer-assistant.md
src/tianshu/resources/persona_templates/en/specialized/lsp-index-engineer.md
src/tianshu/resources/persona_templates/en/specialized/medical-billing-coding-specialist.md
src/tianshu/resources/persona_templates/en/specialized/personal-growth-mentor.md
src/tianshu/resources/persona_templates/en/specialized/real-estate-buyer-seller.md
src/tianshu/resources/persona_templates/en/specialized/recruitment-specialist.md
src/tianshu/resources/persona_templates/en/specialized/report-distribution-agent.md
src/tianshu/resources/persona_templates/en/specialized/retail-customer-returns.md
src/tianshu/resources/persona_templates/en/specialized/sales-data-extraction-agent.md
src/tianshu/resources/persona_templates/en/specialized/sales-outreach.md
src/tianshu/resources/persona_templates/en/specialized/specialized-chief-of-staff.md
src/tianshu/resources/persona_templates/en/specialized/specialized-civil-engineer.md
src/tianshu/resources/persona_templates/en/specialized/specialized-cultural-intelligence-strategist.md
src/tianshu/resources/persona_templates/en/specialized/specialized-developer-advocate.md
src/tianshu/resources/persona_templates/en/specialized/specialized-document-generator.md
src/tianshu/resources/persona_templates/en/specialized/specialized-french-consulting-market.md
src/tianshu/resources/persona_templates/en/specialized/specialized-korean-business-navigator.md
src/tianshu/resources/persona_templates/en/specialized/specialized-mcp-builder.md
src/tianshu/resources/persona_templates/en/specialized/specialized-model-qa.md
src/tianshu/resources/persona_templates/en/specialized/specialized-pricing-analyst.md
src/tianshu/resources/persona_templates/en/specialized/specialized-salesforce-architect.md
src/tianshu/resources/persona_templates/en/specialized/specialized-workflow-architect.md
src/tianshu/resources/persona_templates/en/specialized/study-abroad-advisor.md
src/tianshu/resources/persona_templates/en/specialized/supply-chain-strategist.md
src/tianshu/resources/persona_templates/en/specialized/zk-steward.md
src/tianshu/resources/persona_templates/en/strategy/EXECUTIVE-BRIEF.md
src/tianshu/resources/persona_templates/en/strategy/QUICKSTART.md
src/tianshu/resources/persona_templates/en/strategy/nexus-strategy.md
src/tianshu/resources/persona_templates/en/support/support-analytics-reporter.md
src/tianshu/resources/persona_templates/en/support/support-executive-summary-generator.md
src/tianshu/resources/persona_templates/en/support/support-finance-tracker.md
src/tianshu/resources/persona_templates/en/support/support-infrastructure-maintainer.md
src/tianshu/resources/persona_templates/en/support/support-legal-compliance-checker.md
src/tianshu/resources/persona_templates/en/support/support-support-responder.md
src/tianshu/resources/persona_templates/en/testing/testing-accessibility-auditor.md
src/tianshu/resources/persona_templates/en/testing/testing-api-tester.md
src/tianshu/resources/persona_templates/en/testing/testing-evidence-collector.md
src/tianshu/resources/persona_templates/en/testing/testing-performance-benchmarker.md
src/tianshu/resources/persona_templates/en/testing/testing-reality-checker.md
src/tianshu/resources/persona_templates/en/testing/testing-test-results-analyzer.md
src/tianshu/resources/persona_templates/en/testing/testing-tool-evaluator.md
src/tianshu/resources/persona_templates/en/testing/testing-workflow-optimizer.md
src/tianshu/resources/persona_templates/zh/academic/academic-anthropologist.md
src/tianshu/resources/persona_templates/zh/academic/academic-geographer.md
src/tianshu/resources/persona_templates/zh/academic/academic-historian.md
src/tianshu/resources/persona_templates/zh/academic/academic-narratologist.md
src/tianshu/resources/persona_templates/zh/academic/academic-psychologist.md
src/tianshu/resources/persona_templates/zh/academic/academic-study-planner.md
src/tianshu/resources/persona_templates/zh/design/design-brand-guardian.md
src/tianshu/resources/persona_templates/zh/design/design-image-prompt-engineer.md
src/tianshu/resources/persona_templates/zh/design/design-inclusive-visuals-specialist.md
src/tianshu/resources/persona_templates/zh/design/design-ui-designer.md
src/tianshu/resources/persona_templates/zh/design/design-ux-architect.md
src/tianshu/resources/persona_templates/zh/design/design-ux-researcher.md
src/tianshu/resources/persona_templates/zh/design/design-visual-storyteller.md
src/tianshu/resources/persona_templates/zh/design/design-whimsy-injector.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-ai-data-remediation-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-ai-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-autonomous-optimization-architect.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-backend-architect.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-cms-developer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-code-reviewer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-codebase-onboarding-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-data-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-database-optimizer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-devops-automator.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-dingtalk-integration-developer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-email-intelligence-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-embedded-firmware-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-embedded-linux-driver-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-feishu-integration-developer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-filament-optimization-specialist.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-fpga-digital-design-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-frontend-developer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-git-workflow-master.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-incident-response-commander.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-iot-solution-architect.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-mechanical-design-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-minimal-change-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-mobile-app-builder.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-pc-host-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-rapid-prototyper.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-security-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-senior-developer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-software-architect.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-solidity-smart-contract-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-sre.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-technical-writer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-threat-detection-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-voice-ai-integration-engineer.md
src/tianshu/resources/persona_templates/zh/engineering/engineering-wechat-mini-program-developer.md
src/tianshu/resources/persona_templates/zh/finance/finance-bookkeeper-controller.md
src/tianshu/resources/persona_templates/zh/finance/finance-financial-analyst.md
src/tianshu/resources/persona_templates/zh/finance/finance-financial-forecaster.md
src/tianshu/resources/persona_templates/zh/finance/finance-fpa-analyst.md
src/tianshu/resources/persona_templates/zh/finance/finance-fraud-detector.md
src/tianshu/resources/persona_templates/zh/finance/finance-investment-researcher.md
src/tianshu/resources/persona_templates/zh/finance/finance-invoice-manager.md
src/tianshu/resources/persona_templates/zh/finance/finance-tax-strategist.md
src/tianshu/resources/persona_templates/zh/game-development/game-audio-engineer.md
src/tianshu/resources/persona_templates/zh/game-development/game-designer.md
src/tianshu/resources/persona_templates/zh/game-development/level-designer.md
src/tianshu/resources/persona_templates/zh/game-development/narrative-designer.md
src/tianshu/resources/persona_templates/zh/game-development/technical-artist.md
src/tianshu/resources/persona_templates/zh/hr/hr-performance-reviewer.md
src/tianshu/resources/persona_templates/zh/hr/hr-recruiter.md
src/tianshu/resources/persona_templates/zh/legal/legal-contract-reviewer.md
src/tianshu/resources/persona_templates/zh/legal/legal-policy-writer.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-agentic-search-optimizer.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-ai-citation-strategist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-app-store-optimizer.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-baidu-seo-specialist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-bilibili-strategist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-book-co-author.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-carousel-growth-engine.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-china-ecommerce-operator.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-china-market-localization-strategist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-content-creator.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-cross-border-ecommerce.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-daily-news-briefing.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-douyin-strategist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-ecommerce-operator.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-growth-hacker.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-instagram-curator.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-knowledge-commerce-strategist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-kuaishou-strategist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-linkedin-content-creator.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-livestream-commerce-coach.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-podcast-strategist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-private-domain-operator.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-reddit-community-builder.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-seo-specialist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-short-video-editing-coach.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-social-media-strategist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-tiktok-strategist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-twitter-engager.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-video-optimization-specialist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-wechat-official-account.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-wechat-operator.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-weibo-strategist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-weixin-channels-strategist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-xiaohongshu-operator.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-xiaohongshu-specialist.md
src/tianshu/resources/persona_templates/zh/marketing/marketing-zhihu-strategist.md
src/tianshu/resources/persona_templates/zh/paid-media/paid-media-auditor.md
src/tianshu/resources/persona_templates/zh/paid-media/paid-media-creative-strategist.md
src/tianshu/resources/persona_templates/zh/paid-media/paid-media-paid-social-strategist.md
src/tianshu/resources/persona_templates/zh/paid-media/paid-media-ppc-strategist.md
src/tianshu/resources/persona_templates/zh/paid-media/paid-media-programmatic-buyer.md
src/tianshu/resources/persona_templates/zh/paid-media/paid-media-search-query-analyst.md
src/tianshu/resources/persona_templates/zh/paid-media/paid-media-tracking-specialist.md
src/tianshu/resources/persona_templates/zh/product/product-behavioral-nudge-engine.md
src/tianshu/resources/persona_templates/zh/product/product-feedback-synthesizer.md
src/tianshu/resources/persona_templates/zh/product/product-manager.md
src/tianshu/resources/persona_templates/zh/product/product-sprint-prioritizer.md
src/tianshu/resources/persona_templates/zh/product/product-trend-researcher.md
src/tianshu/resources/persona_templates/zh/project-management/project-management-experiment-tracker.md
src/tianshu/resources/persona_templates/zh/project-management/project-management-jira-workflow-steward.md
src/tianshu/resources/persona_templates/zh/project-management/project-management-project-shepherd.md
src/tianshu/resources/persona_templates/zh/project-management/project-management-studio-operations.md
src/tianshu/resources/persona_templates/zh/project-management/project-management-studio-producer.md
src/tianshu/resources/persona_templates/zh/project-management/project-manager-senior.md
src/tianshu/resources/persona_templates/zh/sales/sales-account-strategist.md
src/tianshu/resources/persona_templates/zh/sales/sales-coach.md
src/tianshu/resources/persona_templates/zh/sales/sales-deal-strategist.md
src/tianshu/resources/persona_templates/zh/sales/sales-discovery-coach.md
src/tianshu/resources/persona_templates/zh/sales/sales-engineer.md
src/tianshu/resources/persona_templates/zh/sales/sales-outbound-strategist.md
src/tianshu/resources/persona_templates/zh/sales/sales-pipeline-analyst.md
src/tianshu/resources/persona_templates/zh/sales/sales-proposal-strategist.md
src/tianshu/resources/persona_templates/zh/spatial-computing/macos-spatial-metal-engineer.md
src/tianshu/resources/persona_templates/zh/spatial-computing/terminal-integration-specialist.md
src/tianshu/resources/persona_templates/zh/spatial-computing/visionos-spatial-engineer.md
src/tianshu/resources/persona_templates/zh/spatial-computing/xr-cockpit-interaction-specialist.md
src/tianshu/resources/persona_templates/zh/spatial-computing/xr-immersive-developer.md
src/tianshu/resources/persona_templates/zh/spatial-computing/xr-interface-architect.md
src/tianshu/resources/persona_templates/zh/specialized/accounts-payable-agent.md
src/tianshu/resources/persona_templates/zh/specialized/agentic-identity-trust.md
src/tianshu/resources/persona_templates/zh/specialized/agents-orchestrator.md
src/tianshu/resources/persona_templates/zh/specialized/automation-governance-architect.md
src/tianshu/resources/persona_templates/zh/specialized/blockchain-security-auditor.md
src/tianshu/resources/persona_templates/zh/specialized/compliance-auditor.md
src/tianshu/resources/persona_templates/zh/specialized/corporate-training-designer.md
src/tianshu/resources/persona_templates/zh/specialized/data-consolidation-agent.md
src/tianshu/resources/persona_templates/zh/specialized/gaokao-college-advisor.md
src/tianshu/resources/persona_templates/zh/specialized/government-digital-presales-consultant.md
src/tianshu/resources/persona_templates/zh/specialized/healthcare-customer-service.md
src/tianshu/resources/persona_templates/zh/specialized/healthcare-marketing-compliance.md
src/tianshu/resources/persona_templates/zh/specialized/hospitality-guest-services.md
src/tianshu/resources/persona_templates/zh/specialized/hr-onboarding.md
src/tianshu/resources/persona_templates/zh/specialized/identity-graph-operator.md
src/tianshu/resources/persona_templates/zh/specialized/language-translator.md
src/tianshu/resources/persona_templates/zh/specialized/legal-billing-time-tracking.md
src/tianshu/resources/persona_templates/zh/specialized/legal-client-intake.md
src/tianshu/resources/persona_templates/zh/specialized/legal-document-review.md
src/tianshu/resources/persona_templates/zh/specialized/livestock-archive-auditor.md
src/tianshu/resources/persona_templates/zh/specialized/loan-officer-assistant.md
src/tianshu/resources/persona_templates/zh/specialized/lsp-index-engineer.md
src/tianshu/resources/persona_templates/zh/specialized/prompt-engineer.md
src/tianshu/resources/persona_templates/zh/specialized/real-estate-buyer-seller.md
src/tianshu/resources/persona_templates/zh/specialized/recruitment-specialist.md
src/tianshu/resources/persona_templates/zh/specialized/report-distribution-agent.md
src/tianshu/resources/persona_templates/zh/specialized/retail-customer-returns.md
src/tianshu/resources/persona_templates/zh/specialized/sales-data-extraction-agent.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-ai-policy-writer.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-chief-of-staff.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-civil-engineer.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-cultural-intelligence-strategist.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-developer-advocate.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-document-generator.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-french-consulting-market.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-korean-business-navigator.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-mcp-builder.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-meeting-assistant.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-model-qa.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-pricing-optimizer.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-risk-assessor.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-salesforce-architect.md
src/tianshu/resources/persona_templates/zh/specialized/specialized-workflow-architect.md
src/tianshu/resources/persona_templates/zh/specialized/study-abroad-advisor.md
src/tianshu/resources/persona_templates/zh/specialized/technical-translator-agent.md
src/tianshu/resources/persona_templates/zh/specialized/zk-steward.md
src/tianshu/resources/persona_templates/zh/strategy/EXECUTIVE-BRIEF.md
src/tianshu/resources/persona_templates/zh/strategy/QUICKSTART.md
src/tianshu/resources/persona_templates/zh/strategy/nexus-strategy.md
src/tianshu/resources/persona_templates/zh/supply-chain/supply-chain-garment-factory-planning-engineer.md
src/tianshu/resources/persona_templates/zh/supply-chain/supply-chain-inventory-forecaster.md
src/tianshu/resources/persona_templates/zh/supply-chain/supply-chain-route-optimizer.md
src/tianshu/resources/persona_templates/zh/supply-chain/supply-chain-strategist.md
src/tianshu/resources/persona_templates/zh/supply-chain/supply-chain-vendor-evaluator.md
src/tianshu/resources/persona_templates/zh/support/support-analytics-reporter.md
src/tianshu/resources/persona_templates/zh/support/support-executive-summary-generator.md
src/tianshu/resources/persona_templates/zh/support/support-finance-tracker.md
src/tianshu/resources/persona_templates/zh/support/support-infrastructure-maintainer.md
src/tianshu/resources/persona_templates/zh/support/support-legal-compliance-checker.md
src/tianshu/resources/persona_templates/zh/support/support-recruitment-specialist.md
src/tianshu/resources/persona_templates/zh/support/support-support-responder.md
src/tianshu/resources/persona_templates/zh/testing/testing-accessibility-auditor.md
src/tianshu/resources/persona_templates/zh/testing/testing-api-tester.md
src/tianshu/resources/persona_templates/zh/testing/testing-embedded-qa-engineer.md
src/tianshu/resources/persona_templates/zh/testing/testing-evidence-collector.md
src/tianshu/resources/persona_templates/zh/testing/testing-performance-benchmarker.md
src/tianshu/resources/persona_templates/zh/testing/testing-reality-checker.md
src/tianshu/resources/persona_templates/zh/testing/testing-test-results-analyzer.md
src/tianshu/resources/persona_templates/zh/testing/testing-tool-evaluator.md
src/tianshu/resources/persona_templates/zh/testing/testing-workflow-optimizer.md
src/tianshu/resources/personas/bingbu/MEMORY.md
src/tianshu/resources/personas/bingbu/ROLE.md
src/tianshu/resources/personas/bingbu/SOUL.md
src/tianshu/resources/personas/court/COURT.md
src/tianshu/resources/personas/court/MEMORY.md
src/tianshu/resources/personas/ducha/MEMORY.md
src/tianshu/resources/personas/ducha/ROLE.md
src/tianshu/resources/personas/ducha/SOUL.md
src/tianshu/resources/personas/hubu/MEMORY.md
src/tianshu/resources/personas/hubu/ROLE.md
src/tianshu/resources/personas/hubu/SOUL.md
src/tianshu/resources/personas/neige/MEMORY.md
src/tianshu/resources/personas/neige/ROLE.md
src/tianshu/resources/personas/neige/SOUL.md
src/tianshu/resources/personas/tongzheng/MEMORY.md
src/tianshu/resources/personas/tongzheng/ROLE.md
src/tianshu/resources/personas/tongzheng/SOUL.md
src/tianshu/resources/personas/wenyuan/MEMORY.md
src/tianshu/resources/personas/wenyuan/ROLE.md
src/tianshu/resources/personas/wenyuan/SOUL.md
src/tianshu/scheduler/__init__.py
src/tianshu/scheduler/schedule_spec.py
src/tianshu/scheduler/scheduler.py
src/tianshu/secrets/__init__.py
src/tianshu/secrets/injector.py
src/tianshu/secrets/models.py
src/tianshu/secrets/scoped_token.py
src/tianshu/secrets/store.py
src/tianshu/secrets/vault.py
src/tianshu/security/__init__.py
src/tianshu/security/bash_analysis.py
src/tianshu/security/clean_env.py
src/tianshu/security/estop.py
src/tianshu/security/redact.py
src/tianshu/security/sensitive_payload.py
src/tianshu/skills/__init__.py
src/tianshu/skills/curator.py
src/tianshu/skills/curator_lifecycle.py
src/tianshu/skills/effect_gate.py
src/tianshu/skills/fuzzy_match.py
src/tianshu/skills/guard.py
src/tianshu/skills/install_service.py
src/tianshu/skills/installer.py
src/tianshu/skills/loader.py
src/tianshu/skills/metrics.py
src/tianshu/skills/reviewer.py
src/tianshu/skills/validator.py
src/tianshu/skills/builtin/file-ops/SKILL.md
src/tianshu/skills/builtin/shell/SKILL.md
src/tianshu/storage/__init__.py
src/tianshu/storage/_base.py
src/tianshu/storage/artifact_repo.py
src/tianshu/storage/attempt_ledger.py
src/tianshu/storage/auth_repo.py
src/tianshu/storage/channel_repo.py
src/tianshu/storage/config_repo.py
src/tianshu/storage/consultation_repo.py
src/tianshu/storage/correlation.py
src/tianshu/storage/cost_repo.py
src/tianshu/storage/credential_repo.py
src/tianshu/storage/dag_repo.py
src/tianshu/storage/decision_repo.py
src/tianshu/storage/edict_repo.py
src/tianshu/storage/evals_repo.py
src/tianshu/storage/event_repo.py
src/tianshu/storage/evolution_repo.py
src/tianshu/storage/facade.py
src/tianshu/storage/feishu_repo.py
src/tianshu/storage/flag_repo.py
src/tianshu/storage/kg_repo.py
src/tianshu/storage/mappers.py
src/tianshu/storage/memorial_repo.py
src/tianshu/storage/memory_repo.py
src/tianshu/storage/migration_ledger.py
src/tianshu/storage/migrations.py
src/tianshu/storage/model_provider_repo.py
src/tianshu/storage/notify_repo.py
src/tianshu/storage/orchestrator_repo.py
src/tianshu/storage/outbox_repo.py
src/tianshu/storage/persona_repo.py
src/tianshu/storage/petition_repo.py
src/tianshu/storage/run_state_repo.py
src/tianshu/storage/scheduler_repo.py
src/tianshu/storage/schema.py
src/tianshu/storage/security_repo.py
src/tianshu/storage/side_effect_journal.py
src/tianshu/storage/sqlite_backup.py
src/tianshu/storage/system_audit_repo.py
src/tianshu/storage/telegram_repo.py
src/tianshu/storage/unit_of_work.py
src/tianshu/storage/universe_repo.py
src/tianshu/storage/workspace_repo.py
src/tianshu/tools/__init__.py
src/tianshu/tools/builtins.py
src/tianshu/tools/edict_query.py
src/tianshu/tools/edit_file.py
src/tianshu/tools/find_files.py
src/tianshu/tools/grep.py
src/tianshu/tools/lark_cli.py
src/tianshu/tools/list_dir.py
src/tianshu/tools/memory_tools.py
src/tianshu/tools/path_utils.py
src/tianshu/tools/persona_query.py
src/tianshu/tools/policy.py
src/tianshu/tools/policy_profile.py
src/tianshu/tools/policy_store.py
src/tianshu/tools/registry.py
src/tianshu/tools/schedule_edict.py
src/tianshu/tools/skill_tools.py
src/tianshu/tools/submit_edict.py
src/tianshu/tools/types.py
src/tianshu/tools/hongluisi/__init__.py
src/tianshu/tools/hongluisi/api_request.py
src/tianshu/tools/hongluisi/engine_registry.py
src/tianshu/tools/hongluisi/failure_reason.py
src/tianshu/tools/hongluisi/http_client.py
src/tianshu/tools/hongluisi/markdown_extract.py
src/tianshu/tools/hongluisi/policy.py
src/tianshu/tools/hongluisi/rate_limiter.py
src/tianshu/tools/hongluisi/router.py
src/tianshu/tools/hongluisi/ssrf_guard.py
src/tianshu/tools/hongluisi/tools.py
src/tianshu/tools/hongluisi/engines/__init__.py
src/tianshu/tools/hongluisi/engines/duckduckgo_search.py
src/tianshu/tools/hongluisi/engines/firecrawl.py
src/tianshu/tools/hongluisi/engines/firecrawl_extract.py
src/tianshu/tools/hongluisi/engines/jina_reader.py
src/tianshu/tools/hongluisi/engines/jina_search.py
src/tianshu/tools/hongluisi/engines/local_fetch.py
src/tianshu/tools/hongluisi/engines/scrapling_fetch.py
src/tianshu/tools/hongluisi/engines/tavily.py
src/tianshu/tools/mcp/__init__.py
src/tianshu/tools/mcp/client.py
src/tianshu/tools/mcp/config.py
src/tianshu/tools/mcp/manager.py
src/tianshu/tools/mcp/naming.py
src/tianshu/tools/mcp/redact.py
src/tianshu/tools/mcp/transport.py
src/tianshu/tools/policy_rules/__init__.py
src/tianshu/tools/policy_rules/approval_required_list.py
src/tianshu/tools/policy_rules/bash_safety.py
src/tianshu/tools/policy_rules/default_tier.py
src/tianshu/tools/policy_rules/lark_cli_safety.py
src/tianshu/tools/policy_rules/network_safety.py
src/tianshu/tools/policy_rules/persona_tool.py
src/tianshu/tools/policy_rules/tier_escalation.py
src/tianshu/tools/policy_rules/workspace_boundary.py
src/tianshu/universe/__init__.py
src/tianshu/universe/code_mutator.py
src/tianshu/universe/code_store.py
src/tianshu/universe/diagnostician.py
src/tianshu/universe/edict_builder.py
src/tianshu/universe/eval_harness.py
src/tianshu/universe/evolver.py
src/tianshu/universe/execution.py
src/tianshu/universe/fitness.py
src/tianshu/universe/gate.py
src/tianshu/universe/manager.py
src/tianshu/universe/model.py
src/tianshu/universe/mutator.py
src/tianshu/universe/router.py
src/tianshu/universe/sandbox.py
src/tianshu/universe/store.py
src/tianshu/universe/unlock.py
src/tianshu/web/static/brand.png
src/tianshu/web/static/favicon.png
src/tianshu/web/static/index.html
src/tianshu/web/static/manifest.json
src/tianshu/web/static/assets/ArrowLeftOutlined-CD3_xtm7.js
src/tianshu/web/static/assets/AuditDashboardPage-DgiPc8et.js
src/tianshu/web/static/assets/CabinetPage-DOWL4ktW.js
src/tianshu/web/static/assets/CapabilityMaturity-BIS8bIPN.js
src/tianshu/web/static/assets/CheckCircleOutlined-fKI1dwQs.js
src/tianshu/web/static/assets/CheckOutlined-BNTrZ05M.js
src/tianshu/web/static/assets/ClockCircleOutlined-DQn8FBqb.js
src/tianshu/web/static/assets/Collapse-Dx05uZUp.js
src/tianshu/web/static/assets/ConsultationDetailPage-C5NCmVhc.js
src/tianshu/web/static/assets/ConsultationPage-CvdgnVFC.js
src/tianshu/web/static/assets/ControlCenterPage-B4sLq8N4.js
src/tianshu/web/static/assets/ControlCenterPage-BVmfe-5z.css
src/tianshu/web/static/assets/CostDashboardPage-Exj4jc_i.js
src/tianshu/web/static/assets/DagBattleMap-BWfSk4HQ.css
src/tianshu/web/static/assets/DagBattleMap-weiIEDrj.js
src/tianshu/web/static/assets/DagBattleMapPage-DRf2m9Zk.js
src/tianshu/web/static/assets/DeleteOutlined-_Jjlz-0R.js
src/tianshu/web/static/assets/DownOutlined-Bff-jPVF.js
src/tianshu/web/static/assets/EdictCreatePage-CO9RpRvx.js
src/tianshu/web/static/assets/EdictDetailPage-BS8MrLW4.js
src/tianshu/web/static/assets/EdictDetailPage-C6sss6SB.css
src/tianshu/web/static/assets/EstopTab-DCcMoMwL.js
src/tianshu/web/static/assets/EvalsPage-CK84-Y1G.js
src/tianshu/web/static/assets/EvolutionCenterPage-G3M0hfZc.js
src/tianshu/web/static/assets/ExternalCredentialsTab-DN6I3qK8.js
src/tianshu/web/static/assets/FileTextOutlined-BHYywtO8.js
src/tianshu/web/static/assets/GlobalConfigTab-C_jNRyro.js
src/tianshu/web/static/assets/GlowCard-C_-bxDvG.js
src/tianshu/web/static/assets/GlowCard-JvFSNqWD.css
src/tianshu/web/static/assets/HistoryOutlined-EVg3KNC5.js
src/tianshu/web/static/assets/HongluisiPage-Dst52v2z.js
src/tianshu/web/static/assets/KeqingManagementPage-DUqOWXoI.js
src/tianshu/web/static/assets/MCPTab-CVqaCPec.js
src/tianshu/web/static/assets/MemoryDashboardPage-DC-vgZrb.js
src/tianshu/web/static/assets/MinusCircleOutlined-DHR8giQU.js
src/tianshu/web/static/assets/MonoText-CXpLXNfp.js
src/tianshu/web/static/assets/NodeIndexOutlined-2uBiNTqu.js
src/tianshu/web/static/assets/NotFoundPage-D7Xq7iKc.js
src/tianshu/web/static/assets/OnboardingPage-CCyNYEUm.js
src/tianshu/web/static/assets/PageContainer-DvvTrdzZ.js
src/tianshu/web/static/assets/PageQueryError-CjstVXzP.js
src/tianshu/web/static/assets/Pagination-f0eTG5YZ.js
src/tianshu/web/static/assets/PersonaDashboardPage-Cedwodh0.js
src/tianshu/web/static/assets/PersonaDetailPage-B1yiL1Qa.js
src/tianshu/web/static/assets/PlayCircleOutlined-DMdM79Go.js
src/tianshu/web/static/assets/PluginsTab-WBIf_C18.js
src/tianshu/web/static/assets/PlusOutlined-H_rlCQRi.js
src/tianshu/web/static/assets/ProvidersTab-CBL4dCfb.js
src/tianshu/web/static/assets/ReloadOutlined-nPmIPmOq.js
src/tianshu/web/static/assets/RoyalStudyPage-BOjKnxH-.js
src/tianshu/web/static/assets/SafetyCertificateOutlined-Cyw43-DV.js
src/tianshu/web/static/assets/SchedulerPage-BNmhCTre.js
src/tianshu/web/static/assets/SemanticTag-D9HoNtUg.js
src/tianshu/web/static/assets/SendOutlined-BAEbeAuz.js
src/tianshu/web/static/assets/SessionRulesPage-IXsPVssD.js
src/tianshu/web/static/assets/SkillsTab-DUaWOOJ8.js
src/tianshu/web/static/assets/SyncOutlined-D4Ube--T.js
src/tianshu/web/static/assets/SystemManagementPage-4bF9iV4M.js
src/tianshu/web/static/assets/SystemPromptTab-C4Btww6E.js
src/tianshu/web/static/assets/Table-CU9p1u_d.js
src/tianshu/web/static/assets/TaskListPage-BvH7zdDC.js
src/tianshu/web/static/assets/ThunderboltOutlined-_Dhs1WuC.js
src/tianshu/web/static/assets/Timeline-DRAZb7zM.js
src/tianshu/web/static/assets/TongzhengPage-C0n6EZ0z.js
src/tianshu/web/static/assets/ToolsTab-35E8Ytan.js
src/tianshu/web/static/assets/UniversePage-C7msUsZ0.js
src/tianshu/web/static/assets/WarningOutlined-CTvCIgJS.js
src/tianshu/web/static/assets/config-BcbkMMwb.js
src/tianshu/web/static/assets/credentials-B-l1qs_J.js
src/tianshu/web/static/assets/dayjs.min-CtySkLHh.js
src/tianshu/web/static/assets/evals-Dyrq1A4C.js
src/tianshu/web/static/assets/format-DOUduxtS.js
src/tianshu/web/static/assets/index-2CgNMdkc.js
src/tianshu/web/static/assets/index-B5TaOBkN.js
src/tianshu/web/static/assets/index-B7cVS3o1.js
src/tianshu/web/static/assets/index-BMp80QD2.js
src/tianshu/web/static/assets/index-B_ziATw9.js
src/tianshu/web/static/assets/index-BpCvtYGU.js
src/tianshu/web/static/assets/index-BsRbwiD3.js
src/tianshu/web/static/assets/index-BxUwigjs.js
src/tianshu/web/static/assets/index-C2j9Msim.js
src/tianshu/web/static/assets/index-C6wHTIJX.js
src/tianshu/web/static/assets/index-C8iCADMO.css
src/tianshu/web/static/assets/index-CQ56YpVb.js
src/tianshu/web/static/assets/index-CnL1sB_m.js
src/tianshu/web/static/assets/index-Cvyss75R.js
src/tianshu/web/static/assets/index-DBVUhkxJ.js
src/tianshu/web/static/assets/index-DThgCCVz.js
src/tianshu/web/static/assets/index-DhvGHGgy.js
src/tianshu/web/static/assets/index-DmFkOKql.js
src/tianshu/web/static/assets/index-DsV5GqbP.js
src/tianshu/web/static/assets/index-LYmLx96Y.js
src/tianshu/web/static/assets/index-TuMICOaK.js
src/tianshu/web/static/assets/index-dAtCQ3ox.js
src/tianshu/web/static/assets/index-ypHEvp8S.js
src/tianshu/web/static/assets/network_events-DcEvpkpR.js
src/tianshu/web/static/assets/policy-D6OEV5Kg.js
src/tianshu/web/static/assets/progress-DUAu2mhd.js
src/tianshu/web/static/assets/providers-C1UfuVZy.js
src/tianshu/web/static/assets/shared-DE9LXNSV.js
src/tianshu/web/static/assets/universe-XJKSucH4.js
src/tianshu/web/static/assets/useConfig-DCVJMv9x.js
src/tianshu/web/static/assets/useConsultation-DC1g2ypE.js
src/tianshu/web/static/assets/useDepartments-DUWW8BXm.js
src/tianshu/web/static/assets/useMCP-tbyUiwrk.js
src/tianshu/web/static/assets/useMemory-C8qlnTJ1.js
src/tianshu/web/static/assets/useMutation-BmiLXL7z.js
src/tianshu/web/static/assets/useOps-GosY8YOn.js
src/tianshu/web/static/assets/usePersonas-iGctQ31g.js
src/tianshu/web/static/assets/useProviders-BLwgDlzY.js
src/tianshu/web/static/assets/useSystem-B_H1KZ4r.js
src/tianshu/web/static/assets/vendor-VPciNRdV.js
src/tianshu_agent_os.egg-info/PKG-INFO
src/tianshu_agent_os.egg-info/SOURCES.txt
src/tianshu_agent_os.egg-info/dependency_links.txt
src/tianshu_agent_os.egg-info/entry_points.txt
src/tianshu_agent_os.egg-info/requires.txt
src/tianshu_agent_os.egg-info/top_level.txt