Score qualité 70docs.agenticenv.ai#coding#writing#design#business

Agent SDK for Go : fonctions, usages et sources

Register built-in or custom tools and control parallel vs sequential execution per turn

Visiter le site

À 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.

Cas d’usage
  • 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

Fonctions et usages

Runtime supportAdvancedDurable 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-runRe-running the entire agent from scratch wastes tokens and time, and loses partially completed workIf 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

Stack technique

Cloudflare

En bref

Monétisation
  • Gratuit
Signaux de maturité
  • Open source
  • API publique
Courbe d'apprentissage
  • Moyenne

Sources

Chaque fiche conserve ses sources et sa date de vérification.