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
This is a starter template for building asynchronous agents with the AgentEx framework and Temporal. It provides a basic implementation of the Agent 2 Client Protocol (ACP) with Temporal workflow support to help you get started quickly.
4
4
@@ -99,7 +99,7 @@ The notebook includes:
99
99
-**Async message subscription**: Subscribe to server-side events to receive agent responses
100
100
-**Rich message display**: Beautiful formatting with timestamps and author information
101
101
102
-
The notebook automatically uses your agent name (`030-custom-activities`) and demonstrates the agentic ACP workflow: create task → send event → subscribe to responses.
102
+
The notebook automatically uses your agent name (`at030-custom-activities`) and demonstrates the agentic ACP workflow: create task → send event → subscribe to responses.
103
103
104
104
### 3. Develop Temporal Workflows
105
105
- Edit `workflow.py` to define your agent's async workflow logic
0 commit comments