AI工具 Skill技能库 关于道场
TypeScript AI工具 开源 ai-agents ai-coding autonomous-agents claude claude-code devops discord-bot linear llm multi-agent orchestrator pair-programming vector-database

Openswarm:自主智能体团队基于代码控制集成内存

GitHub |2026-07-02

OpenSwarm — 自主智能体 AI dev 团队 orchestrator 基于 Claude 代码 CLI. Discord 控制, Linear 集成, cognitive 内存.GitHub 814 ⭐ / 141 Fork,主要使用 TypeScript 开发。标签:ai-agents,ai-coding,autonomous-agents,claude,claude-code。访问项目:https://github.com/unohee/OpenSwarm

项目介绍

OpenSwarm — 自主智能体 AI dev 团队 orchestrator 基于 Claude 代码 CLI. Discord 控制, Linear 集成, cognitive 内存.

核心功能

- `codex-responses` — ChatGPT subscription via OAuth (Codex models, native loop) — easiest start - `codex` — external `codex` CLI · `openrouter` — any model (API key/OAuth) · `gpt` — OpenAI OAuth - `lmstudio` / `local` — local servers, no account · `claude` — `claude -p` CLI (opt-in fallback)

使用指南

Quick Start ``` npm install -g @intrect/openswarm openswarm init # interactive setup wizard — provider auth + Linear OAuth + config openswarm doctor # verify your environment (runtime, native deps, providers, ports) openswarm # launches the TUI chat ``` `openswarm init` walks you through provider authentication, optional Linear OAuth (team/project picker), and writes a validated `config.yaml`. Prefer wiring a provider by hand? You need one first: `openswarm auth login` (ChatGPT OAuth, used by `codex`/`gpt`), `openswarm auth login --provider openrouter` (or `export OPENROUTER_API_KEY=…`), or just have an authenticated `claude` on PATH. Check what's wired with `openswarm auth status`, and diagnose any gaps with `openswarm doctor`.

项目信息

项目信息
项目名称unohee/OpenSwarm
Star 数814
Fork 数141
编程语言TypeScript
开源协议MIT
创建时间2026-02-23
最近更新2026-07-01
主题标签ai-agents、ai-coding、autonomous-agents、claude、claude-code

项目地址

GitHub 仓库:<https://github.com/unohee/OpenSwarm>

> 完整 URL:[https://github.com/unohee/OpenSwarm](https://github.com/unohee/OpenSwarm)

如需查看完整源码、安装命令、使用示例、API 文档,请直接访问上方项目地址。所有信息均以 GitHub 仓库为准。