translation/translated/documents/course/01-first-agent/05-running-playground.md

20 lines
549 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 运行 Mastra Studio
在构建代理时为了测试它,您需要运行 Mastra Studio
```bash
npm run dev
```
这将在 `http://localhost:4111` 启动工作室,您可以在其中与代理交互并测试其功能。
工作室提供了友好的用户界面来测试您的代理,允许您:
- 向代理发送消息
- 查看代理的响应
- 查看代理的思考过程
- 直接测试工具
- 调试出现的任何问题
在下一步中,我们将创建一个带有简单系统提示的第一个代理,并在工作室中测试它。