New:Socket for Asana Is Now Available.Learn more
Sign In

agent-observability-trace-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agent-observability-trace-cli - npm Package Compare versions

Comparing version
0.1.0
to
0.1.5
+1
-1
package.json
{
"name": "agent-observability-trace-cli",
"version": "0.1.0",
"version": "0.1.5",
"description": "npm-installable CLI wrapper for agent-trace, deterministic record/replay for LLM agents. Requires Python 3.10+ and the agent-observability-trace-cli PyPI package.",

@@ -5,0 +5,0 @@ "bin": {

@@ -85,3 +85,3 @@ # agent-observability-trace-cli (npm wrapper)

The full capability table against LangSmith, Langfuse, Helicone, and OpenLLMetry lives in the [main repository's README](https://github.com/RudrenduPaul/agent-observability#how-agent-observability-compares).
The full capability table against LangSmith, Langfuse, Helicone, and OpenLLMetry lives in the [main repository's README](https://github.com/RudrenduPaul/agent-observability#why-not-just-use-langsmith-langfuse-or-helicone).

@@ -124,3 +124,3 @@ ## Known limitations

The wrapper itself is plain Node.js and has no OS-specific code. Whether the underlying `agent-trace` Python package works on your platform depends on that package's own support, documented in the main repository; its automated CI currently runs on Ubuntu only.
The wrapper itself is plain Node.js and has no OS-specific code. The underlying `agent-trace` Python package's automated CI passes on Ubuntu, macOS, and Windows, documented in the main repository.

@@ -127,0 +127,0 @@ **Is it safe to commit recorded fixtures to version control?**