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
Copy file name to clipboardExpand all lines: examples/tutorials/00_sync/000_hello_acp/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# [Sync] Hello ACP
2
2
3
+
This is a simple AgentEx agent that just says hello and acknowledges the user's message to show which ACP methods need to be implemented for the sync ACP type.
3
4
The simplest agent type: synchronous request/response pattern with a single `@acp.on_message_send` handler. Best for stateless operations that complete immediately.
4
5
5
6
## What You'll Learn
@@ -9,7 +10,7 @@ The simplest agent type: synchronous request/response pattern with a single `@ac
9
10
10
11
## Prerequisites
11
12
- Development environment set up (see [main repo README](https://github.com/scaleapi/scale-agentex))
12
-
- Backend services running: `make dev` from repository root
13
+
- Backend services running: `make dev` from repository (agentex) root
0 commit comments