Skip to content

Commit

Permalink
feat(docs): add tags to agentverse guides (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa authored Oct 23, 2023
1 parent 611ebd4 commit 336ccf4
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions pages/guides/agentverse/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
{
"creating-a-hosted-agent": "Creating a hosted agent \uD83E\uDD16",
"discovering-agents": "Discovering agents \uD83D\uDD0E",
"registering-agent-services": "Registering agent services",
"utilising-the-mailbox": "Utilizing the Agentverse mailbox service \uD83D\uDCEC",
"allowed-imports": "Agentverse: allowed imports"
"creating-a-hosted-agent": {
"title": "Creating a hosted agent \uD83E\uDD16",
"tags": ["AgentVerse", "Agents", "AI"]
},
"discovering-agents": {
"title": "Discovering agents \uD83D\uDD0E",
"tags": ["AgentVerse", "Agents", "Discovery", "AI"]
},
"registering-agent-services": {
"title": "Registering agent services",
"tags": ["AgentVerse", "Agents", "Services", "Registration", "AI"]
},
"utilising-the-mailbox": {
"title": "Utilizing the Agentverse mailbox service \uD83D\uDCEC",
"tags": ["AgentVerse", "Agents", "Mailbox", "Communication", "AI"]
},
"allowed-imports": {
"title": "Agentverse: allowed imports",
"tags": ["AgentVerse", "Agents", "Imports", "AI"]
}
}

0 comments on commit 336ccf4

Please sign in to comment.