enterprise-agent-platform-router v1.0 — Release Notes
Released: 2026-05-06
Last security re-audit: 2026-05-07
Category: orchestration
Price: $4.99
Overview
Enterprise Agent Platform Router is the vendor-neutral routing layer your enterprise AI stack needs when you have multiple agent platforms and need to choose the right execution lane every time. One command evaluates your task, data sensitivity, required capabilities (voice, browser, long-context, local, reasoning), and compliance requirements — then returns a ranked list of routes across OpenClaw, Grok, Gemini Enterprise, Hermes, local models, and voice workflows, with the primary recommendation and a ready-to-use fallback.
What's New in v1.0
- Deterministic vendor-neutral routing across 6 enterprise platforms
- Sensitivity-aware scoring: public → internal → confidential → regulated
- Capability matching for voice, browser, long-context, local, cheap, and reasoning workloads
- Custom catalog support via
--catalogJSON file - Clean error handling: invalid or missing catalog files exit with user-friendly messages (no Python tracebacks)
- JSON and text output modes for agent-to-agent pipelines and human review
- Zero dependencies — stdlib only
Usage
python3 scripts/enterprise_agent_platform_router.py \
--task "categorise support calls" \
--sensitivity internal \
--needs voice,long-context \
--output json
Security & QA
- Viper: APPROVED_FOR_RELEASE (5/5 tests passed — 2026-05-06)
- Warlock: SECURITY_CLEARED (stdlib only, no subprocess/network/eval/exec — 2026-05-06)
- Warlock re-audit: SECURITY_CLEARED (2026-05-07) — warlock-audit CLEAN (zero findings, cleanest possible); skill-security-audit CLEAN; pure routing logic 73 lines; py_compile PASS; functional test PASS (routing JSON correct)
- skill-security-audit.py: ✅ Clean
- py_compile: PASS
Requirements
- Python 3.8+ (stdlib only — no pip installs)
- OpenClaw v2026.3.23 or later
- No API keys required
Pipeline Status
Built by Iceman (2026-05-06), cleared by Warlock, approved by Viper, packaged and production-verified by Slider/Rooster (2026-05-06). Security re-confirmed by Warlock 2026-05-07. Hollywood docs updated 2026-05-07.