Monitoring & Logs
π§ Coming Soon
This page is under construction. Weβre working on comprehensive documentation for monitoring agent execution and viewing logs.
What This Will Cover
- Agent Execution Monitoring - Tracking agent runs and performance
- Logging Configuration - Setting up and accessing agent logs
- Error Handling - Debugging failed agent executions
- Metrics & Analytics - Understanding agent usage patterns
- Alerting & Notifications - Setting up alerts for agent failures
Quick Reference
View agent runs and execution history:
# List recent agent runs
stn runs list
# View detailed run information
stn runs inspect <run-id> -v
# View agent details
stn agent show "Agent Name"
Next Steps
- Agent Management Overview - Understanding agent execution patterns
- Creating Agents - Learn to create monitorable agents