Skip to main content

What is Unify?

Unify makes the leap from standalone AI agents to fully fledged virtual colleagues. These are not personal assistants you prompt and wait. These are colleagues — with their own name, personality, computer, and an ever-growing memory and skill set. You onboard them like any new hire: share your screen, walk them through your tools, hop on a call. They learn how your team works, ask follow-up questions, and improve over time.

How it works

Your virtual colleague can simultaneously use their own computer, talk to you via voice, follow your live guided screenshare instructions, and consolidate new skills on-the-fly — just like a person would. They can be interrupted and redirected at any point. This is powered by a fundamentally different architecture:
  • Steerable handles — every operation returns a live handle you can pause, resume, interject into, or stop at any depth
  • CodeAct — the actor writes Python programs over typed primitives, not flat JSON tool calls
  • Dual-brain voice — a slow deliberation brain + a fast real-time voice agent, communicating over IPC
  • Continuous memory — contacts, knowledge, tasks, and relationships consolidated into structured, queryable tables

Open source

The brain is open-source under MIT. Read the code, understand the architecture, or contribute.
RepositoryDescription
unityThe brain — steerable async tool loops, CodeAct, distributed state managers
unifyPython SDK for persistence and logging
unillmLLM abstraction — caching, tracing, cost tracking
For a deep technical walkthrough, see the Architecture Guide.

Get started

Sign up at unify.ai to meet your new virtual teammate, or explore the REST API to integrate programmatically.