Monitoring
Use the following options to monitor your agents and overall system health.
System Logs¶
You can view real-time logs from all running containers using the command below:
Bash
docker compose logs -f
LangSmith Tracing¶
To enable detailed AI observability, configure the following environment variables in backend/.env:
LANGCHAIN_TRACING_V2=trueLANGCHAIN_API_KEY=<your-api-key>LANGCHAIN_PROJECT=kai-Flow-workflows
Once enabled, you can inspect each step of your agent’s execution, including reasoning steps, tool calls, and latency metrics, in the LangSmith dashboard.