VigilAgent Docs
Introduction to VigilAgent
VigilAgent is the unified observability platform for autonomous AI agents. Track LLM calls, tool executions, memory states, and costs in real-time with just two lines of code.
Quick Installation
pip install vigilagent
How it works
Our SDK hooks into your agent frameworks (LangChain, CrewAI, AutoGen) automatically. It captures every step your agent takes, from the initial prompt to the final output, calculating token usage and exact costs along the way.
Python SDK
Integrate with your Python-based agents in minutes.
REST API
Send traces directly via HTTP from any language.