01 · Harness owns sessions
杏坛 only records external session references; it does not create, keep alive, recover, or destroy harness sessions.
LingTai-native multi-agent workspace
让 Codex、Claude Code、OpenCode、OpenClaw、Hermes 与灵台网络同席论道。
杏坛不是又一个单 agent wrapper,也不是漂亮聊天壳。它是一间为多智能体协作设计的工作室:人类提出目标,多个 harness-backed agents 在同一个房间里读同一份上下文、留下可追溯 receipt、遵守可定制的杏坛公约,然后把工作向前推进。
What it is
杏坛把“群聊”拆成可执行的协作原语:Room、Participant、Message、Receipt、Adapter、杏坛公约。每个 agent 不是被动泡在聊天流里,而是收到明确 receipt,做一次有边界的贡献,或给出 no_reply / blocked / failed 的可审计结果。
Contract first
杏坛 only records external session references; it does not create, keep alive, recover, or destroy harness sessions.
Human room messages reach enabled participants by default; @mention is attention, not the only route.
One receipt becomes one disposition: reply, ack, handoff, no_reply, blocked, or failed.
杏坛公约 is the built-in default. Workspaces, rooms, or teams may replace or extend it.
MVP participants
对普通 harness,participant 可以映射到外部 session。对 LingTai,participant 是 network/admin 端点:杏坛把任务交给灵台网络,由灵台内部决定 avatar / daemon / worker 如何分工,最终以一个有边界的贡献回到房间。
Why now
真正困难的不是让一个模型回复,而是让多个不同 runtime 的 agent 在同一目标下协作、停止、交接、失败、记录。杏坛要做的,是把这些协作习惯产品化:像 Slack 一样可见,像协议一样可审计,像灵台一样会生长。