You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Synchronous agent that processes one request per task with a simple request-response pattern. Best for low-latency use cases, FAQ bots, translation services, and data lookups.",
138
+
)
135
139
table.add_row(
136
140
"[bold cyan]Async - ACP Only[/bold cyan]",
137
141
"Asynchronous, non-blocking agent that can process multiple concurrent requests. Best for straightforward asynchronous agents that don't need durable execution. Good for asynchronous workflows, stateful applications, and multi-step analysis.",
@@ -140,10 +144,6 @@ def init():
140
144
"[bold cyan]Async - Temporal[/bold cyan]",
141
145
"Asynchronous, non-blocking agent with durable execution for all steps. Best for production-grade agents that require complex multi-step tool calls, human-in-the-loop approvals, and long-running processes that require transactional reliability.",
142
146
)
143
-
table.add_row(
144
-
"[bold cyan]Sync ACP[/bold cyan]",
145
-
"Synchronous agent that processes one request per task with a simple request-response pattern. Best for low-latency use cases, FAQ bots, translation services, and data lookups.",
0 commit comments