The agent writes structured JSON logs to data/logs/luna-YYYY-MM-DD.jsonl. A simple web dashboard could visualize:
- LLM call latency over time
- Token usage per session
- Tool call frequency and errors
- Memory search hit rates
Could be a standalone HTML page that reads JSONL files, or a minimal Flask/FastAPI server.
The agent writes structured JSON logs to
data/logs/luna-YYYY-MM-DD.jsonl. A simple web dashboard could visualize:Could be a standalone HTML page that reads JSONL files, or a minimal Flask/FastAPI server.