airweave
by
airweave-ai

Description: Open-source context retrieval layer for AI agents

View on GitHub ↗

Summary Information

Updated 36 minutes ago
Added to GitGenius on November 9th, 2025
Created on December 24th, 2024
Open Issues & Pull Requests: 132 (+0)
Number of forks: 814
Total Stargazers: 6,476 (+0)
Total Subscribers: 36 (+0)

Issue Activity (beta)

Open issues: 47
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 102 days
Stale 30+ days: 38
Stale 90+ days: 27

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • connector request (23)
  • enhancement (22)
  • bug (17)
  • stale (17)
  • good first issue (13)
  • connector:database (9)
  • connector:knowledge-base (4)
  • area:embeddings (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 12.1 hours
Mean response time: 16.9 days
90th percentile: 69.5 days
Tracked items: 97

Most active contributors

Detailed Description

Airweave is an open-source context retrieval layer designed to serve as shared infrastructure between data sources and AI agents. Written in Python, it functions as a middleware that connects to applications, tools, and databases, continuously syncs their data, and exposes it through a unified search interface optimized for language models. The project positions itself between data sources and AI systems, handling authentication, ingestion, syncing, indexing, and retrieval so that developers do not need to rebuild fragile data pipelines for each agent or integration.

The core workflow involves four steps: connecting to apps, databases, and documents through over 50 supported integrations; having Airweave sync, index, and expose data through a unified retrieval layer; allowing agents to query Airweave via SDKs, REST API, Model Context Protocol, or native integrations with popular agent frameworks; and enabling agents to retrieve relevant, grounded context on demand. The supported integrations span a wide range of enterprise and productivity tools including Airtable, Asana, Jira, Notion, Slack, Salesforce, HubSpot, GitHub, GitLab, Google Workspace applications, Confluence, Linear, Zendesk, Stripe, and many others.

Airweave offers both cloud-hosted and self-hosted deployment options. The cloud version is available at app.airweave.ai, while self-hosted deployment runs locally at http://localhost:8080 and requires Docker and docker-compose. The self-hosted setup uses a start.sh script that automates environment configuration, secret generation, service startup with health checks, and optional API key configuration for OpenAI or Mistral.

The repository shows active development and community engagement. According to GitGenius activity tracking across 97 issues and pull requests, the median response latency is 12.1 hours with a mean of 404.5 hours. The most frequently tracked issue labels are connector requests with 23 items, enhancements with 22 items, and bugs with 17 items, indicating that expanding integration coverage and improving functionality are primary development focuses. The most active contributors tracked by GitGenius are orhanrauf with 179 events, hiddeco with 74 events, and HahaBill with 21 events.

The project maintains overlapping contributors with several major open-source repositories including pandas-dev/pandas, ipython/ipython, and huggingface/transformers, suggesting connections to the broader data science and machine learning ecosystem. The codebase includes automated quality assurance through code quality checks, ESLint validation, and system tests for the public API.

Airweave provides multiple interfaces for interaction including SDKs with documentation, example notebooks, and a command-line interface that enables users to search collections, manage sources, and trigger syncs from the terminal. The CLI outputs rich interactive results for developers and clean JSON output when piped, making it functional for both human developers and AI agents. The project is classified across multiple categories including AI Agents, Framework, Orchestration, Workflows, LLM Applications, Tool Integration, State Management, Deployment, Observability, and Multi-agent Systems, reflecting its broad applicability across the AI infrastructure landscape.

airweave
by
airweave-aiairweave-ai/airweave

Repository Details

Fetching additional details & charts...