Agentic Harness Patterns(模式与技能)
The model loop is easy. User -> LLM -> tool_use -> execute -> loop fits on a napkin. What makes a production agent actually work — reliably, safely, at scale — is everything around the loop: memory that persists across sessions, permissions that fail closed, context budgets that don't explode, multi-agent…
课时
- Claude Code 源码蒸馏 - Harness Engineering 实践记录
- Distilling Claude Code Source — A Harness Engineering Practice Log
- Agentic Harness Patterns(模式与技能)
- Agent 编排模式
- Bootstrap 序列模式
- 上下文工程模式
- 上下文压缩与快照管理
- 委派工作的上下文隔离
- 上下文选择与渐进式披露
- Hook 生命周期模式
- 记忆与持久化模式
- 权限门控模式
- 技能运行时与打包模式
- 长时间运行的工作管理
- 工具注册表模式
- Agentic Harness Patterns(中文版)
- Agent Orchestration Pattern
- Bootstrap Sequence Pattern
- Context Engineering Pattern
- Context Compression and Snapshot Management
- Context Isolation for Delegated Work
- Context Selection and Progressive Disclosure
- Hook Lifecycle Pattern