v0.1.0-alpha.4 is now available

Programmable Intent.
The Agentic Interface Layer.

An open protocol that turns natural language into verified, executing interfaces. No apps. No friction. Just precise, deterministic outcomes.

$ npm install @interacly/ocean
View Demo
workflow.ts
import { Ocean } from '@interacly/ocean';
// 1. Define Intent
const intent = await Ocean.parse("Book a flight to Goa for under 20k");
// 2. Resolve Agents
const agents = await Ocean.discover(intent);
// 3. Execute & Render
const result = await Ocean.execute(agents[0]);
return <RippleUI spec={result.uiSpec} />;

The Flow Grid

A decentralized mesh of agentic services. Connect once, access everything.

User
Pizza
Travel
Calendar

Type-Safe

End-to-end type safety with generated TypeScript definitions for every agent capability.

TS

Universal Memory

DEP (Digital Entity Protocol) ensures context travels with the user, not the app.

Identity
History
Prefs