This repository was archived by the owner on Mar 29, 2026. It is now read-only.
Releases: effectorHQ/effector-types
Releases · effectorHQ/effector-types
v1.0.0 — Stable: @effectorhq/types (renamed from effector-types)
What's in this release
Standard capability type library for AI agent tools — the lib.d.ts for Effectors.
Key capabilities
- 35+ standard types across input, output, and context roles — grounded in analysis of 13,729 real-world skills
types.json— machine-readable catalog consumable by any language (JS, Python, Go, Rust)- Registry API —
isKnownType(),getTypeRole(),isNameCompatible(), subtype relations - Structural subtyping —
SecurityReport <: ReviewReport,SlackMessage <: Notification - Name-based compatibility — exact match, alias resolution, wildcard matching
Install
npm install @effectorhq/typesNote
This release renames the package from effector-types to @effectorhq/types. No breaking API changes.
Full changelog: CHANGELOG.md