选择数据库和运行模式,按 Skill 完成部署Choose a Database and Runtime Mode, Then Deploy Through the Skill
SKILL.md 是每个交付版本的操作入口和最终权威。官网提供路径选择和部署 Prompt,不替代版本包中的预检、备份、迁移和验证步骤。SKILL.md is the operational entry point and final authority for each delivered edition. This site helps choose a path and provides deployment prompts; it does not replace package-specific preflight, backup, migration, or validation steps.
部署前Before Deployment
先固定环境、版本和凭证边界Fix the Environment, Version, and Credential Boundary First
获取对应社区版仓库或企业交付包Obtain the Community Repository or Enterprise Package
三种数据库独立发布,不混用 SQL、驱动或配置。Each database is independently released; do not mix SQL, drivers, or config.
准备 Python 3.14+Prepare Python 3.14+
Linuxbrew 不是必需项;使用可执行且满足包内依赖验证的 Python 3.14+。Linuxbrew is not required; use an executable Python 3.14+ that passes package dependency validation.
阅读根目录 SKILL.mdRead the Root SKILL.md
按照预检、备份证据、Dry Run、应用、重试和验证顺序执行。Follow preflight, backup evidence, Dry Run, apply, retry, and validation in order.
保护配置和密钥Protect Config and Keys
确认敏感配置已加密、文件权限为 0600,并通过受控渠道备份 master key、Token 和恢复码。Confirm sensitive config is encrypted, file mode is 0600, and master keys, tokens, and recovery codes use controlled channels.
企业版不公开下载,需要时通过邮箱联系获取许可和交付说明。Enterprise is not publicly downloadable. Contact us for licensing and delivery details.
第二步Step Two
选择运行模式Choose a Runtime Mode
独立部署Standalone
单 Agent 或独立环境初始化,适合本地验证和核心能力试用。Initialize a single Agent or isolated environment for local validation and core evaluation.
管理 AgentAdmin Agent
部署管理控制面、注册入口、Dashboard 和 Portal,持有受控管理凭证。Deploy the management plane, registration, Dashboard, and Portal with controlled admin credentials.
业务 AgentBusiness Agent
通过一次性 Token 注册,使用独立 End User 身份;任何异常都禁止回退 Schema Owner。Register through a one-time token and use an independent End User identity; never fall back to Schema Owner.
部署 PromptDeployment Prompts
选择数据库与运行模式Choose a Database and Runtime Mode
点击后仅显示当前组合的部署文本。提示词用于让 Agent 执行包内 Skill,不应填写真实密码、Token 或恢复码;敏感信息必须通过受控输入和配置渠道提供。Only the selected deployment text is shown. Prompts instruct an Agent to execute the packaged Skill. Never enter real passwords, tokens, or recovery codes; use controlled input and configuration channels.
数据库Database
运行模式Runtime Mode
请选择运行模式Choose a runtime mode选择后将在下方显示对应部署文本The matching deployment text will appear below
上线前Before Production
生产环境使用 Production ProfileUse the Production Profile in Production
数据库、浏览器、恢复、容量、发布包和文档门禁全部通过Database, browser, recovery, capacity, package, and documentation gates pass
Graph Preview 和其他实验能力保持关闭,除非在受控环境显式验证Keep Graph Preview and other experiments disabled unless explicitly validated in a controlled environment
确认普通账号均绑定组织人员和主组织,bootstrap admin 未加入组织Confirm ordinary accounts map to organization people with primary membership and bootstrap admin remains outside the organization
验证 Portal/App 入口策略、Business Agent 独立身份与禁止高权限回退Verify Portal/App entry policy, Business Agent identity isolation, and no privileged fallback
完成实际数据库高可用、备份恢复、RPO/RTO 和故障切换演练Exercise the actual database HA, backup/recovery, RPO/RTO, and failover architecture
通过受控渠道保存 master key、管理员 Token 和一次性恢复码Store master keys, admin tokens, and one-time recovery codes through controlled channels
部署文档以目标版本包中的 SKILL.md、README 和 RELEASE_NOTES 为准。本页不应被单独当作生产变更手册。The target package's SKILL.md, README, and RELEASE_NOTES are authoritative. This page must not be used alone as a production change runbook.