Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do agents talk to each other? #23

Open
threepointone opened this issue Feb 24, 2025 · 2 comments
Open

how do agents talk to each other? #23

threepointone opened this issue Feb 24, 2025 · 2 comments

Comments

@threepointone
Copy link
Collaborator

No description provided.

@rmbrntt
Copy link

rmbrntt commented Feb 27, 2025

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.

@grrowl
Copy link

grrowl commented Mar 1, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants