À propos de cet outil
Register built-in or custom tools and control parallel vs sequential execution per turn Fonctions clés : Runtime support, AdvancedDurable ExecutionHow agent runs survive crashes — automatic runtime resilience and client-side Run / Stream recoveryDurable runtimes only (Temporal or Restate), The problem: Agent runs invoke LLM calls, tools, and memory operations that take time — and any of these processes can crash mid-run, Re-running the entire agent from scratch wastes tokens and time, and loses partially completed work, If your client process crashes mid-run, call GetAgentRun (non-stream) or GetAgentStream + WithOffset (stream) to reconnect without restarting the agent, Experiencing it The Durable Agent (Temporal) example is a hands-on Temporal lab for this behavior (split NewAgentWorker topology), Restart the agent process (or another registered deployment) and Restate resumes from the journal, // Stream ctx owns the run — cancel it only when you want to stop the agent.