Local Agent

Your AI teammate
that never sleeps

A 24/7 AI agent running locally on your machine with full codebase awareness.

Autonomous task execution — write, refactor, test, and deploy while you focus on what matters.

Refactor src/auth/login.ts to use JWT and add tests.
I'll refactor the auth module step by step. Let me start by inspecting the current implementation.
Readsrc/auth/login.ts142 lines
Analyze current auth flow
Install jsonwebtoken dependency
Refactor login handler to issue JWT
Add unit tests for token signing
Bashnpm install jsonwebtoken
added 3 packages in 1.2s
  + jsonwebtoken@9.0.2
Editsrc/auth/login.ts+12-4
-return session.create(user)
+return jwt.sign({ uid: user.id }, SECRET, { expiresIn: '24h' })
Tests passing. Ready for your review — 4 files changed, +47 / -18.
Ask the agent anything about your codebase…⌘K
Postgres icon

Always On

Your agent runs 24/7, working on tasks even while you sleep.

Fully local execution. Your code never leaves your machine — private and secure by design.

Full Codebase Awareness

Deep understanding of your entire project structure and context.

Indexes your codebase, understands dependencies, and makes changes with full context awareness.

Autonomous Execution

Queue tasks and let the agent handle them independently.

From bug fixes to feature implementation — review results when you're ready.

Intuitive Agent Dashboard

Monitor tasks, review changes, and manage your agent — all from one place.

Local sandbox vector retrieval
World-class models, running in parallel
Visualize vector retrieval in real time
Runs locally. Privacy first.

Local sandbox vector retrieval

Your entire codebase is indexed locally in a sandboxed vector store. The agent retrieves relevant context in milliseconds — without sending a single line of code to the cloud.

View documentation about /docs/guides/agents/local-vectorView documentation

World-class models, running in parallel

Run Claude, GPT, Gemini, and local open-source models side by side. Each task is dispatched to the best model and executed in parallel with zero interference.

View documentation about /docs/guides/agents/modelsView documentation

Visualize vector retrieval in real time

See exactly what files, symbols, and snippets the agent pulled from your local vector index — every retrieval is transparent, inspectable, and debuggable.

View documentation about /docs/guides/agents/retrieval-inspectorView documentation

Runs locally. Privacy first.

Everything runs on your machine — indexing, retrieval, and agent execution. No telemetry, no code upload, no hidden cloud calls. Your code never leaves your laptop.

View documentation about /docs/guides/agents/privacyView documentation
Code diff: before & after

Code diff: before & after

Review every change the agent makes side-by-side — see exactly what was modified, added, or removed before accepting the diff.

Smart Task Pipeline

Break down complex projects into manageable tasks.

The agent automatically decomposes large tasks, prioritizes them, and executes them in the optimal order — all without manual intervention.

Auto decomposition

Complex tasks are split into atomic, reviewable steps.

Priority scheduling

Critical paths are identified and executed first.

Progress tracking

Real-time visibility into every step.

Let the agent handle the tedious work

From boilerplate to tests to refactoring — your agent writes production-ready code so you can focus on architecture and creativity.

Explore documentation

Community driven examples, libraries and guides

Supported by a network of early advocates, contributors, and champions.

Extend with skills

Teach your agent new capabilities with pluggable skills.

Choose from a growing library of agent skills, or create your own custom skills to match your workflow.

40+ built-in skills

Pre-loaded skills for common development tasks — testing, deployment, documentation, refactoring, and more.

Explore skills

Spatial and Geographic objects for PostgreSQL

PostGIS is a spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL.

Extensions used:

PostGIS

Cryptographic functions for PostgreSQL.

The pgcrypto module is a cryptographic extension that provides a number of hashing and cryptographic functions.

Extensions used:

pgcrypto

Tracking execution statistics of all SQL statements

The pg_stat_statements module provides a means for tracking execution statistics of all SQL statements executed by a server.

Extensions used:

pg_stat_statements