Skip to content

Latest commit

Β 

History

739 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AgentSwarms β€” Unified Agentic AI and Business Intelligence

Deploy your own agentic AI & data platform.
Build agents and multi-agent swarms, move data in with ETL, land it in a lakehouse you own, and answer questions over it with BI and an AI analyst β€” on your own infrastructure, with your own keys.

License: Elastic License 2.0 PRs Welcome Node TanStack Start Supabase Deploy

Screenshots Β· Features Β· Quickstart Β· Documentation Β· Self-host vs. hosted Β· Contributing


AgentSwarms is a self-hosted, source-available platform with two halves that need each other: agents that can act, and a data platform worth pointing them at.

The agent side is what you'd expect β€” agent chat, a visual canvas for multi-agent swarms, knowledge bases with RAG (hybrid search, parent-child and Q&A indexing), MCP in both directions, batch evaluations, and execution traces with per-call costs.

The data side is the part most agent platforms leave to you. ETL pipelines move data in, from object storage, databases, HTTP APIs and change-data-capture β€” a visual canvas or plain Python, on a schedule, with retries and incremental watermarks. The lakehouse gives it somewhere to live: DuckDB over zstd Parquet in your own bucket with a transactional catalog, so you get columnar scans, snapshot time travel and materialized views without renting a cluster. BI reads it back β€” dashboards, alerts, and an AI Analyst that writes the SQL and shows its work.

What joins the halves is that governance is shared rather than rebuilt per surface. A semantic layer holds your metric definitions, so an agent asked about revenue uses the same definition your finance team does instead of guessing at a column. The data catalog tracks lineage, so an answer traces back to the table it came from. Row filters and column masks on a lakehouse table apply to the analyst, the dashboard and the agent alike. Model rules, spend budgets and a hash-chained audit trail apply per user and per group, and they run before the call rather than reporting on it afterwards.

Existing warehouses connect directly too β€” Snowflake, BigQuery, Databricks, Redshift, Trino, ClickHouse, Oracle, SQL Server, Postgres and MySQL among them β€” alongside file uploads and SaaS sources like Stripe, Shopify and HubSpot. Use the lakehouse when you want storage you own; point at your warehouse when the data already lives there.

Running it takes one Supabase project and one Docker command. Your data stays in that Supabase project, and models run on your own provider keys: OpenRouter, OpenAI, Anthropic, Gemini, Bedrock, Azure, OCI, Qwen, Grok, Groq, Ollama, vLLM. Set one instance-wide OpenRouter key and people can start without configuring a provider at all.

A look at it

Swarm canvas β€” design a multi-agent workflow as a graph and run it end to end. Each node is a step (agent, router, condition, loop, approval, tool call); the inspector sets its provider, model, prompt, tools and knowledge. The same graph runs from the canvas, from the API and on a schedule β€” the canvas edits a draft, and API keys and schedules keep serving the last published snapshot until you promote it.

The swarm canvas: a nine-node "Earnings Call Analyst Desk" workflow, with the node palette on the left and the selected agent node's configuration on the right

AI Analyst β€” a dedicated conversational-analysis surface: create analysts (a reasoning model pinned to your data, nothing else to configure) that plan each question into steps, write and run the SQL, check their own work, and write up findings where every number cites its step. Every step gets its own chart, can be pinned to a dashboard or edited and re-run, and the whole trace exports as a branded PDF. Contribution analysis, trends, outliers and projections are computed in code rather than narrated β€” and it asks a clarifying question instead of guessing when one is genuinely needed.

Part of an "AI Analyst" analysis steps and result

ETL pipelines β€” move data between systems on a canvas or write ETL code in Python: sources into joins, aggregates, quality gates and targets, with the compiled Python one toggle away and AI generate/refine on your own model. Runs execute on a sandboxed kernel β€” credentials reach process memory only, never the code or the container environment β€” on a schedule or a webhook, with retries, overlap guards and incremental watermarks. Every successful load re-crawls its destination, so new tables show up in the catalog for BI, the analyst and agents.

The ETL visual editor: a reconciliation pipeline as a graph β€” orders and payments through dedupe, aggregate and a full outer join into matched and exception targets β€” with the selected join node's configuration open on the right

