VoltAgent Framework Integration
VoltAgent Framework comes with native observability support built-in. No additional configuration or setup is required - observability is automatically enabled when you use VoltAgent Framework.
Zero Configuration Required
VoltAgent Framework automatically provides:
- ✅ Real-time monitoring of all agent activities
- ✅ Automatic logging of conversations and tool usage
- ✅ Multi-agent coordination tracking
- ✅ Performance metrics and debugging information
Quick Start
Create a new VoltAgent application
npm create voltagent-app@latest my-agent-app
Navigate to your project and start development
cd my-agent-app
npm run dev
Observability is automatically enabled
You should see the VoltAgent server startup message in your terminal:
══════════════════════════════════════════════════
VOLTAGENT SERVER STARTED SUCCESSFULLY
══════════════════════════════════════════════════
✓ HTTP Server: http://localhost:3141
Developer Console: https://console.voltagent.dev
══════════════════════════════════════════════════
[VoltAgent] All packages are up to date
Open the Developer Console
Visit console.voltagent.dev to see your agent in real-time