You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Start Broker & Assistant
- # Start UserProxy - Let it run
-
-
- def remote_ag_demo():
- print("Remote Agent Demo")
- instructions = """
- In this demo, Assistant, and UserProxy are running in separate processes.
- demo/standalone/user_proxy.py will initiate a conversation by sending UserProxy Agent a message.
-
- Please do the following:
- 1) Start Assistant (python demo/standalone/assistant.py)
- 2) Start UserProxy (python demo/standalone/user_proxy.py)
- """
- print(instructions)
- input("Press Enter to return to demo menu...")
- pass
|