feat(config): Increase default timeout for RestApiModule to 300000 ms

feat(dependencies): Add langfuse for enhanced observability and tracing
feat(uv.lock): Include langfuse package details in lock file
This commit is contained in:
bsiggel
2026-03-30 22:07:51 +00:00
parent b4ff370823
commit 0516648bc0
3 changed files with 72 additions and 1 deletions

View File

@@ -23,5 +23,6 @@ dependencies = [
"langchain-xai>=0.2.0", # xAI integration for LangChain
"langchain-core>=0.3.0", # LangChain core
"graphiti-core>=0.28.0", # Graphiti Knowledge-Graph
"langfuse>=2.0.0", # Observability & Tracing
]