-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@ravan08/pi-langfuse",
"version": "1.1.4",
"description": "Langfuse observability extension for Pi coding agent with tracing, scores, and optional trace memory observations.",
"type": "module",
"main": "index.ts",
"keywords": [
"pi-package",
"langfuse",
"observability",
"tracing",
"monitoring",
"pi-coding-agent",
"extension",
"memory",
"observations",
"trace-memory",
"scores"
],
"author": "Saravanan Ravi (@saravananravi08)",
"contributors": [
"Maksym Prokopov (@hdkiller)"
],
"pi": {
"extensions": [
"./index.ts"
],
"image": "https://raw.githubusercontent.com/saravananravi08/pi-langfuse-extension/main/docs/screenshot1.jpg"
},
"dependencies": {
"langfuse": "^3.0.0"
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saravananravi08/pi-langfuse-extension.git"
},
"homepage": "https://github.com/saravananravi08/pi-langfuse-extension#readme",
"bugs": {
"url": "https://github.com/saravananravi08/pi-langfuse-extension/issues"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"files": [
"README.md",
"index.ts",
"config.example.json",
"docs",
"scripts"
]
}