We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df706f commit ecfa9a6Copy full SHA for ecfa9a6
src/rai_whoami/README.md
@@ -70,9 +70,9 @@ agent = ReActAgent(
70
target_connectors={"/to_human": connector},
71
system_prompt=system_prompt,
72
)
73
+agent.subscribe_source("/from_human", connector)
74
75
agent.run()
-connector.register_callback("/from_human", agent)
76
wait_for_shutdown([agent])
77
```
78
@@ -111,8 +111,8 @@ connector = ROS2HRIConnector()
111
agent = ReActAgent(
112
target_connectors={"/to_human": connector}, system_prompt="", tools=[query_tool]
113
114
115
+
116
117
-
118
0 commit comments