molecule-ai

@enteros/contracts (0.3.2)

Published 2026-07-22 19:31:28 +00:00 by pypi-publisher in molecule-ai/molecule-ai-sdk

Installation

@enteros:registry=https://git.moleculesai.app/api/packages/molecule-ai/npm/
npm install @enteros/contracts@0.3.2
"@enteros/contracts": "0.3.2"

About this package

@enteros/contracts

Generated TypeScript contract bindings for the EnterOS skill framework. These types and constants are the single source of truth (SSOT) shared by the @enteros/skill-* packages: MCP plugin-delivery scalars, workspace-comms message types, idle-prompt contributions, the skill-framework contract, and the canonical runtime-id constants.

The *_gen.ts / *.generated.ts files are generated from the contract SSOT and must not be hand-edited (a codegen-drift CI gate enforces this). You normally consume this package transitively via @enteros/skill-core; install it directly only if you need the raw contract types.

Install

npm install @enteros/contracts

Usage

import { RequiredTool, RegisterRequest } from "@enteros/contracts";

// or the per-domain subpaths:
import { RequiredTool } from "@enteros/contracts/contract";
import { RegisterRequest } from "@enteros/contracts/workspace-comms";
import { IdlePromptContribution } from "@enteros/contracts/idle-prompt";
import { RESERVED_TOOL_NAMES } from "@enteros/contracts/skill-framework";

License

MIT © Molecule AI

Dependencies

Development Dependencies

ID Version
typescript ^5.4.0

Keywords

enteros contracts skill agent mcp molecule
Details
npm
2026-07-22 19:31:28 +00:00
7
Molecule AI
MIT
latest
65 KiB
Assets (1)
Versions (1) View all
0.3.2 2026-07-22