Run This Ai
EN DE

Cocoindex

Incremental engine for long horizon AI agents — build persistent, stateful autonomous agents with Python

★ 10,651 GitHub Apache-2.0 ai-agentsincremental-computingpythonagent-frameworkstateful-agents AI Agents

Overview

Cocoindex is an open-source incremental engine purpose-built for long horizon AI agents. Unlike traditional agent frameworks that re-process everything each time, Cocoindex maintains persistent state and only processes what changed. This makes it ideal for agents that run for hours or days, handling complex workflows with minimal overhead. Key features include dataflow-based agent design, automatic state persistence across restarts, incremental processing for efficiency, and a Python-native API. It's built for AI agents that need to maintain context, accumulate knowledge, and execute long-running tasks reliably. With 10,600+ GitHub stars and an Apache-2.0 license, it's quickly becoming the go-to framework for production agent workflows.

Requirements

Min vCPU
1
Min RAM
2048 MB
Min Disk
10 GB
Rec vCPU
2
Rec RAM
4096 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  cocoindex:
    image: cocoindex/cocoindex-code:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/cocoindex:/data

Best VPS for Cocoindex →

Related tools

Guides & articles