Appearance
参考文献
本参考文献汇总了全书各章"📚 推荐阅读"中引用的所有资源,按章节组织。
第 1 章 — 为什么需要 OpenClaw
- The Landscape of Emerging AI Agent Architectures (arXiv 2024). https://arxiv.org/abs/2404.11584
- Building LLM Powered Applications — Valentino Gagliardi. Manning Publications. https://www.manning.com/books/building-llm-powered-applications
- OpenClaw GitHub 仓库. https://github.com/nicepkg/openclaw
- ReAct: Synergizing Reasoning and Acting in Language Models (arXiv 2022). https://arxiv.org/abs/2210.03629
- OpenClaw 官方文档. https://openclaw.dev/
- Awesome LLM Agents — GitHub 资源合集. https://github.com/kaushikb11/awesome-llm-agents
第 2 章 — 架构总览
- Designing Data-Intensive Applications — Martin Kleppmann. O'Reilly Media. https://dataintensive.net/
- Pattern-Oriented Software Architecture (POSA) — Buschmann et al. https://en.wikipedia.org/wiki/Pattern-Oriented_Software_Architecture
- The Architecture of Open Source Applications. https://aosabook.org/
- C4 Model for Software Architecture — Simon Brown. https://c4model.com/
- OpenClaw GitHub Wiki. https://github.com/nicepkg/openclaw/wiki
第 3 章 — Gateway 网关引擎
- Kong Gateway 架构设计. https://docs.konghq.com/gateway/latest/
- Node.js 事件循环深入理解. https://nodejs.org/en/learn/asynchronous-work/event-loop-timers-and-nexttick
- The Twelve-Factor App — Adam Wiggins. https://12factor.net/
第 4 章 — Provider 抽象层
- LiteLLM — 统一 LLM API. https://github.com/BerriAI/litellm
- Anthropic API 文档. https://docs.anthropic.com/
- OpenAI Cookbook. https://cookbook.openai.com/
- OpenRouter. https://openrouter.ai/
- AI SDK (Vercel). https://sdk.vercel.ai/
第 5 章 — Session 与对话管理
- MemGPT: Towards LLMs as Operating Systems (arXiv 2023). https://arxiv.org/abs/2310.08560
- Conversation Design — Google. https://designguidelines.withgoogle.com/conversation/
- Context Window Management Strategies — LangChain Blog. https://blog.langchain.dev/
第 6 章 — Agent 系统
- A Survey on Large Language Model based Autonomous Agents (arXiv 2023). https://arxiv.org/abs/2308.11432
- AutoGPT: An Autonomous GPT-4 Experiment. https://github.com/Significant-Gravitas/AutoGPT
- CrewAI 文档. https://docs.crewai.com/
- Tree of Thoughts: Deliberate Problem Solving with LLMs (arXiv 2023). https://arxiv.org/abs/2305.10601
- Microsoft AutoGen. https://github.com/microsoft/autogen
第 7 章 — 通道架构
- Enterprise Integration Patterns — Gregor Hohpe & Bobby Woolf. https://www.enterpriseintegrationpatterns.com/
- Telegram Bot API 文档. https://core.telegram.org/bots/api
- Adapter Pattern — Refactoring Guru. https://refactoring.guru/design-patterns/adapter