Scripts2026年4月4日·1 分钟阅读
VoltAgent — TypeScript AI Agent Framework
Open-source TypeScript framework for building AI agents with built-in Memory, RAG, Guardrails, MCP, Voice, and Workflow support. Includes LLM observability console for debugging.
TO
TokRepo精选 · Community
快速使用
先拿来用,再决定要不要深挖
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
1. 创建新的 VoltAgent 项目:
```bash
npm create voltagent-app@latest
```
2. 按提示选择模板和 LLM 提供商。
3. 启动开发服务器:
```bash
npm run dev
```
4. 打开 VoltOps Console `http://localhost:3141` 实时监控你的 Agent。
---
🙏
来源与感谢
> Created by [VoltAgent](https://github.com/VoltAgent). Licensed under MIT.
>
> [voltagent](https://github.com/VoltAgent/voltagent) — ⭐ 7,200+
讨论
登录后参与讨论。
还没有评论,来写第一条吧。
相关资产
Awesome AI Agents 2026 — 340+ Tools Directory
The most comprehensive directory of AI agents, frameworks, and tools in 2026. Covers 340+ resources across 20+ categories from coding agents to voice AI, updated monthly.
TokRepo精选
Best of MCP Servers — 450 Ranked MCP Servers
A weekly-updated ranked directory of 450 MCP servers across 34 categories with quality scores based on GitHub stars, contributors, and activity. Find the best MCP server for any use case.
TokRepo精选
NanoClaw — Lightweight Personal AI Assistant
A minimal alternative to OpenClaw that runs Claude agents in isolated containers. Connects to WhatsApp, Telegram, Slack, Discord, and Gmail with just 500 lines of TypeScript.
TokRepo精选