File tree Expand file tree Collapse file tree
examples/tutorials/00_sync/000_hello_acp/project Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,9 +198,9 @@ jobs:
198198 BUILD_ARGS="--manifest ${{ matrix.agent_path }}/manifest.yaml --registry ${REGISTRY} --tag ${VERSION_TAG} --platforms linux/amd64 --repository-name ${REPOSITORY_NAME}"
199199
200200 if [ "$SHOULD_PUSH" = "true" ]; then
201- agentex agents build $BUILD_ARGS --push
201+ agentex agents build " $BUILD_ARGS" --push
202202 echo "✅ Successfully built and pushed: ${REGISTRY}/${REPOSITORY_NAME}:${VERSION_TAG}"
203203 else
204- agentex agents build $BUILD_ARGS
204+ agentex agents build " $BUILD_ARGS"
205205 echo "✅ Build validation successful for: ${{ matrix.agent_path }}"
206206 fi
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ async def handle_message_send(
2121) -> Union [TaskMessageContent , AsyncGenerator [TaskMessageUpdate , None ]]:
2222 """Default message handler with streaming support"""
2323 # Extract content safely from the message
24- logger .info ("msg" , params )
24+ logger .info ("msg 2 " , params )
2525 message_text = ""
2626 if hasattr (params .content , "content" ):
2727 content_val = getattr (params .content , "content" , "" )
You can’t perform that action at this time.
0 commit comments