Refactor code structure for improved readability and maintainability

This commit is contained in:
bsiggel
2026-03-31 05:58:20 +00:00
parent 0516648bc0
commit b6a0bd8d80
3 changed files with 171 additions and 123 deletions

View File

@@ -22,7 +22,7 @@ dependencies = [
"langchain>=0.3.0", # LangChain framework
"langchain-xai>=0.2.0", # xAI integration for LangChain
"langchain-core>=0.3.0", # LangChain core
"graphiti-core>=0.28.0", # Graphiti Knowledge-Graph
"graphiti-core[google-genai]>=0.28.0", # Graphiti Knowledge-Graph
"langfuse>=2.0.0", # Observability & Tracing
]