with one click
server-package-plan
@stello-ai/server 的职责边界和设计原则。Server 只做服务化适配,不重写编排逻辑。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
@stello-ai/server 的职责边界和设计原则。Server 只做服务化适配,不重写编排逻辑。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
StelloAgent 创建配置教程。完整说明 createStelloAgent 的每个配置项,包含 sessionDefaults、storage、tools、skills、forkProfiles、session 层接入、orchestration 等。
Engine 职责定义:per-session-round 生命周期管理器。驱动 tool call 循环,管理单个 Session 的多轮对话。不感知树结构,不感知调度。
Fork 机制完整说明。覆盖 ForkProfile 与 EngineForkOptions 的字段对齐、四层 fallback 合成链(sessionDefaults → parent → profile → forkOptions)、systemPrompt 合成三种模式、skills 三态语义、持久化边界(SerializableSessionConfig 只固化 systemPrompt/skills)。任何涉及 fork / profile / stello_create_session / 配置合成 的工作都应读这个。
Stello 框架内所有 LLM 调用位置的消息结构速查。覆盖 Session 对话、compress、consolidate;应用层 reflection 调用由 orchestrator 自行决定。
Consolidation 触发机制:自动触发通过 Factory 配置内联,手动触发通过 StelloAgent API;全局 reflection 由应用层在 SDK 之上自行实现。
Server 层设计:传输层架构决策、StelloAgent 映射原则、连接态管理模式。存储层见 server-storage,Engine 细节见 engine-design。
| name | server-package-plan |
| description | @stello-ai/server 的职责边界和设计原则。Server 只做服务化适配,不重写编排逻辑。 |
@stello-ai/server 包设计@stello-ai/server 把 @stello-ai/core 的能力服务化。
server 负责协议与连接,core 负责语义与编排。
runtimeRecyclePolicyStelloAgent 的公开 API 操作(turn/stream/enterSession/attachSession 等)AgentPool.getAgent(spaceId) 获取 per-space 的 StelloAgent