agents icon indicating copy to clipboard operation
agents copied to clipboard

how do agents talk to each other?

Open threepointone opened this issue 10 months ago • 2 comments

threepointone avatar Feb 24 '25 08:02 threepointone

for coordinating actions to complete tasks or to learn from each other? Personally experimenting with agent/tool/function registries paired with a registry agent coordinator to manage the non-deterministic chaos.

rmbrntt avatar Feb 27 '25 20:02 rmbrntt

Possibly this example

const existingAgent = await getAgentByName(env.AIAgent, "data-analyzer");

Described in https://github.com/cloudflare/agents/blob/main/packages/agents/README.md#-lifecycle

grrowl avatar Mar 01 '25 11:03 grrowl

our a2a example should answer the base for this, so closing

whoiskatrin avatar Sep 23 '25 15:09 whoiskatrin