Skip to content

diguike/book-enterprise-agent

Repository files navigation

百万级 AI Agent 平台架构

在线阅读 · inferloop.dev/enterprise-agent
所有书目 · inferloop.dev

智能客服 SaaS 实战 — 从零搭一个能跑起来的多租户 Agent 平台(AgentFlow)。

这本书在讲什么

把"一个真正能跑、能扛百万级流量、能给企业用的 Agent 平台"该有的所有东西讲清楚,并配套一份完整可运行的 MVP(agentflow/ 目录):

  • 多租户隔离与配额
  • Agent 引擎与会话状态
  • 内置 LLM Gateway(多 Provider Fallback)
  • Skill 系统(隔离沙箱)
  • 知识库 RAG
  • 高并发 / Circuit Breaker / 限流
  • 可观测性 / 审计 / 计费
  • 生产部署与故障排查

读完不仅理解架构,还能 git clone && docker compose up && npm run dev 跑起来。

目录

跑配套项目

git clone https://github.com/diguike/book-enterprise-agent.git
cd book-enterprise-agent/agentflow
docker compose up -d   # 起 Postgres + Redis
npm install
npm run db:init
npm run dev

详细步骤见 agentflow/README.md

License

CC BY-NC-SA 4.0

相关书

来自同一作者的其他书:

About

百万级 AI Agent 平台架构 — 智能客服 SaaS 实战 (AgentFlow)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors