Provides a reusable AI agent OS template with separated identity, operations, and knowledge layers for modular intelligent system design.
基于三层架构的AI智能体操作系统模板 - 身份层/操作层/知识层分离
cd ~/agent-os
./scripts/startup.sh # 启动系统
./scripts/verify.sh # 验证架构
identity/ # 第一层:身份层
SOUL.md # 核心灵魂
IDENTITY.md # 角色配置
USER.md # 用户画像
operations/ # 第二层:操作层
AGENTS.md # 代理团队
HEARTBEAT.md # 系统心跳
ROLE-CEO.md # 角色指南
knowledge/ # 第三层:知识层
MEMORY.md # 长期记忆
shared-context/ # 跨会话状态
agent, architecture, template, ai-system
1.0.0
ZIP package — ready to use