Emotional intelligence infrastructure
The limbic system
for AI agents and robots.
uniqOS is the emotional intelligence layer in the AI economy. Add personality, empathy and relational memory to any agent — in a few lines of code.
Free tier · No card required · Works with any LLM
// Wrap any LLM call with uniqOS
import { uniq } from "@uniqos/sdk";
const reply = await uniq.turn({
agent: "sage-mentor", // personality preset
user: "u_42a9", // relational memory key
input: "I bombed the interview again.",
llm: { provider: "anthropic", model: "claude-sonnet" },
});
// → tone, register and memory of who u_42a9 is,
// modulated for what they need right now.