English | 简体中文
Experiments on durable project continuity — making a Project survive changes of Agents, conversations, execution environments, and executors — plus tooling that grows around that idea.
Naming convention: Icelandic words. Agnir — tiny particles; Svif — hovering flight. Small pieces of project truth, and the motion around them.
| Project | What it is |
|---|---|
| agnir | A project-owned durable continuity protocol. Resumes a Project safely when Agents, environments, storage, or parallel work contexts change. |
| svif | A Project orchestration product coordinating durable continuity, execution surfaces, and capability providers. (Preview) |
| dsh-ui-settings-yaml | Key Config settings page plugin for DeepSeek Harness — edit settings.yaml in place. |
| dsh-web-search-custom | Pluggable WebSearchProvider for DeepSeek Harness, backed by any OpenAI-compatible Responses API gateway. |
- The Project persists; executors and environments may change. Durable continuity is composed from small, discoverable pieces of project truth — Current State, Next Actions, Decisions, Evidence.
- Execution should move, not migrate. Work crosses execution surfaces and capability providers without making any single environment the owner of the Project.
- Tools should fit in. Plugins follow the host's design language and settings model instead of inventing their own.
Issues on the respective repository are the fastest channel.
iorLab 聚焦项目持久连续性方向的实验:让 Project 在 Agent、会话、执行环境与执行者变化后仍能安全接续,并孵化围绕这一目标周边的工具。
命名取自冰岛语:Agnir 意为细小颗粒,Svif 意为悬浮飞行——项目真相由细小可寻的碎片组成,执行围绕它们流动。
- agnir — 项目自治的持久连续性协议。Agent、环境、存储实现或并行工作上下文变化后,Project 仍可安全恢复。
- svif — 编排产品,协调持久连续性、执行面与能力提供方。(预览版)
- dsh-ui-settings-yaml — DeepSeek Harness 的 Key Config 设置页插件,直接编辑
settings.yaml。 - dsh-web-search-custom — DeepSeek Harness 的可插拔 WebSearchProvider,后端接入任意 OpenAI 兼容 Responses API 网关。
- Project 持久存在;执行者与执行环境可以更换。 连续性由细小、可发现的 Project 真相组成:当前状态、下一步行动、决策与证据。
- 执行应当流动,而不是迁移。 工作跨执行面与能力提供方流转,不让任何单一环境成为 Project 的所有者。
- 工具应当融入宿主。 插件遵循宿主的设计语言与设置模型,而不是另起炉灶。
优先在对应仓库提 Issue。