diff --git a/ops/00-NORTHSTAR.md b/ops/00-NORTHSTAR.md index 4fb52c8..fe11190 100644 --- a/ops/00-NORTHSTAR.md +++ b/ops/00-NORTHSTAR.md @@ -1,19 +1,23 @@ -# AgentGuard SDK — North Star +# AgentGuard — North Star ## What it is -A zero-dependency Python SDK that gives AI agent builders runtime guards — hard budget limits, loop detection, and timeout enforcement that kill agents mid-run before they cause damage. +An open-source Python SDK + hosted dashboard that gives AI teams cost control over their agents — hard budget limits, loop detection, spend visibility, and policy management that stop runaway AI bills before they happen. + +**SDK:** Zero-dependency runtime guards that kill agents mid-run when they exceed spend limits. +**Dashboard:** The hosted control surface — see spend, set limits, get alerts when things go wrong. ## Who it's for -Python developers building autonomous agent systems with LangChain, LangGraph, CrewAI, or raw OpenAI/Anthropic APIs — especially those moving agents from prototype to production. +Small AI teams (1-10 engineers) building autonomous agent systems with LangChain, LangGraph, CrewAI, or raw OpenAI/Anthropic APIs — especially those moving agents from prototype to production and needing predictable AI costs. ## What problem it solves -Agents fail silently. They loop, overspend, and hang. AgentGuard intercepts these failures at runtime with structured tracing and guards that raise exceptions — not dashboards that show you the damage after it happened. +Agents fail silently. They loop, overspend, and hang. AgentGuard intercepts these failures at runtime with hard budget caps, loop detection, and timeout enforcement. The hosted dashboard gives teams spend visibility and policy management without building infrastructure. ## Non-goals 1. **Not a framework.** We don't orchestrate agents. We guard whatever framework you already use. -2. **Not an observability platform.** We emit structured traces (JSONL) but don't store, query, or visualize them. Sinks push traces elsewhere (files, HTTP, OpenTelemetry). +2. **Not a full observability platform.** We are not LangSmith, Langfuse, or Helicone. We don't do prompt management, eval suites, or deep trace exploration. We control costs and stop runaways. 3. **Not a prompt engineering tool.** We don't evaluate prompt quality or optimize outputs. We stop agents from burning money and looping. +4. **Not enterprise governance.** No RBAC, audit logs, or compliance features in V1. We serve small teams first. diff --git a/site/compare.html b/site/compare.html index d4da42d..519dba8 100644 --- a/site/compare.html +++ b/site/compare.html @@ -3,25 +3,25 @@
-