Build company research source catalog
driver-menu-buildworkflowsetup L3★3
faisalanjum/EventTrader ↗What it does
Driver Menu Build
Best for
Interactive menu-driven workflows with dynamic branching.
Requires
- · agent-orchestration-engine
- · schema-validation (zod or JSON-schema)
- · phase-tracking-system
Preconditions
- · workflow must export meta={name, description, phases}
- · multi-phase execution context available
Failure modes
- · agent output fails schema validation → workflow errors or graceful downgrade
- · exception in any agent call propagates up, killing workflow
Trust signals
- · Structured schemas with required fields and enums
- · Read-only audit discipline (no mutations)