Project Synapse: A Hierarchical Multi-Agent Framework with Hybrid Memory for Autonomous Resolution of Last-Mile Delivery Disruptions
Arin Gopalan Yadav, Varad Dherange, Kumar Shivam
TL;DR
Project Synapse tackles last-mile delivery disruptions by proposing a hierarchical multi-agent framework powered by a hybrid memory architecture and an end-to-end workflow orchestrated with LangGraph. The system employs a Resolution Supervisor to decompose complex disruption cases and delegates execution to specialized worker agents, all grounded by a retrieval-augmented memory system and secured through the MCP Toolkit. Evaluation on a benchmark of 30 realistic disruption scenarios derived from thousands of reviews uses an LLM-as-a-Judge protocol with bias mitigation, reporting strong performance, especially in reasoning quality ($0.77$) and overall effectiveness ($0.73$). The results validate the viability of autonomous disruption resolution in dynamic logistics, while acknowledging limitations due to scale and simulated deployment, and suggest directions for self-evolving hierarchies, RL-based planning, and multimodal extensions. The work has broader implications for adaptive, memory-grounded agent systems across domains such as logistics, customer service, and emergency operations.
Abstract
This paper introduces Project Synapse, a novel agentic framework designed for the autonomous resolution of last-mile delivery disruptions. Synapse employs a hierarchical multi-agent architecture in which a central Resolution Supervisor agent performs strategic task decomposition and delegates subtasks to specialized worker agents responsible for tactical execution. The system is orchestrated using LangGraph to manage complex and cyclical workflows. To validate the framework, a benchmark dataset of 30 complex disruption scenarios was curated from a qualitative analysis of over 6,000 real-world user reviews. System performance is evaluated using an LLM-as-a-Judge protocol with explicit bias mitigation.
