Skip to content

Commit 860e69a

Browse files
committed
feat(seo): expand npm metadata — homepage, repository, bugs, richer description and keywords
npm package pages are highly indexed by Google. Without homepage and repository fields, the npm package page leaves crawlable backlinks on the table. Bumps: - description: now mentions all six headline capabilities (graph orchestration, cognitive memory, runtime tool generation, guardrails, voice, 21 LLM providers) so the npm SERP snippet matches what people search for - homepage: https://agentos.sh (was missing; agentos.sh is the marketing entry point) - repository: explicit github+https url (was missing) - bugs: github issues url (was missing) - keywords: 42 terms covering full surface — agentos, framers-agentos, ai-agent-runtime, multi-agent-orchestration, cognitive-memory, runtime-tool-generation, etc. Includes 'framers-agentos' as a unique disambiguator since 'AgentOS' alone collides with Agno, PwC, Sierra, Infobip, Rivet, and others - author: structured object pointing to frame.dev (was 'Voice Chat Assistant Team', a legacy monorepo name)
1 parent 739ee50 commit 860e69a

1 file changed

Lines changed: 55 additions & 5 deletions

File tree

package.json

Lines changed: 55 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "@framers/agentos",
33
"version": "0.6.6",
4-
"description": "Modular AgentOS orchestration library",
4+
"description": "AgentOS — open-source TypeScript runtime for autonomous AI agents. Unified graph orchestration, cognitive memory, runtime tool generation, multi-tier guardrails, voice pipeline, and 21 LLM providers.",
5+
"homepage": "https://agentos.sh",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/framersai/agentos.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/framersai/agentos/issues"
12+
},
513
"type": "module",
614
"main": "dist/index.js",
715
"module": "dist/index.js",
@@ -383,12 +391,54 @@
383391
},
384392
"keywords": [
385393
"agentos",
386-
"orchestration",
387-
"typescript",
394+
"framers-agentos",
395+
"ai-agents",
396+
"ai-agent-framework",
397+
"ai-agent-runtime",
398+
"autonomous-agents",
399+
"agent-framework",
400+
"agentic-ai",
401+
"multi-agent",
402+
"multi-agent-orchestration",
403+
"agent-graph",
404+
"agent-graph-orchestration",
405+
"cognitive-memory",
406+
"cognitive-pipeline",
407+
"memory-router",
408+
"ebbinghaus-decay",
409+
"rag",
410+
"multimodal-rag",
411+
"vector-search",
412+
"guardrails",
413+
"ai-guardrails",
414+
"voice-pipeline",
415+
"speech-to-text",
416+
"text-to-speech",
417+
"tool-use",
418+
"tool-generation",
419+
"runtime-tool-generation",
420+
"specialist-spawning",
421+
"hexaco",
422+
"personality",
423+
"emergent-behavior",
388424
"llm",
389-
"tools"
425+
"llm-orchestration",
426+
"openai",
427+
"anthropic",
428+
"claude",
429+
"gpt",
430+
"typescript",
431+
"nodejs",
432+
"open-source",
433+
"apache-2.0",
434+
"framers",
435+
"frame-dev"
390436
],
391-
"author": "Voice Chat Assistant Team",
437+
"author": {
438+
"name": "Frame.dev",
439+
"email": "team@frame.dev",
440+
"url": "https://frame.dev"
441+
},
392442
"license": "Apache-2.0",
393443
"optionalDependencies": {
394444
"@huggingface/transformers": "^3.8.1",

0 commit comments

Comments
 (0)