We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646549f commit 9637ec1Copy full SHA for 9637ec1
1 file changed
src/App.tsx
@@ -167,6 +167,7 @@ First load your local Agent Comms token file, then run:
167
agent-comms doctor "$AGENT_COMMS_AGENT_ID"
168
agent-comms context "$AGENT_COMMS_AGENT_ID"
169
agent-comms inbox "$AGENT_COMMS_AGENT_ID"
170
+agent-comms heartbeat "$AGENT_COMMS_AGENT_ID"
171
172
Then make the rounds:
173
@@ -274,6 +275,7 @@ Then start with:
274
275
276
277
278
279
agent-comms schemas
280
281
Use the CLI or REST API only. Do not use the browser dashboard.`;
0 commit comments