fetchai / uAgents

A fast and lightweight framework for creating decentralized agents with ease.
Apache License 2.0
775 stars 203 forks source link

feat(core): add broadcast functionality to dialogues #385

Closed Archento closed 1 month ago

Archento commented 1 month ago

Also the following:

It is now possible to use a protocol digest for the destination argument in Dialogue.start_dialogue(...) to start a dialogue with multiple agents at the same time.

Archento commented 1 month ago

Do we need an example for this?