Real-time cost and resource monitoring for your AI Agents.
- πΈ Real-time Cost Tracking: Stop overspending on LLM tokens. Know your burn rate live.
- π» Resource Monitor: Keep an eye on CPU/RAM usage while your agents are running.
- π Live Agent Logs: A beautiful, auto-scrolling terminal feed of all agent activities.
- π Zero Configuration: Just point it to your log file and go.
Get up and running in 30 seconds:
# Clone the repo
git clone [https://github.com/Tarunjit45/agentwatch.git](https://github.com/Tarunjit45/agentwatch.git)
cd agentwatch
# Setup environment
python -m venv venv
./venv/Scripts/activate # On Windows
# Install dependencies
pip install -r requirements.txt
# Run the dashboard
python app.py