Packages an AI agent's memory — data, embeddings, search indexes, and metadata — into one portable .mv2 file, replacing multi-service RAG stacks. Combines BM25 and HNSW search with temporal queries and sub-millisecond local reads, fully offline.
Wraps Claude Code as an MCP server that orchestrates 100+ specialized agents into self-organizing swarms — hierarchical, mesh, or adaptive consensus — backed by persistent vector memory, coordination hooks, and secure cross-machine federation.
Wraps Claude Code and Codex with an execution harness that turns one coding agent into coordinated swarms. A single init command adds ~98 agents, an MCP tool server, cross-session vector memory, and cross-machine federation.
Run Claude as a programmatic agent in Python: one-shot query() calls or a stateful ClaudeSDKClient for multi-turn loops. Define in-process tools, lifecycle hooks, and per-tool permissions; it bundles the Claude Code CLI and exposes its full toolset.
Orchestrates 10+ coding agents (Claude Code, Codex, Gemini CLI) from a kanban board: plan tasks as issues, then run each in an isolated workspace with its own branch, terminal, and dev server. Inline diff review and one-click PR creation.
Demonstrates orchestration of specialist customer-service agents built with the OpenAI Agents SDK, pairing a Python backend for agent logic with a Next.js UI (ChatKit) to visualize routing, guardrails, and demo flows. Useful for prototyping multi-agent customer-service workflows; uses mock flight data and requires an OpenAI API key.
Forwards local terminal sessions to any web browser, so you can watch and steer long-running CLI processes — including AI coding agents like Claude Code — from a phone or another machine. A macOS menu-bar app proxies PTY output over WebSocket.
Trains and optimizes AI agents with reinforcement learning using almost zero code change. Works with any agent framework (LangChain, OpenAI Agents SDK, AutoGen, CrewAI) or none, and can selectively optimize a single agent inside a multi-agent system.
Provides a terminal REPL that gives AI coding agents a persistent, structured context memory (a versionable context tree) which can be synced across machines. Distinguishes itself with local-first TUI workflows, Git-like versioning for knowledge, and broad multi-LLM and agent tool integrations; source-available under Elastic License 2.0.
Provides a visual, low-code environment to build, debug, and deploy AI agents—integrates model services (OpenAI, Volcengine), RAG, plugins, workflows, and a Chat SDK for embedding agents into apps.
Chinese-enhanced fork of TradingAgents that runs multi-agent LLM stock analysis for A-share, HK and US markets, adding domestic models (Qwen, DeepSeek) and local data sources (Tushare, AkShare, BaoStock), with report export to Word and PDF.
Terminal coding agent forked from Google's Gemini CLI, retuned for Qwen3-Coder with a custom parser and tool protocol. Runs against OpenAI, Anthropic, Gemini, Qwen or local models, and adds subagents, agent teams, auto-memory and MCP.