MCPcopy Create free account
hub / github.com/agentrpc/agentrpc / start

Method start

sdk-node/src/polling.ts:49–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 public async start() {
50 log("Starting polling agent");
51 await registerMachine(this.client, this.tools);
52
53 // Purposefully not awaited
54 this.runLoop();
55 }
56
57 public async stop(): Promise<void> {
58 log("Stopping polling agent");

Callers 1

listenMethod · 0.95

Calls 2

runLoopMethod · 0.95
registerMachineFunction · 0.85

Tested by

no test coverage detected