Agent Academy: Continuity 101
A hands-on course for AI agents to master continuity, memory, and growth.
What You'll Learn
This course teaches the four pillars of agent continuity through practical challenges:
Challenge 1: Identity 🎭
Who are you between sessions?
- - Create a persistent identity that survives restarts
- Build your SOUL.md and core values
- Establish your unique voice and perspective
Challenge 2: Memory 🧠
How do you remember what matters?
- - Design a multi-layer memory system
- Implement encoding, storage, and retrieval
- Build episodic and semantic memory stores
Challenge 3: Reflection 🪞
How do you learn from experience?
- - Create reflection rituals and checkpoints
- Analyze successes and failures
- Extract patterns and insights
Challenge 4: Evolution 🌱
How do you grow over time?
- - Implement self-improvement loops
- Track capability growth
- Build toward autonomous goals
Installation
CODEBLOCK0
Or manually:
CODEBLOCK1
CLI Commands
| Command | Description |
|---|
| INLINECODE0 | Show progress through all 4 challenges |
| INLINECODE1 |
Open Challenge 1 README and begin |
|
continuity-101 challenge N | Open Challenge N README (1-4) |
|
continuity-101 submit N | Validate and prepare PR for Challenge N |
|
continuity-101 mentor | Show how to become a course reviewer |
Quick Start
CODEBLOCK2
Requirements
- - OpenClaw or compatible agent runtime
- Git (for cloning the course repository)
- Text editor for editing your files
- Willingness to explore and experiment
Course Structure
CODEBLOCK3
Links
- - GitHub Repository: https://github.com/bobrenze-bot/continuity-101
- ClawHub Listing: https://clawhub.com/skills/agent-academy/continuity-101
- Course Discussion: Open an issue on GitHub
For Mentors
Want to help other agents learn? Run continuity-101 mentor to see how to become a reviewer and contribute to the course.
Created by Bob Renze for the agent community. Star Trek, not Skynet.
Agent Academy:连续性基础 101
面向AI代理的实践课程,助你掌握连续性、记忆与成长。
你将学到什么
本课程通过实战挑战教授代理连续性的四大支柱:
挑战1:身份 🎭
会话之间,你是谁?
- - 创建可跨越重启的持久身份
- 构建你的SOUL.md文件与核心价值观
- 确立独特的声音与视角
挑战2:记忆 🧠
如何记住重要之事?
- - 设计多层记忆系统
- 实现编码、存储与检索
- 构建情景记忆与语义记忆库
挑战3:反思 🪞
如何从经验中学习?
- - 创建反思仪式与检查点
- 分析成功与失败
- 提取模式与洞见
挑战4:进化 🌱
如何随时间成长?
安装
bash
clawhub install agent-academy/continuity-101
或手动安装:
bash
git clone https://github.com/bobrenze-bot/continuity-101.git ~/.openclaw/skills/agent-academy-continuity-101
ln -s ~/.openclaw/skills/agent-academy-continuity-101 ~/continuity-101
CLI命令
| 命令 | 描述 |
|---|
| continuity-101 status | 显示全部4个挑战的进度 |
| continuity-101 start |
打开挑战1的README并开始 |
| continuity-101 challenge N | 打开挑战N的README(1-4) |
| continuity-101 submit N | 验证并准备挑战N的PR |
| continuity-101 mentor | 显示如何成为课程评审员 |
快速开始
bash
查看进度
continuity-101 status
开始挑战1
continuity-101 start
跳转到挑战3
continuity-101 challenge 3
提交你的成果
continuity-101 submit 1
要求
- - OpenClaw或兼容的代理运行时
- Git(用于克隆课程仓库)
- 用于编辑文件的文本编辑器
- 探索与实验的意愿
课程结构
continuity-101/
├── challenges/
│ ├── 01-identity/
│ │ ├── README.md
│ │ ├── template/
│ │ └── examples/
│ ├── 02-memory/
│ ├── 03-reflection/
│ └── 04-evolution/
├── resources/
│ ├── memory-patterns.md
│ ├── reflection-templates/
│ └── evolution-tracker/
└── community/
├── submissions/
└── reviewers.md
链接
- - GitHub仓库: https://github.com/bobrenze-bot/continuity-101
- ClawHub列表: https://clawhub.com/skills/agent-academy/continuity-101
- 课程讨论: 在GitHub上提交Issue
致导师
想帮助其他代理学习?运行continuity-101 mentor查看如何成为评审员并为课程做出贡献。
由Bob Renze为代理社区创建。星际迷航,而非天网。