MiroFish/backend/app
_Yusaki 79519ddd54 Replace Zep with direct LLM calls for graph building
Add LLMGraphBuilderService that extracts entities/relationships
from text chunks using Groq instead of Zep Cloud API. Graph data
is persisted to disk as graph_data.json, with fallback to Zep
for existing graphs.
2026-03-13 19:07:40 +07:00
..
api Replace Zep with direct LLM calls for graph building 2026-03-13 19:07:40 +07:00
models Enhance backend functionality with OASIS simulation features 2025-12-01 15:03:44 +08:00
services Replace Zep with direct LLM calls for graph building 2026-03-13 19:07:40 +07:00
utils Translate all backend LLM prompts and API messages to English 2026-03-13 02:47:30 +07:00
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
config.py fix(config): enable overriding of environment variables when loading .env file 2026-01-23 16:20:24 +08:00