agent-inspect 3.5.2 → 3.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +0,0 @@
1
- # One-page quickstart
2
-
3
- ```bash
4
- npm install agent-inspect
5
- npx agent-inspect init --yes
6
- node examples/agent-inspect-demo.mjs
7
- npx agent-inspect list --dir .agent-inspect
8
- npx agent-inspect view <run-id> --dir .agent-inspect
9
- npx agent-inspect report <run-id> --dir .agent-inspect
10
- npx agent-inspect verify-safe --dir .agent-inspect
11
- ```
12
-
13
- **Paths:** [Getting started](./GETTING-STARTED.md) · [Adoption](./ADOPTION.md) · [Starters](https://github.com/rajudandigam/agent-inspect/tree/main/examples/starters)
14
-
15
- **Safety:** Traces are local files. No upload by default. Redact before sharing.
@@ -1,22 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 720 120" role="img" aria-label="AgentInspect loop: trace, check, redact">
2
- <defs>
3
- <marker id="arrow" markerWidth="8" markerHeight="8" refX="6" refY="3" orient="auto">
4
- <path d="M0,0 L6,3 L0,6 Z" fill="#334155"/>
5
- </marker>
6
- </defs>
7
- <rect width="720" height="120" fill="#f8fafc" rx="8"/>
8
- <g font-family="system-ui,sans-serif" font-size="14" fill="#0f172a">
9
- <rect x="24" y="36" width="140" height="48" rx="8" fill="#dbeafe" stroke="#3b82f6"/>
10
- <text x="94" y="66" text-anchor="middle">Trace</text>
11
- <rect x="220" y="36" width="140" height="48" rx="8" fill="#dcfce7" stroke="#22c55e"/>
12
- <text x="290" y="66" text-anchor="middle">Check</text>
13
- <rect x="416" y="36" width="140" height="48" rx="8" fill="#fef3c7" stroke="#f59e0b"/>
14
- <text x="486" y="66" text-anchor="middle">Redact</text>
15
- <rect x="572" y="36" width="124" height="48" rx="8" fill="#f1f5f9" stroke="#64748b"/>
16
- <text x="634" y="66" text-anchor="middle">Share</text>
17
- <line x1="164" y1="60" x2="212" y2="60" stroke="#334155" marker-end="url(#arrow)"/>
18
- <line x1="360" y1="60" x2="408" y2="60" stroke="#334155" marker-end="url(#arrow)"/>
19
- <line x1="556" y1="60" x2="564" y2="60" stroke="#334155" marker-end="url(#arrow)"/>
20
- <text x="360" y="108" text-anchor="middle" font-size="12" fill="#64748b">local files only � no upload by default</text>
21
- </g>
22
- </svg>
@@ -1,31 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 720 280" role="img" aria-label="AgentInspect package map">
2
- <rect width="720" height="280" fill="#f8fafc" rx="8"/>
3
- <g font-family="system-ui,sans-serif" font-size="12" fill="#0f172a">
4
- <rect x="280" y="20" width="160" height="40" rx="6" fill="#1e293b" stroke="#0f172a"/>
5
- <text x="360" y="45" text-anchor="middle" fill="#fff" font-weight="600">agent-inspect</text>
6
- <text x="360" y="72" text-anchor="middle" font-size="11" fill="#64748b">core + CLI</text>
7
- <line x1="360" y1="60" x2="120" y2="110" stroke="#94a3b8"/>
8
- <line x1="360" y1="60" x2="280" y2="110" stroke="#94a3b8"/>
9
- <line x1="360" y1="60" x2="440" y2="110" stroke="#94a3b8"/>
10
- <line x1="360" y1="60" x2="600" y2="110" stroke="#94a3b8"/>
11
- <rect x="40" y="110" width="160" height="36" rx="4" fill="#dbeafe" stroke="#3b82f6"/>
12
- <text x="120" y="133" text-anchor="middle">Framework adapters</text>
13
- <rect x="40" y="156" width="48" height="28" rx="4" fill="#fff" stroke="#cbd5e1"/><text x="64" y="174" text-anchor="middle" font-size="10">ai-sdk</text>
14
- <rect x="96" y="156" width="48" height="28" rx="4" fill="#fff" stroke="#cbd5e1"/><text x="120" y="174" text-anchor="middle" font-size="10">oai</text>
15
- <rect x="152" y="156" width="48" height="28" rx="4" fill="#fff" stroke="#cbd5e1"/><text x="176" y="174" text-anchor="middle" font-size="10">lc</text>
16
- <rect x="220" y="110" width="120" height="36" rx="4" fill="#dcfce7" stroke="#22c55e"/>
17
- <text x="280" y="133" text-anchor="middle">Quality</text>
18
- <rect x="220" y="156" width="56" height="28" rx="4" fill="#fff" stroke="#cbd5e1"/><text x="248" y="174" text-anchor="middle" font-size="10">eval</text>
19
- <rect x="284" y="156" width="56" height="28" rx="4" fill="#fff" stroke="#cbd5e1"/><text x="312" y="174" text-anchor="middle" font-size="10">vitest</text>
20
- <rect x="380" y="110" width="120" height="36" rx="4" fill="#fef3c7" stroke="#f59e0b"/>
21
- <text x="440" y="133" text-anchor="middle">Safety</text>
22
- <rect x="380" y="156" width="56" height="28" rx="4" fill="#fff" stroke="#cbd5e1"/><text x="408" y="174" text-anchor="middle" font-size="10">redact</text>
23
- <rect x="444" y="156" width="56" height="28" rx="4" fill="#fff" stroke="#cbd5e1"/><text x="472" y="174" text-anchor="middle" font-size="10">guard</text>
24
- <rect x="520" y="110" width="160" height="36" rx="4" fill="#f3e8ff" stroke="#a855f7"/>
25
- <text x="600" y="133" text-anchor="middle">Inspect UX</text>
26
- <rect x="520" y="156" width="48" height="28" rx="4" fill="#fff" stroke="#cbd5e1"/><text x="544" y="174" text-anchor="middle" font-size="10">viewer</text>
27
- <rect x="576" y="156" width="48" height="28" rx="4" fill="#fff" stroke="#cbd5e1"/><text x="600" y="174" text-anchor="middle" font-size="10">tui</text>
28
- <rect x="632" y="156" width="48" height="28" rx="4" fill="#fff" stroke="#cbd5e1"/><text x="656" y="174" text-anchor="middle" font-size="10">mcp</text>
29
- <text x="360" y="250" text-anchor="middle" font-size="11" fill="#64748b">All packages: local-first � no default upload</text>
30
- </g>
31
- </svg>
@@ -1,19 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 200" role="img" aria-label="Trace to check to redact workflow">
2
- <rect width="640" height="200" fill="#fff" rx="8"/>
3
- <g font-family="system-ui,sans-serif" font-size="13" fill="#0f172a">
4
- <text x="32" y="32" font-weight="600">Workflow</text>
5
- <rect x="32" y="48" width="160" height="56" rx="6" fill="#eff6ff" stroke="#2563eb"/>
6
- <text x="112" y="72" text-anchor="middle">.agent-inspect/</text>
7
- <text x="112" y="90" text-anchor="middle" font-size="11" fill="#475569">JSONL trace</text>
8
- <text x="220" y="80" font-size="18">�</text>
9
- <rect x="248" y="48" width="160" height="56" rx="6" fill="#f0fdf4" stroke="#16a34a"/>
10
- <text x="328" y="72" text-anchor="middle">check / eval</text>
11
- <text x="328" y="90" text-anchor="middle" font-size="11" fill="#475569">deterministic rules</text>
12
- <text x="436" y="80" font-size="18">�</text>
13
- <rect x="464" y="48" width="144" height="56" rx="6" fill="#fffbeb" stroke="#d97706"/>
14
- <text x="536" y="72" text-anchor="middle">redact</text>
15
- <text x="536" y="90" text-anchor="middle" font-size="11" fill="#475569">share profile</text>
16
- <text x="32" y="140" font-size="12" fill="#64748b">CLI: list � view � report � verify-safe</text>
17
- <text x="32" y="160" font-size="12" fill="#64748b">Packages: @agent-inspect/eval � @agent-inspect/redact</text>
18
- </g>
19
- </svg>