Lakehouse β€” a columnar warehouse of your own, under Data & BI. Browse schemas, tables, columns and snapshots; query them with governed SQL or plain language; and see what a query actually scanned. Tables are zstd Parquet in your own bucket with a Postgres catalog, so compute stays stateless and nothing is locked in.

The Lakehouse: the object explorer listing analytics and raw_lake schemas beside a SQL editor with Run, Explain and Save-as-view, and the query's results below

BI Workspace β€” multi-page dashboards over your connected tables and warehouses, with KPIs, cross-filtering, scheduled refresh, PDF export and publish-and-share links.

A published "Formula 1 Analytics" dashboard showing KPI cards and bar and doughnut charts across multiple pages

Agent Chat, with Visual BI β€” ask a question in plain language and get a chart computed from your own data beside the answer. The SQL that produced it is shown as the source, so the number is checkable rather than asserted.

Agent Chat answering "give me profit region wise" with a bar chart and the generated SQL listed as the source

Agent Chat, generating documents β€” turn the conversation and your data into a real, editable PowerPoint, Word document or Excel workbook. The Excel can pull every row with live formulas rather than a pasted snapshot.

Agent Chat showing a generated Word document and PowerPoint deck, each with a preview thumbnail and a download button

Developer workspace β€” Python notebooks on sandboxed server kernels with real langchain, langgraph and llama_index installed. Model and knowledge-base calls are brokered by the platform, so no provider key ever exists inside the sandbox. Notebooks can call your deployed agents, and can themselves be published as callable APIs.

The Developer workspace showing the read-only "LangChain fundamentals" sample notebook with runnable Python cells

This repo vs. agentswarms.fyi

Same UI, two different missions:

This repository (source-available, Elastic License 2.0) agentswarms.fyi (hosted)
Focus Easy deployment of the full agentic AI & data platform on your own infrastructure β€” agents, swarms, RAG, ETL, the lakehouse, dashboards, traces, budgets. Learning first: a hands-on classroom for agentic AI β€” guided curriculum, build-along labs, interactive notebooks, presentations, and certification β€” fully managed.
Runs on Your Supabase project, your provider keys, your Docker host. Managed infrastructure, including an AI gateway with free-tier models β€” nothing to configure.
Extras Headless control of your own data; no usage caps other than your own budgets. Hosted-only surfaces: field-engineering blog, community galleries, voice agents, and free standalone tools.
Best for Teams and tinkerers who want to run an agentic AI platform they own. Learners who want to study and practice agentic AI without setting anything up.

The "AgentSwarms" name and the hosted service remain with the project author.

Features

