Agent Graph Migration
Created
2025 May 13 15:47Analysis
- server starts with
fastapi and uvicorn (server/config.py)
- langfuse trace → sqlite db with SQLAlchemy ORM (
utils/config.py) data folder utils/fetch_langfuse_logs.py gets trace data from langfuse
- knowledge graph construction
/api/traces/{trace_id}/process - sliding window from
core/sliding_window_monitor - crewAI individual window analysis
core/agent_monitoring.py - merge knowledge graphs into a single one
core/knowledge_graph_merger.py
- save the knowledge graph into the dataset
- visualisation through
template html and static css/js
Todo
- API 키(.env 파일, utils/config.py), Langfuse 키 하드코딩 문 utils/fetch_langfuse_logs.py
Details
interaction_prompt at entity and raw_prompt at relation reconstructed into reconstected_prompt for simulation