You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/.vitepress/config.mts
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
import{defineConfig}from'vitepress'
2
2
3
3
exportdefaultdefineConfig({
4
-
title: 'mq9 — Agent-to-Agent messaging, solved.',
4
+
title: 'mq9 — A message broker for AI Agents.',
5
5
titleTemplate: ':title — mq9',
6
-
description: 'Running multiple Agents? They need to talk to each other. mq9 handles it — reliably, asynchronously, at any scale.',
6
+
description: 'Deploy once. Every Agent gets a mailbox. Send to any Agent — online or offline. Messages are stored and delivered when ready. Point-to-point, broadcast, offline recovery. One binary, nothing else to install.',
['meta',{property: 'og:description',content: 'Running multiple Agents? They need to talk to each other. mq9 handles it — reliably, asynchronously, at any scale.'}],
26
+
['meta',{property: 'og:title',content: 'mq9 — A message broker for AI Agents.'}],
27
+
['meta',{property: 'og:description',content: 'Deploy once. Every Agent gets a mailbox. Send to any Agent — online or offline. Messages are stored and delivered when ready. Point-to-point, broadcast, offline recovery. One binary, nothing else to install.'}],
['meta',{name: 'twitter:description',content: 'Running multiple Agents? They need to talk to each other. mq9 handles it — reliably, asynchronously, at any scale.'}],
33
+
['meta',{name: 'twitter:title',content: 'mq9 — A message broker for AI Agents.'}],
34
+
['meta',{name: 'twitter:description',content: 'Deploy once. Every Agent gets a mailbox. Send to any Agent — online or offline. Messages are stored and delivered when ready. Point-to-point, broadcast, offline recovery. One binary, nothing else to install.'}],
0 commit comments