Skip to content

Commit 23ed392

Browse files
Merge pull request #176 from scaleapi/force-re-publish
feat: add to readme to force publish
2 parents 8d58ea7 + 865d24f commit 23ed392

File tree

1 file changed

+2
-1
lines changed
  • examples/tutorials/00_sync/000_hello_acp

1 file changed

+2
-1
lines changed

examples/tutorials/00_sync/000_hello_acp/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# [Sync] Hello ACP
22

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.
34
The simplest agent type: synchronous request/response pattern with a single `@acp.on_message_send` handler. Best for stateless operations that complete immediately.
45

56
## What You'll Learn
@@ -9,7 +10,7 @@ The simplest agent type: synchronous request/response pattern with a single `@ac
910

1011
## Prerequisites
1112
- 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
1314

1415
## Quick Start
1516

0 commit comments

Comments
 (0)