Package Reference
The @elqnt/* packages are the Eloquent SDK — typed building blocks (universal types -> browser/server API -> React hooks) that all flow through one API Gateway.
See the full SDK Hook Reference for every hook and function.
Installation
All packages publish to npm under the @elqnt scope:
npm install @elqnt/api-client @elqnt/entity @elqnt/agents @elqnt/chat
Core Infrastructure
| Package | Version | Description |
|---|---|---|
| @elqnt/api-client | 2.3.1 | Shared API client infrastructure for Eloquent platform |
| @elqnt/types | 2.2.0 | Shared TypeScript type definitions for Eloquent platform |
Domain Packages
| Package | Version | Description |
|---|---|---|
| @elqnt/admin | 2.3.2 | Admin APIs for Eloquent platform (onboarding, org-settings, billing) |
| @elqnt/agents | 4.1.0 | Agent management and orchestration for Eloquent platform - models, browser & server APIs, React hooks, and utilities |
| @elqnt/analytics | 0.1.1 | Product analytics for Eloquent platform - models, API, and the useProductAnalytics hook |
| @elqnt/chat | 3.8.0 | Platform-agnostic chat SDK for React and React Native |
| @elqnt/docs | 4.1.0 | Document management utilities for Eloquent platform |
| @elqnt/entity | 3.5.0 | Complete entity management for Eloquent platform - models, API, hooks, and store |
| @elqnt/kg | 3.1.1 | Knowledge graph SDK for Eloquent platform - types, browser & server APIs, React hooks, and query utilities |
| @elqnt/notifications | 1.1.1 | Notification infrastructure for Eloquent platform (email, push, SMS) |
| @elqnt/workflow | 3.0.0 | Workflow definitions and execution for Eloquent platform - models, API, hooks, and store |