Skip to main content
This system is built around a deterministic workflow backbone. Deployments bring WISMO work into Duckie, workflows hold case state and approval gates, and autonomous agents handle investigation, interpretation, customer communication, and internal review.

Operational Flow

Proactive Event Loop

Component Responsibilities

Deterministic vs Autonomous

Use deterministic workflows for:
  • Customer/order identity checks
  • Canonical data gathering
  • Condition routing when backend statuses are clear
  • Saved values and follow-up commitments
  • Duplicate suppression
  • Approval gates
  • High-impact writes
  • Closure and classification
Use autonomous agents for:
  • Interpreting conflicting order data
  • Choosing which read-only tools to call next
  • Explaining supplier, warehouse, and carrier exceptions
  • Drafting customer-safe language
  • Summarizing prior support history
  • Asking internal teams focused questions
  • Turning reviewer replies into structured case updates
When a WISMO step must happen the same way every time, make it a workflow. When it needs interpretation, make it an agent called by the workflow.

Deployment Inventory

Routing and Orchestration

Choose the right mix of deployments, workflows, agents, and human review.

Custom Webhooks

Trigger Duckie from OMS, WMS, supplier, inventory, and carrier systems.

Scheduled Deployments

Run exception sweeps and follow-up monitors.

Runs

Inspect each WISMO run and tool call.