From 2918e43cb0b8b0c26bf272ed1223bdc8b7f2a4c7 Mon Sep 17 00:00:00 2001 From: Roxanne Farhad Date: Fri, 31 Oct 2025 15:18:17 -0400 Subject: [PATCH] add to readme to force publish --- examples/tutorials/00_sync/000_hello_acp/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tutorials/00_sync/000_hello_acp/README.md b/examples/tutorials/00_sync/000_hello_acp/README.md index d2d1eb6cf..5ed861c2c 100644 --- a/examples/tutorials/00_sync/000_hello_acp/README.md +++ b/examples/tutorials/00_sync/000_hello_acp/README.md @@ -1,6 +1,7 @@ # [Sync] Hello ACP 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. +It is a SYNC agent. ## Official Documentation