Skip to content

Commit df98aae

Browse files
committed
feat(seo): add homepage + bugs + expand keywords for npm discovery
Adds homepage to agentos.sh, bugs URL, and richer keywords covering the channel-adapter surface (discord-bot, telegram-bot, slack-bot, whatsapp-bot, browser-automation, web-search, voice-synthesis) plus 'framers-agentos' disambiguator.
1 parent e7aa4bc commit df98aae

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

package.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"types.d.ts",
77
"README.md"
88
],
9-
"description": "Extension source for AgentOS \u2014 implementations, templates, and manifests for tools, channel adapters, and integrations",
9+
"description": "Extension source for AgentOS \u2014 implementations, templates, and manifests for tools, channel adapters, and integrations. Companion to the @framers/agentos TypeScript AI agent runtime.",
10+
"homepage": "https://agentos.sh",
11+
"bugs": {
12+
"url": "https://github.com/framersai/agentos-extensions/issues"
13+
},
1014
"type": "module",
1115
"sideEffects": false,
1216
"exports": {
@@ -36,9 +40,30 @@
3640
},
3741
"keywords": [
3842
"agentos",
43+
"framers-agentos",
44+
"agentos-extensions",
45+
"agentos-tools",
3946
"extensions",
47+
"plugins",
4048
"tools",
41-
"plugins"
49+
"tool-use",
50+
"tool-calling",
51+
"ai-agent",
52+
"ai-agents",
53+
"ai-agent-tools",
54+
"agent-framework",
55+
"agent-tools",
56+
"channel-adapters",
57+
"discord-bot",
58+
"telegram-bot",
59+
"slack-bot",
60+
"whatsapp-bot",
61+
"webchat",
62+
"browser-automation",
63+
"web-search",
64+
"voice-synthesis",
65+
"framers",
66+
"frame-dev"
4267
],
4368
"author": {
4469
"name": "Framers AI",

0 commit comments

Comments
 (0)