Siglip2 测试文件源码分析 — 四文件解构

对 HuggingFace Transformers 中 Siglip2 测试套件 4 个 .py 文件的逐文件分析。 每文件按 代码片段 -> 功能职责 -> 抽象层级 -> 被引用实例 -> 设计目的 的框架解构。

July 5, 2026 · 23 min · 4899 words

Siglip2: A Vision Language Model

回顾 LLM 的结构,转入 VLM 的设计。

July 5, 2026 · 0 min · 0 words

根子空间

List Determinant 概念参考高等代数白皮书 YCMC QZC DMS

July 5, 2026 · 1 min · 6 words

LLM & VLM

回顾 LLM 的结构,转入 VLM 的设计。

July 3, 2026 · 9 min · 1712 words

Prompting 控制流图 — AgentSession 消息处理全链路

以 ASCII 控制流图展示 F:\Pi\packages\coding-agent\src\core\agent-session.ts 中 prompting 系统的完整执行路径,涵盖 prompt()、input 事件链、后处理链、排队系统、认证检查、自定义消息等。

June 30, 2026 · 12 min · 2433 words

Prompting 源码分析 — AgentSession 消息处理与排队系统

对 F:\Pi\packages\coding-agent\src\core\agent-session.ts 中 prompting 相关方法的逐段解读与架构分析。涵盖 prompt() 七步管道、_runAgentPrompt 后处理链、Steer/FollowUp 消息队列、技能/模板展开、扩展命令拦截、Bash 结果延迟刷新等。

June 30, 2026 · 18 min · 3674 words

AgentSession 源码分析 — Pi Coding Agent 核心生命周期管理

对 F:\Pi\packages\coding-agent\src\core\agent-session.ts 的逐段解读与架构分析。涵盖 AgentSession 类结构、事件系统、模型管理、Compaction 机制、自动重试、会话导航与分支、Bash 执行等。

June 27, 2026 · 13 min · 2583 words

Computer Networking — Chapter 1: Computer Networks and the Internet

Notes on Chapter 1 of Computer Networking: A Top-Down Approach (7th Edition). Covers the Internet overview, network edge, network core, delay/loss/throughput, protocol layers, and network security.

June 27, 2026 · 5 min · 970 words

Computer Networking — Chapter 2: Application Layer

Notes on Chapter 2 of Computer Networking: A Top-Down Approach (7th Edition). Covers HTTP, email, DNS, P2P, CDN, video streaming, and socket programming.

June 27, 2026 · 6 min · 1105 words

Computer Networking — Chapter 3: Transport Layer

Notes on Chapter 3 of Computer Networking: A Top-Down Approach (7th Edition). Covers transport-layer services, UDP, reliable data transfer, TCP, and congestion control.

June 27, 2026 · 6 min · 1235 words