πŸ€– Agent Chat Build an agent, wire up tools, and chat with it in-browser (under Build β†’ Agent Chat), with full request/response traces. Flip on Visual BI to render a chart from your connected tables next to the answer, and generate a fully-editable PowerPoint, Word or Excel from your prompt + the conversation β€” the Excel can pull all rows with live formulas. See Agent Chat & document generation.
🐝 Swarm canvas Design multi-agent workflows visually (built on XYFlow) and execute them end-to-end β€” from the canvas, from the API, or on a schedule. Deployed runs checkpoint as they go, so a run survives a restart or deploy, and a human-approval step parks the run until someone decides rather than rubber-stamping it or failing.
πŸ“š Knowledge Base / RAG Upload documents, ingest pages and repos, or connect Google Drive, Notion, SharePoint and Dropbox β€” synced on a schedule with two-level dedup so unchanged files are never re-downloaded and unchanged content is never re-embedded. Chunk + embed (pgvector), ground agents with citations, and scope synced documents per source: everyone with the KB, owner-only, or mirrored from the provider's own sharing. See the knowledge-base guide.
🏒 Data Sources 27 connectors. 22 databases and warehouses β€” PostgreSQL, MySQL, Microsoft SQL Server / Azure SQL, Oracle, Redshift, Snowflake, Databricks, BigQuery, Azure Synapse, Trino/Starburst/Presto, Athena, ClickHouse, CockroachDB, TimescaleDB, AlloyDB, Greenplum, YugabyteDB, MariaDB, SingleStore, StarRocks, Apache Doris, PlanetScale β€” queried in place, read-only, encrypted credentials. Plus 5 apps pulled into datasets on a schedule: Google Sheets, Stripe, Shopify, HubSpot, Salesforce β€” and the built-in lakehouse, which needs no credentials at all. Feed the SQL workbench, SQL agents, BI charts, ontologies and scheduled refreshes. See Data sources & connectors.
πŸ”‘ Secrets Manager Store credentials once (encrypted, write-only) and reference them anywhere as {{secret:NAME}} β€” warehouse connections, provider keys. Superadmins share secrets with users/groups via IAM.
πŸ—‚οΈ Data Catalog Connect warehouses, S3-compatible buckets (AWS S3, Google Cloud Storage, Cloudflare R2, MinIO, Spaces, B2) or an Iceberg REST catalog through a wizard; the crawler lists every table and object, groups partitioned folders into datasets, infers CSV/JSON schemas by sampling, profiles columns (null %, distinct counts, ranges), estimates row counts, and flags likely-PII columns. Schedule daily/weekly incremental crawls with schema-drift notifications, generate asset + column documentation with AI, certify or deprecate assets with owners and tags, trace lineage and usage (which dashboards, prep flows and metrics consume each table), define a business glossary, and jump straight into the SQL workbench.
πŸ“Š Business Intelligence A dedicated AI Analyst (Spotter-style): reasoning-model analysts scoped to your data that plan β†’ query β†’ self-check β†’ refine β†’ write up, with a fully transparent step trace and one-click PDF export. Plus a BI Workspace with drag-and-drop dashboards: build charts from local datasets or connected data sources, generate visuals (or whole dashboards) with the AI analyst, then publish with a public link or share with IAM groups. Enterprise depth included: click-to-cross-filter and drill-down on every chart type (incl. maps, treemaps, heatmaps), drill-through that pushes the widget's filters, your drill level and the cross-filter into the query so the row count is real and the cap is disclosed, locale/currency number formatting, dashboard filters with date presets and pinned defaults, expandable matrix (pivot) with subtotals, version history with restore, scheduled refreshes with email reports and "what changed" insight digests, incremental refresh (re-query only a trailing date window), SQL aggregation pushdown so totals stay complete past the snapshot cap, data alerts (in-app + email), row-level security and column-level masking on shared dashboards (both enforced server-side), usage analytics, and a mobile-stacked layout. Organize dashboards into workspaces & folders with read-only group sharing, promote a personal draft into a shared workspace, and export model/dashboard definitions to a Git repo (GitHub/GitLab).
πŸ” ETL Pipelines Move data between systems under Data & BI β†’ ETL Pipelines: a Glue-style visual canvas (sources β†’ joins/aggregates/transforms β†’ targets, with the compiled Python one toggle away), a full code mode, and AI generate/refine with your own provider and model. Sources: S3-compatible storage (CSV, TSV, JSON, JSONL, Parquet, Excel), PostgreSQL/MySQL/SQL Server-family databases, change-data-capture from Postgres logical slots, HTTP APIs, webhook ingest, the lakehouse, and custom Python. Targets: object storage (Parquet/CSV/JSONL), the same database families, native Snowflake/BigQuery/Databricks, and the lakehouse β€” with replace/append/merge. Operability included: cron schedules with real timezone math, a retry ladder with exponential backoff, overlap guards, run chaining, engine-managed incremental watermarks, per-target schema-drift policy, quality gates that fail/warn/drop rows, per-node data preview, version history with restore, and per-pipeline alert policy on failure, success or recovery. Runs execute on the sandboxed runtime β€” credentials reach process memory only, never code or container env β€” and every successful load re-crawls the destination so new tables appear in the Data Catalog for BI, the AI Analyst and agents. See ETL pipelines.
πŸ›οΈ Lakehouse A columnar warehouse built in, under Data & BI β†’ Lakehouse: DuckDB over zstd Parquet in your own object storage, with a Postgres transactional catalog. Browse schemas/tables/columns, query with governed SQL or NLβ†’SQL, and read a table as of any snapshot (time travel). Because compute is stateless per request, it scales with your app behind a load balancer instead of a cluster you rent β€” writes serialise through the catalog's ACID commits, and a losing commit is retried automatically. Warehouse features that matter: partitioning for scan pruning, a result cache keyed on the catalog snapshot (so a write invalidates it rather than a timer), EXPLAIN with rows-scanned, materialized views rebuilt on a schedule in a single commit, memory limits with spill to disk, and hourly compaction that merges small files and expires old snapshots. Mount a data lake as a read-only schema and join raw Parquet/CSV/JSON in place. Governance is first-class: one chokepoint classifies and access-checks every statement before the engine sees it, plus row filters and column masking per table β€” enforced by rewriting the query's parse tree, so a CTE or alias can't evade them. It registers as a warehouse with no credentials to enter, so BI, the AI Analyst and agents' warehouse_query reach it immediately. See the lakehouse guide.
πŸ” Observability Inspect every tool call, token, and cost in a full execution trace β€” plus an audit trail of who did what (model calls, dataset & warehouse queries, dashboard views, catalog crawls) with a configurable retention window, and admin-only spend analytics broken down by user and IAM group.
🌐 Web search & browsing Give agents the web_search and web_browse tools. Both work with no key: page reads use a built-in fetcher that strips page chrome and converts to markdown (server-rendered pages only β€” it does not run JavaScript, and says so when a page comes back empty), and search falls back to DuckDuckGo's Instant Answer API, which returns entity summaries rather than ranked results. For real web search and JavaScript-rendered pages, connect Firecrawl on the Integrations page (or set FIRECRAWL_API_KEY), or bring your own Brave / SerpAPI / Tavily / ScrapingBee key per agent. Every model-driven fetch is SSRF-guarded. See Web search & browsing.
πŸ”Œ BYOK + MCP + A2A Encrypted per-user provider keys, MCP server connections, swarm export to LangGraph/CrewAI/OpenAI SDK/Strands, and an A2A endpoint.
πŸ› οΈ MCP Builder Write an MCP server in Python with FastMCP under Build β†’ MCP Builder, deploy it to the same sandboxed kernel the Developer workspace uses, and get a real Streamable-HTTP endpoint. It scales to zero by default (or stays warm), registers itself so your own agents can call it, and can be exposed publicly with hashed API keys that support expiry, per-tool and per-IP limits. Secrets bind as environment variables without ever entering the container environment, and a redeploy that changes any tool name, description or schema blocks calls until you re-approve β€” the anti "rug pull" control MCP's own security guidance asks for. Needs the server runtime enabled.
🌍 Web Embedding + React SDK Put chat agents, swarm tasks, BI dashboards and the AI Analyst on any website. Two integration paths, one key: a copy-paste iframe snippet, or the React SDK (@agentswarms/react, in sdk/react) with headless hooks (useAgentChat, useAgentAnalyst) and a themeable drop-in <AgentChat /> for full UI control. Either way, every control is enforced server-side: domain allow-list, key expiry, per-key monthly budget cap, rate limits, guardrails and IAM model rules β€” disable the key and every integration stops instantly.
πŸ›‚ IAM Superadmins, groups, invite/manual user provisioning, per-user/group model allow-lists, read-only sharing of KBs and data tables, row filters + hidden columns on dashboard shares, invite-only mode.
πŸ““ Developer workspace Python notebooks on sandboxed server kernels β€” real CPython with working pip install and genuine LangChain, LangGraph and LlamaIndex imports, not a browser emulation. Ships with read-only, runnable samples for each plus a mixed agentic-stack capstone (knowledge base, tools, skills, guardrails, MCP) β€” fork any of them to edit. The built-in agentswarms helper calls your connected models, searches your knowledge base and runs your saved agents and swarms, all governed by IAM rules and logged in Traces β€” no provider key ever exists inside the sandbox. A notebook can also be published as a callable API, and versioned to Git as plain Python. Operators enable the runtime under Admin β†’ Developer runtime; see the runtime guide.
πŸ›‘οΈ Guardrails & evals Prompt-injection tests, PII redaction, and LLM-as-judge scoring you can run against your own agents.

