Async Streaming 一等公民设计
Related topics: [[streaming-comparison]]
框架架构分析和设计模式
查看所有标签Related topics: [[streaming-comparison]]
范围:深入分析 OpenAI Codex 的 LLM 客户端抽象架构,包括 ModelClient、ModelClientSession 的设计,以及与 OpenAI API 的交互模式
范围:LiveKit Agents 中两个核心低延迟优化机制的完整实现:FlushSentinel(TTS 分段信号)和 PREFLIGHT_TRANSCRIPT(意图预判与抢占生成)
范围:深入分析 Kameo Actor 框架的请求模型、双层超时机制、Mailbox 消息处理流程及可扩展的 Hooks 设计
Related topics: [[kosong-package]], [[kaos-package]], [[wire-protocol]], [[agent-spec]], [[labor-market]]
范围:拆解 LangChain 0.x BaseCallbackHandler 的事件模型、on_* 钩子协议、CallbackManager 的多 handler 编排,以及它与 LangChain v1 AgentMiddleware 的演进关系
范围:LiveKit Agents 的 ASR→LLM→TTS 级联管道设计、双工流式实现、关键架构亮点(低延迟、中断处理、动态端点检测)以及面向 Agent 开发者的基础 API
范围:深入分析 pydantic-ai, kosong (kimi-cli), agentscope, llm-client (Rust) 等框架如何实现对不同 LLM Provider 的统一抽象,探讨接口设计、消息模型、流式处理及能力管理的最佳实践。
范围:深入探讨 LLM 抽象层如何在发生网络错误、流中断或模型异常时实现自动化恢复,并确保对话上下文(History/State)不丢失。
Related topics: [[container-sandbox]], [[message-queue]], [[channel-registration]], [[skill-pattern]], [[agent-swarm]]
范围:分析 comet-ml/opik-openclaw 如何在不侵入 OpenClaw 核心执行链路的前提下,把 Agent 运行事件投影为 Opik trace/span,重点关注数据流转链路与收尾机制
范围:拆解 Pi(pi-mono)Agent Loop 内三层 Hook 系统的分层职责——AgentLoopConfig 生命周期回调、AgentEvent 事件流订阅、Harness/Extension 层的 HookEvent + ExtensionRunner 拦截器,并画出它们与对应外部系统的等价关系
Related topics: [[republic-architecture]], [[session-history-management]]
Related topics: [[kosong]], [[republic]], [[litai]], [[pydantic-ai]], [[langchain]]
Related topics: [[llm-abstraction-comparison]], [[kosong]], [[republic]], [[litai]], [[pydantic-ai]], [[langchain]]
范围:本文档对比分析了 AgentScope 的 Realtime 模块与 Kimi-CLI 的 Kosong 框架在处理“实时性”上的不同哲学、架构实现及设计亮点。