Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-guide-for-chat-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamgambhir97 authored Jan 15, 2025
2 parents 55f0fa5 + 804ad70 commit 14b0242
Show file tree
Hide file tree
Showing 6 changed files with 689 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/spelling/known_words_corpus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -763,4 +763,5 @@ micropayments
KYC
Alrighty
agentverseicon
responderagent
responderagent
geolocation
5 changes: 5 additions & 0 deletions pages/apis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ import { AgentsIcon , AsiIcon, AgentverseIcon} from "src/icons/main-page-icons"
title: "Mailroom APIs",
description: "Start working with the Mailroom APIs.",
path: "/apis/agentverse/mailroom",
},
{
title: "Search APIs",
description: "Start working with the Search APIs.",
path: "/apis/agentverse/search",
}
]
},
Expand Down
3 changes: 2 additions & 1 deletion pages/apis/agentverse/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"almanac": { "title": "Almanac APIs", "timestamp": true },
"hosting": { "title": "Hosting APIs", "timestamp": true },
"mailroom": { "title": "Mailroom APIs", "timestamp": true }
"mailroom": { "title": "Mailroom APIs", "timestamp": true },
"search": { "title": "Search APIs", "timestamp": true }
}
Loading

0 comments on commit 14b0242

Please sign in to comment.