revert: "feat: add local langfuse tracing option (#106)" (#137)

This commit is contained in:
Salman Mohammed
2024-10-10 18:31:26 -04:00
committed by GitHub
parent 56d88a8ac2
commit 49a30b4d22
21 changed files with 10 additions and 387 deletions
+1 -4
View File
@@ -12,9 +12,7 @@ dependencies = [
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
"keyring>=25.4.1",
"langfuse-wrapper",
]
author = [{ name = "Block", email = "ai-oss-tools@block.xyz" }]
packages = [{ include = "goose", from = "src" }]
@@ -67,12 +65,11 @@ dev-dependencies = [
"mkdocstrings-python>=1.11.1",
"mkdocstrings>=0.26.1",
"pytest-mock>=3.14.0",
"pytest>=8.3.2",
"pytest>=8.3.2"
]
[tool.uv.sources]
ai-exchange = { workspace = true }
langfuse-wrapper = { workspace = true }
[tool.uv.workspace]
members = ["packages/*"]