@@ -60,6 +60,10 @@ import { AgentsIcon, LedgerIcon, AgentverseIcon} from "src/icons/main-page-icons
60
60
title: " Asynchronous Loops" ,
61
61
path: " /examples/advanced/async-loops"
62
62
},
63
+ {
64
+ title: " Agents broadcast" ,
65
+ path: " /examples/intermediate/broadcast"
66
+ },
63
67
{
64
68
title: " On Query decorator" ,
65
69
path: " /examples/intermediate/on-query"
@@ -102,10 +106,6 @@ import { AgentsIcon, LedgerIcon, AgentverseIcon} from "src/icons/main-page-icons
102
106
title: " Agents communication with Mailbox" ,
103
107
path: " /examples/intermediate/mailbox-agents"
104
108
},
105
- {
106
- title: " Agents broadcast" ,
107
- path: " /examples/intermediate/broadcast"
108
- },
109
109
{
110
110
title: " Agents Name Service" ,
111
111
path: " /examples/intermediate/name-service"
@@ -130,7 +130,7 @@ import { AgentsIcon, LedgerIcon, AgentverseIcon} from "src/icons/main-page-icons
130
130
},
131
131
{
132
132
title: " Agentverse Functions: register a local agent as a function" ,
133
- path: " /examples/local-agent-registration"
133
+ path: " /examples/agentverse/ local-agent-registration"
134
134
},
135
135
{
136
136
title: " Hugging face API agent as a function" ,
0 commit comments