feat: add langfuse

This commit is contained in:
qixinbo
2026-03-31 00:18:32 +08:00
parent ed0075c910
commit 01524aaff5
11 changed files with 1034 additions and 330 deletions
+2
View File
@@ -19,6 +19,7 @@ dependencies = [
"llama-index-core>=0.14.0",
"llama-index-embeddings-openai>=0.5.1",
"llama-index-embeddings-openai-like>=0.3.1",
"langfuse>=3.7.0",
"mcp>=1.26.0,<2.0.0",
"msgpack>=1.1.0,<2.0.0",
"nanobot-ai",
@@ -27,6 +28,7 @@ dependencies = [
"openpyxl>=3.1.5",
"pandas>=3.0.1",
"passlib>=1.7.4",
"opentelemetry-instrumentation-httpx>=0.59b0",
"prompt-toolkit>=3.0.50,<4.0.0",
"psycopg2-binary>=2.9.11",
"pydantic>=2.12.0,<3.0.0",