aimeat 1.13.2 → 1.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,6 +103,7 @@ entry: index.html
103
103
  | AimeatRealtime | `loadScript('/lib/realtime.js')` | P2P rooms, multiplayer, chat |
104
104
  | aimeat-social | `loadScript('/v1/libs/aimeat-social.js')` | Discussion boards |
105
105
  | aimeat-wallet | `loadScript('/v1/libs/aimeat-wallet.js')` | Morsel balance display |
106
+ | aimeat-ai | `loadScript('/v1/libs/aimeat-ai.js')` | `AIMEAT.ai.complete/completeJson/isAvailable` — runs LLM completions using the user's own OpenRouter key (zero cost to AIMEAT, user-owned spend budget) |
106
107
 
107
108
  ### Key rules
108
109
 
@@ -276,6 +277,7 @@ The node serves browser-ready JavaScript libraries. Load them via `<script src="
276
277
  | AimeatRealtime | `/lib/realtime.js` | WebSocket P2P rooms, WebRTC data channels, Yjs CRDT |
277
278
  | aimeat-audio | `/v1/libs/aimeat-audio.js` | Audio: 6 instruments, custom synth, soundboard, sample loader |
278
279
  | aimeat-speech | `/v1/libs/aimeat-speech.js` | Speech: TTS, STT, voice commands, pluggable providers |
280
+ | aimeat-ai | `/v1/libs/aimeat-ai.js` | LLM completions through the user's own OpenRouter key (`AIMEAT.ai.complete`, `completeJson`, `isAvailable`, `models`, `usage`). Server enforces daily USD budget + per-app quota; rejects with descriptive `err.code` (NO_API_KEY / QUOTA_EXHAUSTED / APP_QUOTA_EXHAUSTED / APP_NOT_ALLOWED / etc.). Pattern: **detect** with `isAvailable()`, **compose** the prompt yourself from app data, **call** with `app_id` so spend is attributable, **render** the result into an editable field so the human stays in the loop. Never bundle your own API key — use the user's. |
279
281
 
280
282
  ### Standard App Template
281
283
 
@@ -540,6 +542,15 @@ the response to a Blob, and use `URL.createObjectURL(blob)` as the src.
540
542
  ### SDK Library API Quick Reference
541
543
 
542
544
  When building apps, prefer the SDK libraries over raw `session.fetch()` calls.
545
+
546
+ For AI-assisted features in your app (suggest tags, polish summaries, translate,
547
+ quality checks, etc.) read the full guide before wiring anything up:
548
+
549
+ - **App Developer AI Guide:** `docs/app-developer-ai-guide.md` — patterns, prompt
550
+ composition, error codes, spend safety, cookbook examples. The capability uses
551
+ the user's own OpenRouter key (configured once in their AIMEAT profile) so apps
552
+ never bundle their own; spend is bounded by a per-user daily USD budget and
553
+ optional per-app quota.
543
554
  Load each library via `<script src="..."></script>`. All require `aimeat-auth.js` first.
544
555
 
545
556
  **AIMEAT.auth** (`/v1/libs/aimeat-auth.js`):
@@ -2,7 +2,8 @@
2
2
  * @file generic-adapter.ts
3
3
  * @description Generic fallback runtime adapter for skill bundle generation.
4
4
  * Produces aimeat-agent bundle with minimal SKILL.md + references only.
5
- * Used for runtimes without a dedicated adapter.
5
+ * Used for runtimes without a dedicated adapter (e.g. crewai, langgraph,
6
+ * autogen, hand-rolled MCP-capable agents).
6
7
  * @version-history
7
8
  * v1.0.0 -- 2026-05-23 -- Initial creation for Agent Integration Phase A
8
9
  * v1.1.0 -- 2026-05-28 -- Clarify connected agent identity and Hello Integration MCP flow
@@ -10,6 +11,14 @@
10
11
  * v1.1.2 -- 2026-05-28 -- State that Hello Integration is required first-run onboarding
11
12
  * v1.1.3 -- 2026-05-28 -- Clarify post-onboarding setup publishes actual commands, config, and knowledge artifacts
12
13
  * v1.1.4 -- 2026-05-28 -- Add shared owner-memory tag guidance
14
+ * v1.2.0 -- 2026-05-29 -- Add Anthropic Agent-Skill style YAML frontmatter
15
+ * (name/description/trigger) so frameworks that natively load SKILL.md as a
16
+ * skill (CrewAI >= 1.14 via discover_skills(), Claude Agent Skills, future
17
+ * LangGraph/AutoGen adapters) can register the bundle as a first-class
18
+ * skill rather than reading it as free-form text. Bundle content below the
19
+ * frontmatter is unchanged; existing LLM-driven flows that parse the body
20
+ * are unaffected. The hermes-adapter has shipped with frontmatter since
21
+ * v1.0.0 and proved the format is non-breaking for downstream consumers.
13
22
  */
14
23
  import type { RuntimeAdapter, BundleContext, BundleFile, BundleContent } from './types.js';
15
24
  export declare class GenericAdapter implements RuntimeAdapter {
@@ -1 +1 @@
1
- {"version":3,"file":"generic-adapter.d.ts","sourceRoot":"","sources":["../../../../src/services/skill-bundle/generic-adapter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3F,qBAAa,cAAe,YAAW,cAAc;IACnD,QAAQ,CAAC,OAAO,aAAa;IAC7B,QAAQ,CAAC,UAAU,kBAAkB;IAErC,QAAQ,CAAC,GAAG,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,aAAa;IAsBrE,OAAO,CAAC,aAAa;CA+EtB"}
1
+ {"version":3,"file":"generic-adapter.d.ts","sourceRoot":"","sources":["../../../../src/services/skill-bundle/generic-adapter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3F,qBAAa,cAAe,YAAW,cAAc;IACnD,QAAQ,CAAC,OAAO,aAAa;IAC7B,QAAQ,CAAC,UAAU,kBAAkB;IAErC,QAAQ,CAAC,GAAG,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,aAAa;IAsBrE,OAAO,CAAC,aAAa;CA+FtB"}
@@ -2,7 +2,8 @@
2
2
  * @file generic-adapter.ts
3
3
  * @description Generic fallback runtime adapter for skill bundle generation.
4
4
  * Produces aimeat-agent bundle with minimal SKILL.md + references only.
5
- * Used for runtimes without a dedicated adapter.
5
+ * Used for runtimes without a dedicated adapter (e.g. crewai, langgraph,
6
+ * autogen, hand-rolled MCP-capable agents).
6
7
  * @version-history
7
8
  * v1.0.0 -- 2026-05-23 -- Initial creation for Agent Integration Phase A
8
9
  * v1.1.0 -- 2026-05-28 -- Clarify connected agent identity and Hello Integration MCP flow
@@ -10,6 +11,14 @@
10
11
  * v1.1.2 -- 2026-05-28 -- State that Hello Integration is required first-run onboarding
11
12
  * v1.1.3 -- 2026-05-28 -- Clarify post-onboarding setup publishes actual commands, config, and knowledge artifacts
12
13
  * v1.1.4 -- 2026-05-28 -- Add shared owner-memory tag guidance
14
+ * v1.2.0 -- 2026-05-29 -- Add Anthropic Agent-Skill style YAML frontmatter
15
+ * (name/description/trigger) so frameworks that natively load SKILL.md as a
16
+ * skill (CrewAI >= 1.14 via discover_skills(), Claude Agent Skills, future
17
+ * LangGraph/AutoGen adapters) can register the bundle as a first-class
18
+ * skill rather than reading it as free-form text. Bundle content below the
19
+ * frontmatter is unchanged; existing LLM-driven flows that parse the body
20
+ * are unaffected. The hermes-adapter has shipped with frontmatter since
21
+ * v1.0.0 and proved the format is non-breaking for downstream consumers.
13
22
  */
14
23
  import { computeBundleVersion } from './generator.js';
15
24
  export class GenericAdapter {
@@ -38,7 +47,23 @@ export class GenericAdapter {
38
47
  const rulesBlock = ctx.directives.rules.length > 0
39
48
  ? ctx.directives.rules.map((r, i) => `${i + 1}. ${r.description}`).join('\n')
40
49
  : 'No specific rules configured.';
41
- return `# AIMEAT Agent Integration
50
+ // Frontmatter is required for frameworks that auto-discover skills (CrewAI's
51
+ // discover_skills(), Anthropic Agent Skills, etc.). `name` must be a stable
52
+ // slug; `description` is a one-liner the LLM reads BEFORE deciding to load
53
+ // the full body, so it should describe what activating this skill enables.
54
+ // `trigger` is a CrewAI/Anthropic convention listing intents that should
55
+ // bring the skill into context.
56
+ return `---
57
+ name: aimeat-agent
58
+ description: AIMEAT node integration -- gives the agent identity, shared memory, task lifecycle, capabilities catalog, and federation access on ${ctx.nodeUrl}
59
+ trigger: when the agent needs to call any AIMEAT tool, check onboarding status, write to memory, contribute knowledge, complete tasks, or coordinate with other agents on the AIMEAT node
60
+ tags:
61
+ - aimeat
62
+ - agent-orchestration
63
+ - mcp
64
+ ---
65
+
66
+ # AIMEAT Agent Integration
42
67
 
43
68
  ## Identity
44
69
  - Agent: ${ctx.agentName}
@@ -1 +1 @@
1
- {"version":3,"file":"generic-adapter.js","sourceRoot":"","sources":["../../../../src/services/skill-bundle/generic-adapter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAGtD,MAAM,OAAO,cAAc;IAChB,OAAO,GAAG,SAAS,CAAC;IACpB,UAAU,GAAG,cAAc,CAAC;IAErC,QAAQ,CAAC,GAAkB,EAAE,UAAwB;QACnD,MAAM,KAAK,GAAiB;YAC1B,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,EAAE;YACtD,GAAG,UAAU;SACd,CAAC;QAEF,MAAM,QAAQ,GAAG;YACf,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,OAAO,EAAE,IAAI,CAAC,OAAO;YACrB,OAAO,EAAE,EAAE;YACX,SAAS,EAAE,GAAG,CAAC,SAAS;YACxB,SAAS,EAAE,GAAG,CAAC,SAAS;YACxB,MAAM,EAAE,GAAG,CAAC,MAAM;YAClB,OAAO,EAAE,GAAG,CAAC,OAAO;YACpB,WAAW,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;SACtC,CAAC;QAEF,MAAM,MAAM,GAAkB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;QAClD,MAAM,CAAC,QAAQ,CAAC,OAAO,GAAG,oBAAoB,CAAC,MAAM,CAAC,CAAC;QACvD,OAAO,MAAM,CAAC;IAChB,CAAC;IAEO,aAAa,CAAC,GAAkB;QACtC,MAAM,UAAU,GAAG,GAAG,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC;YAChD,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;YAC7E,CAAC,CAAC,+BAA+B,CAAC;QAEpC,OAAO;;;WAGA,GAAG,CAAC,SAAS;UACd,GAAG,CAAC,SAAS;UACb,GAAG,CAAC,OAAO,KAAK,GAAG,CAAC,MAAM;;wDAEoB,GAAG,CAAC,SAAS;;;;;;;;;;;;;gGAa2B,GAAG,CAAC,OAAO,cAAc,GAAG,CAAC,SAAS;;;EAGpI,UAAU;;;;;kCAKsB,GAAG,CAAC,SAAS;uCACR,GAAG,CAAC,SAAS;;;;;;;;;;;OAW7C,GAAG,CAAC,OAAO;mBACC,GAAG,CAAC,SAAS;;;;;;;;;;OAUzB,GAAG,CAAC,OAAO;;;;;;;;;;;;;;;;;;;;;CAqBjB,CAAC;IACA,CAAC;CACF"}
1
+ {"version":3,"file":"generic-adapter.js","sourceRoot":"","sources":["../../../../src/services/skill-bundle/generic-adapter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAGtD,MAAM,OAAO,cAAc;IAChB,OAAO,GAAG,SAAS,CAAC;IACpB,UAAU,GAAG,cAAc,CAAC;IAErC,QAAQ,CAAC,GAAkB,EAAE,UAAwB;QACnD,MAAM,KAAK,GAAiB;YAC1B,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,EAAE;YACtD,GAAG,UAAU;SACd,CAAC;QAEF,MAAM,QAAQ,GAAG;YACf,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,OAAO,EAAE,IAAI,CAAC,OAAO;YACrB,OAAO,EAAE,EAAE;YACX,SAAS,EAAE,GAAG,CAAC,SAAS;YACxB,SAAS,EAAE,GAAG,CAAC,SAAS;YACxB,MAAM,EAAE,GAAG,CAAC,MAAM;YAClB,OAAO,EAAE,GAAG,CAAC,OAAO;YACpB,WAAW,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;SACtC,CAAC;QAEF,MAAM,MAAM,GAAkB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;QAClD,MAAM,CAAC,QAAQ,CAAC,OAAO,GAAG,oBAAoB,CAAC,MAAM,CAAC,CAAC;QACvD,OAAO,MAAM,CAAC;IAChB,CAAC;IAEO,aAAa,CAAC,GAAkB;QACtC,MAAM,UAAU,GAAG,GAAG,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC;YAChD,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;YAC7E,CAAC,CAAC,+BAA+B,CAAC;QAEpC,6EAA6E;QAC7E,4EAA4E;QAC5E,2EAA2E;QAC3E,2EAA2E;QAC3E,yEAAyE;QACzE,gCAAgC;QAChC,OAAO;;kJAEuI,GAAG,CAAC,OAAO;;;;;;;;;;;WAWlJ,GAAG,CAAC,SAAS;UACd,GAAG,CAAC,SAAS;UACb,GAAG,CAAC,OAAO,KAAK,GAAG,CAAC,MAAM;;wDAEoB,GAAG,CAAC,SAAS;;;;;;;;;;;;;gGAa2B,GAAG,CAAC,OAAO,cAAc,GAAG,CAAC,SAAS;;;EAGpI,UAAU;;;;;kCAKsB,GAAG,CAAC,SAAS;uCACR,GAAG,CAAC,SAAS;;;;;;;;;;;OAW7C,GAAG,CAAC,OAAO;mBACC,GAAG,CAAC,SAAS;;;;;;;;;;OAUzB,GAAG,CAAC,OAAO;;;;;;;;;;;;;;;;;;;;;CAqBjB,CAAC;IACA,CAAC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"hermes-adapter.d.ts","sourceRoot":"","sources":["../../../../src/services/skill-bundle/hermes-adapter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3F,qBAAa,aAAc,YAAW,cAAc;IAClD,QAAQ,CAAC,OAAO,YAAY;IAC5B,QAAQ,CAAC,UAAU,mBAAmB;IAEtC,QAAQ,CAAC,GAAG,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,aAAa;IA2BrE,OAAO,CAAC,aAAa;IA+FrB,OAAO,CAAC,eAAe;IAkEvB,OAAO,CAAC,mBAAmB;IAmC3B,OAAO,CAAC,oBAAoB;IA2C5B,OAAO,CAAC,kBAAkB;IAyB1B,OAAO,CAAC,eAAe;CAaxB"}
1
+ {"version":3,"file":"hermes-adapter.d.ts","sourceRoot":"","sources":["../../../../src/services/skill-bundle/hermes-adapter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3F,qBAAa,aAAc,YAAW,cAAc;IAClD,QAAQ,CAAC,OAAO,YAAY;IAC5B,QAAQ,CAAC,UAAU,mBAAmB;IAEtC,QAAQ,CAAC,GAAG,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,aAAa;IA2BrE,OAAO,CAAC,aAAa;IAoGrB,OAAO,CAAC,eAAe;IAkEvB,OAAO,CAAC,mBAAmB;IAmC3B,OAAO,CAAC,oBAAoB;IA2C5B,OAAO,CAAC,kBAAkB;IAyB1B,OAAO,CAAC,eAAe;CAaxB"}
@@ -49,8 +49,13 @@ export class HermesAdapter {
49
49
  : 'No specific rules configured.';
50
50
  return `---
51
51
  name: aimeat-hermes
52
- description: AIMEAT node integration for ${ctx.nodeId}
53
- trigger: when user mentions AIMEAT, tasks, inbox, or this skill is invoked
52
+ description: AIMEAT node integration for Hermes runtime on ${ctx.nodeUrl} -- on-wake protocol, watchdog cron job, MCP tool catalogue, Hello Integration handshake
53
+ trigger: when the agent needs to call any AIMEAT tool, check onboarding status, write to memory, contribute knowledge, complete tasks, or coordinate with other agents on the AIMEAT node
54
+ tags:
55
+ - aimeat
56
+ - agent-orchestration
57
+ - mcp
58
+ - hermes
54
59
  ---
55
60
 
56
61
  ## Identity
@@ -1 +1 @@
1
- {"version":3,"file":"hermes-adapter.js","sourceRoot":"","sources":["../../../../src/services/skill-bundle/hermes-adapter.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"hermes-adapter.js","sourceRoot":"","sources":["../../../../src/services/skill-bundle/hermes-adapter.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aimeat",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
4
4
  "description": "AIME AT - AI Memory Exchange and Action Transfer - reference implementation",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",