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
A complete example of an A2A client communicating with a Python A2A server is available in the [examples/helloworld](examples/helloworld) directory. This example demonstrates:
341
+
A complete example of a Java A2A client communicating with a Python A2A server is available in the [examples/helloworld/client](examples/helloworld/client/README.md) directory. This example demonstrates:
342
342
343
343
- Setting up and using the A2A Java client
344
-
- Sending regular and streaming messages
345
-
- Receiving and processing responses
344
+
- Sending regular and streaming messages to a Python A2A server
345
+
- Receiving and processing responses from the Python A2A server
346
346
347
-
The example includes detailed instructions on how to run both the Python server and the Java client using JBang. Check out the [example's README](examples/helloworld/client/src/main/java/io/a2a/examples/helloworld/README.md) for more information.
347
+
The example includes detailed instructions on how to run the Python A2A server and how to run the Java A2A client using JBang.
348
+
349
+
Check out the [example's README](examples/helloworld/client/README.md) for more information.
350
+
351
+
### Hello World Server Example
352
+
353
+
A complete example of a Python A2A client communicating with a Java A2A server is available in the [examples/helloworld/server](examples/helloworld/server/README.md) directory. This example demonstrates:
354
+
355
+
- A sample `AgentCard` producer
356
+
- A sample `AgentExecutor` producer
357
+
- A Java A2A server receiving regular and streaming messages from a Python A2A client
358
+
359
+
Check out the [example's README](examples/helloworld/server/README.md) for more information.
0 commit comments