Many agent systems need a router that decides which specialist agent should handle a request. Restate makes these routing decisions durable: if the process crashes after the LLM picks an agent but before that agent responds, recovery skips the routing step and resumes the agent call.Documentation Index
Fetch the complete documentation index at: https://docs.restate.dev/llms.txt
Use this file to discover all available pages before exploring further.
How it works
- A router agent receives the request
- An LLM decides which specialist to delegate to (persisted as a durable step)
- The specialist agent processes the request
- The router returns the result