技术博客
harness9 核心团队的技术深度文章,聚焦架构决策、工程实现与设计取舍。
文章列表
| 文章 | 日期 | 标签 |
|---|---|---|
| Observability:给 Agent 装一台看清内部运转的望远镜 | 2026-07-20 | harness9 agent golang observability opentelemetry langfuse |
| Sandbox:把 Agent 的手脚关进一座悬浮孤岛 | 2026-07-13 | harness9 agent golang sandbox docker isolation |
| SubAgent:harness9 如何让主代理把任务外包出去 | 2026-07-06 | harness9 agent golang SubAgent task-delegation |
| Hooks 与 Human-in-the-Loop:harness9 的工具权限拦截体系 | 2026-06-29 | harness9 agent golang hooks permission human-in-the-loop |
| Context Engineering — 一个 Agent 如何在有限的 Token 窗口里保持清醒 | 2026-06-22 | harness9 agent golang context-engineering memory compaction |
| Agent Skill 系统 — Progressive Disclosure 思想下的 LLM 能力扩展协议 | 2026-06-15 | harness9 agent golang skills progressive-disclosure prompt-engineering |
| Planning 模块:Plan Mode、TodoStore 与执行自动化 | 2026-06-08 | harness9 agent golang planning todo stagnation-detection |
| harness9 工具调用系统 — 从接口契约到并发沙箱的工程实践 | 2026-06-01 | harness9 harness agent golang tool-calling concurrency sandbox |
| Agent Loop — 500 行 Go 代码驱动的生产级 ReAct 主循环 | 2026-05-28 | harness9 agent golang react concurrency |