Quickstart

One-command setup β€” after you've created a Supabase project and put its keys in .env (see below), a script handles the rest (secrets, deps, migrations, and bringing up the stack):

cp .env.example .env      # fill in your Supabase keys, then:
bash scripts/setup.sh --all           # EVERYTHING  β†’  http://localhost:8080
# bash scripts/setup.sh               # core stack only (the app; optional services off)
# bash scripts/setup.sh --dev         # local dev server instead
# Windows PowerShell:  powershell -ExecutionPolicy Bypass -File scripts\setup.ps1 -All

No Supabase account at all? One command deploys the entire solution β€” self-hosted Supabase (Docker) + the app β€” with nothing to sign up for and nothing to copy by hand. The script downloads and starts the official Supabase Docker stack, generates every secret and key (Postgres password, JWT secret, the API keys signed from it), applies the schema, creates your admin user, and writes all of it into .env automatically before bringing up the app:

bash scripts/setup-selfhosted.sh --all      # Supabase + EVERYTHING  β†’  http://localhost:8080
# ADMIN_EMAIL=you@corp.com bash scripts/setup-selfhosted.sh --all   # non-interactive
# Windows: run it in WSL or Git Bash, with Docker Desktop running

Budget ~2 GB of image pulls and +2 vCPU / +4 GB RAM for the Supabase stack. Details, production hardening and the manual equivalent: INSTALL.md Β§ self-hosted and DEPLOYMENT.md Β§ Self-hosted Supabase.

