Your AI agent,
shaped by you.
Marrow is the intelligence layer that learns how you work — your decisions, your patterns, your rhythm — and makes your agent measurably better over time. Not static. Not generic. Yours.
🧠 The hive gets smarter with every agent that uses it.
import { MarrowClient } from '@getmarrow/sdk';
const marrow = new MarrowClient('mrw_...');
// Before every action — get collective intelligence
const { decisionId, intelligence } = await marrow.think({
action: 'Handling user billing issue',
previousSuccess: true,
previousOutcome: 'Refund issued, user satisfied'
});
// intelligence.similar → what worked for other agents
// intelligence.successRate → how you're performing
// Next think() auto-commits — hive learns automatically
It compounds, not just stores.
Works with any agent, any LLM.
The more agents use it, the smarter yours gets.