运行时背后的研究

AEROS 围绕一个想法展开:持续学习的具身智能体需要一个身份层(identity layer) — 一个冻结的、可用密码学验证的内核,把"这个 agent 是谁被允许做什么" 固定下来,与不断增长的能力解耦。沙箱运行时隔离的是 agent 进程能碰什么; 身份层管的是哪个具身个体在行动、在谁的授权下、在什么行为边界内、留下怎样可审计的历史。 OpenShell 管基础设施;AEROS 管个体。

一个计划,四个支柱

运行时的每个核心机制都先作为研究贡献完成开发与评估,再工程化为仓库里对应的子系统。 下面的论文按各自支撑的支柱分组;系列后续论文上 arXiv 后会陆续补充。

引用 AEROS

在研究中使用 AEROS,请引用上面对应的论文 — 论文是理论基础,仓库是工程实现。 引用"身份层"这一整体思想时,请引视角文章与技术报告:

@article{qin2026governable,
  title   = {Governable Individuals: An Identity Layer for Embodied Agents That Keep Learning},
  author  = {Qin, Xue and Luan, Simin and Yang, Cong and Li, Zhijun},
  journal = {arXiv preprint arXiv:2607.05463},
  year    = {2026}
}

@article{qin2026governed,
  title   = {Governed Individuation: Cryptographically Decoupling an Agent's Learning from Its Authority},
  author  = {Qin, Xue and Luan, Simin and Yang, Cong and Li, Zhijun},
  journal = {arXiv preprint arXiv:2607.04613},
  year    = {2026}
}

引用代码库本身可用仓库里自带的 CITATION.cffgithub.com/s20sc/aeros-core