cocoindex
by
cocoindex-io

Description: Incremental engine for long horizon agents 🌟 Star if you like it!

View on GitHub ↗

Summary Information

Updated 12 minutes ago
Added to GitGenius on December 25th, 2025
Created on March 3rd, 2025
Open Issues & Pull Requests: 53 (-1)
Number of forks: 826
Total Stargazers: 10,655 (+0)
Total Subscribers: 49 (+0)

Issue Activity (beta)

Open issues: 45
New in 7 days: 3
Closed in 7 days: 3
Avg open age: 163 days
Stale 30+ days: 30
Stale 90+ days: 26

Recent activity

Opened in 7 days: 3
Closed in 7 days: 3
Comments in 7 days: 9
Events in 7 days: 33

Top labels

  • help wanted (114)
  • cocoindex-core (73)
  • good first issue (72)
  • hacktoberfest (45)
  • integration (33)
  • python-sdk (30)
  • documentation (10)
  • enhancement (10)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 21.9 hours
90th percentile: 0.0 hours
Tracked items: 341

Most active contributors

Detailed Description

CocoIndex is an incremental indexing engine designed to keep AI agents and large language model applications supplied with continuously fresh context from enterprise data sources. Written primarily in Rust with Python bindings, the project addresses a core challenge in production AI systems: maintaining up-to-date context without reprocessing entire datasets on every change. The engine processes only the delta, or changed portions, of data sources like codebases, meeting notes, Slack channels, PDFs, and videos, enabling AI agents to reason over current information with minimal computational overhead.

The repository is classified as a decentralized indexer and data indexing infrastructure project, with particular relevance to Web3 and blockchain data querying applications. However, its core functionality extends well beyond blockchain use cases into general enterprise data engineering. The project emphasizes declarative configuration in Python, allowing users to define data sources and target destinations in approximately five minutes, with the incremental engine handling continuous synchronization automatically. This approach contrasts with traditional batch processing pipelines that risk creating context gaps and stale data in production systems.

CocoIndex's architecture centers on the concept of flows that connect sources to targets through transformations. The engine maintains data lineage and processes changes incrementally, making it suitable for real-time retrieval-augmented generation pipelines and knowledge graph construction. The project includes a flagship application called CocoIndex-code, an MCP server for AI coding agents that provides AST-aware semantic code indexing with support for Python, TypeScript, Rust, and Go. This specialized tool demonstrates the framework's capability to maintain live call graphs, symbol tables, and vector embeddings across codebases while achieving sub-second freshness on updates.

Development activity shows strong engagement from the core team. GitGenius tracking reveals that across 339 issues and pull requests, the median response latency is zero hours with a mean of 22 hours, indicating rapid triage and feedback cycles. The most active contributors are badmonster0 with 651 tracked events and georgeh0 with 519 events, followed by Haleshot with 50 events. The project maintains active issue labels including help wanted with 114 items, cocoindex-core with 73 items, and good first issue with 72 items, suggesting an intentional focus on community contribution and onboarding.

The repository overlaps with contributors from github/gh-aw, solo-io/gloo, and longhorn/longhorn, indicating cross-pollination with other infrastructure and tooling projects. The project's topic tags span agentic-data-framework, change-data-capture, codebase-intelligence, context-engineering, data-engineering, ETL, knowledge-graph, LLM, long-horizon-agent, RAG, real-time, and semantic-search, reflecting its positioning at the intersection of data infrastructure and AI agent development. The homepage at cocoindex.io and comprehensive documentation provide entry points for users seeking to integrate incremental indexing into production AI systems, with the project explicitly targeting scenarios where agents require reliable, continuously fresh data without the latency and resource costs of full reprocessing.

cocoindex
by
cocoindex-iococoindex-io/cocoindex

Repository Details

Fetching additional details & charts...