-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "agent-observability-trace-cli",
"version": "0.1.8",
"description": "npm-installable CLI wrapper for agent-trace, deterministic record and replay for LLM agent HTTP traffic. Forwards straight to the real Python agent-trace CLI. Requires Python 3.10+ and the agent-observability-trace-cli PyPI package.",
"bin": {
"agent-trace": "bin/agent-trace.js"
},
"files": [
"bin",
"LICENSE",
"README.md"
],
"keywords": [
"agent-trace",
"ai-agents",
"agentic-ai",
"observability",
"tracing",
"llm",
"langgraph",
"openai",
"record-replay",
"debugging",
"cli",
"python-cli"
],
"homepage": "https://github.com/RudrenduPaul/agent-observability#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/RudrenduPaul/agent-observability.git",
"directory": "npm"
},
"bugs": {
"url": "https://github.com/RudrenduPaul/agent-observability/issues"
},
"license": "Apache-2.0",
"author": "Rudrendu Paul",
"contributors": [
"Sourav Nandy"
],
"engines": {
"node": ">=18"
}
}