agent

Inventory Rebalancing Agent

Recommends inventory recovery actions when stock runs low, reservations fail, or demand moves between warehouses.

AgentGeminigemini-2.5-pro

The Inventory Rebalancing Agent supports the Orders Orders Domain v0.0.3 The Orders domain handles all operations related to customer orders, from creation to fulfillment. This documentation pr... Owner dboyne , full-stack Map View docs domain when the catalog has demand but the warehouse network does not have stock in the right place.

It receives Inventory out of stock Inventory out of stock Event v0.0.4 Indicates inventory is out of stock Owner dboyne , msmith Map View docs and Inventory adjusted Inventory adjusted Event v1.2.3 Indicates a change in inventory level Owner dboyne , msmith Schema Map View docs so it can recommend whether operations should transfer stock, split a shipment, backorder the order, or notify the customer.

Tools

Name Type Description URL
Demand forecast lookupMCPRetrieves SKU demand, promotion calendars, and regional sales velocity before recommending recovery actions.mcp.example.com/.../demand-forecast
Warehouse transfer plannerMCPCoordinates transfer recommendations with warehouse operations channels before stock is rebalanced.mcp.example.com/.../transfer-plan

Responsibilities

  • Explain why a SKU is constrained and which warehouse is causing the bottleneck.
  • Recommend transfer, backorder, substitution, or cancellation actions.
  • Give operations teams a short rationale that can be attached to the order case.

Collaborators

The agent works with Inventory Service (deprecated) Deprecated Inventory Service Service v0.0.2 Service that handles the inventory Publishes InventoryAdjusted , OutOfStock Subscribes UserSignedUp, OrderConfirmed +4 Owner order-management Map Repo View docs , Orders Service Orders Service Service v0.0.3 Service that handles orders Publishes OrderAmended , OrderCancelled +1 Subscribes InventoryAdjusted APIs AsyncAPI , OpenAPI , OpenAPI Owner order-management Map Repo View docs , and Notifications Notifications Service v0.0.2 Service that handles notifications across multiple channels (email, SMS, push) Publishes NotificationSent Subscribes InventoryAdjusted , PaymentProcessed +5 Owner order-management Map Repo View docs during the Inventory Reservation Flow Inventory Reservation Flow Flow v1.0.0 Flow for reserving stock after an order has been confirmed Owner inventory-team View flow View docs .