Commit Graph

8 Commits

Author SHA1 Message Date
clz 69c1fad7fb docs(blog): add RAG and Skills 101 drafts; refresh blog index
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 17:32:26 +08:00
clz 18a26b6ed3 docs: add agent-loop paradigms note and OpenCode plan-mode analysis
agent-loop-notes.md: common agent-loop paradigms (ReAct, Plan-and-Execute,
Reflection, Tool-use Loop, multi-agent, ToT/LATS) plus framework comparison
of OpenClaw / OpenCode / Claude Code, and an Extended Thinking section
corrected to adaptive thinking.

opencode-plan-mode.md: source-read of how OpenCode implements Plan Mode as a
named permission ruleset (agent), enforced via evaluate/disabled/ask.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 17:32:26 +08:00
clz 3c0cd86352 docs: add MCP, plugin/LSP tool, and RAG notes
- notes/mcp-overview.md: MCP 协议概览,跟 tool use 的分层差异
- notes/mcp-client-internals.md: MCP client 内部实现(发现/连接/catalog)
- notes/plugin-tools.md: plugin tool 与 native/MCP 的对比
- notes/lsp-tools.md: LSP 协议科普 + OpenClaw LSP tool 包装
- notes/rag-overview.md: RAG 与向量化(向量只用来检索,prompt 用原文)
- notes/blog/mcp-101.md: 面向开发者的 MCP 科普,LSP 类比引入
- README 索引更新
2026-06-16 00:59:32 +08:00
clz bc510c269b docs(blog): add README index 2026-06-15 16:02:06 +08:00
clz ff24ef43bf Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
2026-06-15 15:59:35 +08:00
clz 7a0801caef docs: add architecture and function call study notes 2026-06-15 15:51:11 +08:00
clz 0a5e5775ac Add skill CLI reference and update README index 2026-06-14 16:22:57 +08:00
clz fc13e901e8 Add OpenClaw architecture and skill system notes
Notes on overall architecture, skill invocation mechanism, and skill
management design based on OpenClaw 2026.6.2 source.
2026-06-13 16:23:04 +08:00