Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/docs/framework/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ print(asyncio.run(Runner(agent=agent).run("你好,介绍下你自己")))
```

<Cards>
<Card title="快速开始" href="/cn/docs/framework/quickstart" description="几分钟运行你的第一个智能体。" />
<Card title="快速开始" href="/cn/docs/framework/quickstart" description="几分钟构建并运行你的第一个智能体。" />
<Card title="构建智能体" href="/cn/docs/framework/agent" description="配置模型、工具、记忆与知识库。" />
<Card title="部署到 VeFaaS" href="/cn/docs/framework/vefaas" description="一键将智能体部署上云。" />
</Cards>
Loading