/** * `agentguard serve`: local dashboard at localhost:8787 (configurable). * * Aggregates per-tenant decision logs under ~/.agentguard//decisions.ndjson * + ~/.agentguard/demo/decisions.ndjson and serves a single-page dashboard. * * No outbound network calls. Pure Node stdlib HTTP server. */ export declare const DASHBOARD_HTML = "\n\nAgentGuard Spend \u00B7 Local Dashboard\n\n\n
\n
\u2B21AgentGuardSpend \u00B7 Local Dashboard
\n
tamper-evidence: \u2026v__VERSION__ \u00B7 localhost:__PORT__
\n
\n
\n
\n
Spent (all-time)
$0.00
across 0 calls
\n
Saved by blocks
+$0.00
0 calls blocked
\n
Downgraded
0
calls routed to cheaper model
\n
Allowed
0
policy-checked & passed
\n
\n
\n

Free Tier \u00B7 Enforcement Calls This Month

\n
\n
\n
Free tier: 0 / 0 enforcement calls this month (0%)
\n
resets \u2014
\n
\n
\n
This is AgentGuard's free-tier call quota (our generosity) \u2014 a separate concept from your spend cap, your hard money guardrail, which AgentGuard never auto-changes.
\n
\n
\n
\n
\n
\n

Spend by Agent

\n

Spend by Provider

\n
\n
\n

Recent Decisions

\n
ActionAgentProvider \u00B7 ModelAmountReceipt
\n
\n
Local-only. No outbound network calls. Reads from ~/.agentguard/*/decisions.ndjson.
Source: agentguard.run \u00B7 npm \u00B7 pypi
\n
\n\n"; export declare function runServe(argv: string[]): Promise; //# sourceMappingURL=serve.d.ts.map