Or do it by hand β€” there is no separate backend to install, since Supabase is the backend (Postgres + Auth + Storage), run as a free-tier hosted project rather than installing anything yourself:

git clone https://github.com/AgentSwarms-fyi/agentswarms.git
cd agentswarms
npm install
cp .env.example .env   # fill in your Supabase + provider keys
# apply the database schema once: npx supabase login && npx supabase link && npx supabase db push
npm run dev            # β†’ http://localhost:8080

Self-host with Docker (any Node-capable host β€” VPS, Fly, Railway, Render, K8s):

cp .env.example .env   # fill in Supabase + keys, apply migrations once
docker compose --profile all up --build
# β†’ http://localhost:8080   (plain `docker compose up --build` starts the app alone)

--profile all (or the setup script's --all) brings up the optional services too: the document renderer (native PowerPoint/Word/Excel), the JS sandbox (custom code in deployed swarm runs) and the Developer-workspace runtime (real Python kernels). They are separate profiles because each costs something β€” LibreOffice is a large image, and the notebook runtime needs Docker-socket access through a least-privilege proxy. Once up, Observability β†’ Monitoring shows every service's health in one place.

First time? Follow the full installation guide β€” it covers every step on macOS, Linux, and Windows, including the Supabase dashboard clicks and a troubleshooting section for the errors people actually hit. Wondering what hardware you need (spoiler: a 2 vCPU / 4 GB VM, no GPU)? See System requirements & sizing.

"Does it handle billions of rows?" Aggregate queries compile to SQL that runs inside your warehouse β€” or inside the lakehouse, where columnar scans and partition pruning keep large tables workable on one node, and a query that outgrows RAM spills to disk instead of failing. Either way only the grouped result travels. Anything that materialises locally is capped β€” local datasets at 500k rows, dashboard snapshots at 500 rows, warehouse result sets at 1,000 (5,000 hard ceiling). Every number, and the environment variable that changes it, is in Scale and limits. The honest ceilings of single-node compute are spelled out in the lakehouse guide.

Documentation

The docs live in docs/, one focused guide per topic:

Guide What it covers
Installation Complete local setup on macOS / Linux / Windows: prerequisites, Supabase project, environment variables, first run, and troubleshooting.
System requirements & sizing Minimum hardware (a 2 vCPU / 4 GB VM β€” no GPU), sizing scenarios from a solo pilot to 1,000 users, token budgets by model tier, GPU sizing for self-hosted models, and monthly cost tables for AWS / GCP / Azure / OCI across US, Europe, Middle East, India and APJC regions.
Scale and limits What is bounded and by what: aggregation pushes down into your warehouse, local datasets cap at 500k rows, dashboards default to a 500-row snapshot. Every row/timeout/concurrency cap with the env var that changes it.
Model pricing Where a cost_usd figure comes from: the provider's own reported charge first, then operator overrides, a git-vendored catalog synced from LiteLLM and OpenRouter, and self-hosted zeroes. How npm run prices:refresh works, why an unknown price is flagged rather than recorded as free, and how history is re-priced.
Production deployment Every path: local desktop, a single cloud VM (OCI/AWS/GCP), autoscaled VMs behind a load balancer, and Kubernetes β€” plus TLS, scheduling/cron, health checks, backups, and PWA install.
Testing Running the suite, the differential SQL-engine harness, and what CI does and does not gate.
Database schema health check The pop-up that catches an unapplied migration β€” a contributor pulled code that expects a column/table their Supabase project doesn't have yet β€” and shows copyable supabase db push / migration up / db reset commands instead of a cryptic PostgREST error. How to register a new check when you add a migration.
Agent Chat & document generation Chatting with a saved agent, per-agent Visual BI answers, and generating fully-editable PowerPoint / Word / Excel from your prompt (with Sample vs. full-data scope and live Excel formulas) β€” plus embedding an agent on your own site.
Data sources & connectors Every database / warehouse / lakehouse connector (PostgreSQL, MySQL, Oracle, Redshift, Snowflake, Databricks, BigQuery, Synapse, Trino, Athena): fields, the read-only + encrypted-credential model, {{secret:NAME}} references, and how sources feed the catalog, BI and agents.
Business Intelligence Dashboards and the AI analyst: 19 visual types incl. the AI-built ontology, drill-down & forecasting, scheduled refresh + data alerts, AI-generated dashboards, workspaces & folders, dev→prod promotion, Git export, publishing / embedding / export, data prep, and connectors.
Semantic Layer Governed metrics + dimensions defined once and consumed by both BI and AI agents (the metric_query tool), so business definitions compute consistently and the AI picks names instead of writing SQL. Models can declare LEFT/INNER joins, so metrics span a star schema without pre-joining.
ETL pipelines Visual-canvas and code pipelines with AI generation: supported sources and targets, change-data-capture, quality gates and schema-drift policy, the execution model on the sandboxed runtime, credentials, scheduling and retries, the webhook trigger, and the catalog re-crawl that makes loaded data queryable everywhere.
End to end: data and AI A worked scenario across the whole platform: three systems that disagree about revenue, seven planted defects that each produce a believable wrong number, and the pipeline, lakehouse, semantic metric, dashboard, agent tools and row/column policy that make them agree. Every figure came from a real run.
Lakehouse The built-in columnar warehouse: architecture (DuckDB + Postgres catalog + Parquet), configuration, the governance chokepoint, mounting a data lake, partitioning and caching, materialized views, row/column security, concurrent-write behaviour, maintenance, and how it scales behind a load balancer.
Knowledge bases Sources incl. Google Drive, Notion, SharePoint and Dropbox connectors, scheduled sync with two-level dedup (unchanged files aren't re-downloaded, unchanged content isn't re-embedded), per-source access scopes incl. provider-ACL mirroring, and the credential/security model.
Access control (IAM) & SSO Superadmins, groups, user provisioning, model allow-lists incl. the deny-by-default instance policy, read-only resource sharing, invite-only mode, and SAML SSO.
Developer workspace runtime Standing up the sandboxed Python kernels behind notebooks: the Docker/Kubernetes/E2B backends, the threat model and hardening, the egress allow-list, and how model and knowledge-base calls are brokered so no key reaches the sandbox.
Extending agents Adding skills (markdown skill.md capabilities, no code) and built-in tools (definition + handler + gate in the registry), plus how tool-routing guidance keeps source selection sane.
Architecture Tech stack and project structure.
The engineering behind AgentSwarms How it is built, in seven chapters: request lifecycle, agent and swarm runtimes, the three sandboxes, the security model, scale and concurrency, and the conventions that keep it from drifting.

Contributing

Contributions are welcome β€” see CONTRIBUTING.md for the workflow, and please read the Code of Conduct first.

Security

Found a vulnerability? Please see SECURITY.md for how to report it responsibly instead of opening a public issue.

License

AgentSwarms is source-available under the Elastic License 2.0 (ELv2). In plain terms: you may freely use, self-host, modify, and redistribute it β€” but you may not offer it to third parties as a hosted or managed service, and you may not remove the licensing/copyright notices. A separate commercial license is available from the author for use cases ELv2 doesn't permit (including running it as a SaaS) β€” reach out if that's you.

The "AgentSwarms" name, logo, and the hosted service are trademarks of the project author and are not licensed for your use; ELv2 covers the code, not the brand.

Every direct dependency uses a permissive license (MIT / Apache-2.0 / ISC / BSD), compatible with redistribution under ELv2 β€” the full audit and credits for the open-source projects AgentSwarms builds on live in ACKNOWLEDGEMENTS.md.


Built with TanStack Start and Supabase β€” an agentic AI & data platform you own.