> ## Documentation Index
> Fetch the complete documentation index at: https://ikun.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent API

> 用于将 Agent 作为 API 提供的强大、生产就绪的应用程序。

欢迎使用 Simple Agent API：一个用于将 Agent 作为 API 提供的强大、生产就绪的应用程序。它包括：

* 用于处理 API 请求的 FastAPI 服务器。
* 用于存储 Agent 会话、知识和记忆的 PostgreSQL 数据库。
* 一组预构建的 Agent，可作为起点。

<Snippet file="simple-agent-api-setup.mdx" />

<Snippet file="create-simple-agent-api-codebase.mdx" />

<Snippet file="simple-agent-api-dependency-management.mdx" />

<Snippet file="simple-agent-api-production.mdx" />

## 附加信息

恭喜您成功运行了 Agent API。

* 阅读如何在 [将工作区与 Agent API 配合使用](/workspaces/introduction)
