Skip to content

Milestones

List view

  • **Minor — Plugin SDK & Vendor Bridges.** Lands the plugin SDK and the `ai-gateway-plugins` companion repo so observability bridges (LangSmith, Langfuse, Phoenix, Datadog, New Relic, Sentry, Helicone, Honeycomb, Grafana) ship independently of the gateway core on their own cadence. Also: the `ferrogw-builder` tool (custom binary with a chosen plugin subset), external guardrail/transform plugins, webhook notifications, and enhanced A/B testing. Renumbered here from the original v1.2.0 roadmap slot. **Architecture is locked** (two frozen seams — `observability.Exporter` async + `plugin.Plugin`+Stage sync; categories as plugins-repo SDK facades; static-linking primary, WASM second/untrusted-only; conformance-kit as the verified-badge gate). All core work below is **additive** — no break to the frozen `plugin`/`observability` v1 surfaces. **Upstream dependency (v1.4.0):** - #206 — importable `run` entrypoint (Embeddable Gateway / AGW-1). Unblocks `ferrogw-builder` + embedded lanes. **Core prerequisites (this milestone):** - #212 — epic: Plugin SDK readiness (tracking) - #208 — streaming-aware stage + optional `StreamInspector` (blocks the first streaming guardrail) - #209 — fixed category ordering + per-category hot-path timeout in `Manager` - #210 — plugin conformance kit (`internal/pluginconformance` + public `pluginhelper`) — the verified-badge gate - #211 — resolved-config-only (plugins never see the global secret map) Plugin-pipeline panic-recovery hardening already ships in v1.1.6.

    Due by July 30, 2026
    0/5 issues closed
  • **Minor — Embeddable gateway.** Exposes a public, importable server entrypoint so the gateway can be embedded directly in Go programs and plugin builders instead of only running as a standalone binary. Carries the highest API-stability commitment of the three feature splits, so it ships last with deliberate public-surface design. Tracks #206.

    Overdue by 5 day(s)
    Due by July 24, 2026
    0/1 issues closed