> ## 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 App：FastAPI、Streamlit 和 Postgres

Agent App 是我们构建 Agentic 系统的首选工作区。它包含：

* 一个用于提供 Agents、Teams 和 Workflows 的 FastAPI 服务器。
* 一个用于调试和测试的 streamlit 应用程序。这个 streamlit 应用功能非常全面，可用作 Agentic 系统的管理界面，并显示各种数据。
* 一个用于会话和向量存储的 postgres 数据库。

它设计用于通过 docker 在本地运行，并在 AWS 上进行生产部署。

<Snippet file="setup.mdx" />

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

<Snippet file="run-agent-app-local.mdx" />

<Snippet file="stop-local-workspace.mdx" />

## 下一步

恭喜您已在本地运行了 AI App。后续步骤：

* 在 AWS 上运行您的 Agent App：[Run your Agent App on AWS](/workspaces/agent-app/aws)
* 阅读如何更新工作区设置：[update workspace settings](/workspaces/workspace-management/workspace-settings)
* 阅读如何为您的工作区创建 git 存储库：[create a git repository for your workspace](/workspaces/workspace-management/git-repo)
* 阅读如何管理开发应用程序：[manage the development application](/workspaces/workspace-management/development-app)
* 阅读如何格式化和验证您的代码：[format and validate your code](/workspaces/workspace-management/format-and-validate)
* 阅读如何添加 python 库：[add python libraries](/workspaces/workspace-management/install)
* 在 discord 上与我们聊天：[discord](https://agno.link/discord)
