Awesome AI AgentsAI Agent Ecosystems

spinabot/brigade

⭐ 3708 TypeScript repository created 2026-06-19

Brigade is an MIT-licensed, self-hosted platform for running a crew of AI agents on the user's own hardware. The agents are arranged on an org chart and share a single long-term memory called Tideline, so knowledge one agent acquires becomes available to the others. Agents delegate work to each other and can switch models mid-task without losing the thread, and they can act inside more than a thousand connected applications. The project positions itself as an ecosystem rather than a single application: the same crew runs on a Raspberry Pi or a server, is installed by default as a small filesystem-backed setup, and can be moved to a self-hosted Convex database when more capacity is wanted. Any model is accepted, including Claude, GPT, Gemini, Llama and local Ollama models. Credentials are handled locally: API keys never leave the machine, there is no account to create, no SaaS intermediary and no telemetry, and a user can instead sign in with an existing Claude, ChatGPT or Copilot subscription or reuse a login already present in the Claude Code or Codex CLI. Privileged actions wait for explicit approval before running. Access points include a terminal chat TUI plus WhatsApp, Telegram, Slack, Discord, iMessage and BlueBubbles, and the project advertises clients for watches, Meta smart glasses and Meta Quest. Version 1.9.0 added a benchmark command that exposes the running crew to the public internet over a tunnel for adversarial testing, using Cloudflare by default or a self-supplied relay such as bore, frp or sish, with an invisible secret key rejecting uninvited traffic; the same function is available under the plainer name brigade expose. Installation is through a shell installer or the npm package @spinabot/brigade.

https://github.com/spinabot/brigade

multi-agentself-hostedagent-crewshared-memorytypescriptpersonal-assistantlocal-first

Also in AI Agent Ecosystems

Shubhamsaboo/awesome-llm-apps

A curated collection of impressive LLM-powered AI applications featuring RAG, AI Agents, Multi-agent Teams, and open-source models from leading AI providers like OpenAI, Anthropic, and Google Gemini.

lobehub/lobehub

LobeHub is a platform that enables users to find, build, and collaborate with AI agent teammates that evolve with them, facilitating multi-agent collaboration and transforming productivity through AI-driven workspaces.

FoundationAgents/MetaGPT

MetaGPT is a multi-agent AI framework that simulates a software company by assigning GPT-based roles to collaboratively automate software development from natural language requirements.

ComposioHQ/awesome-claude-skills

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows.

shanraisshan/claude-code-best-practice

This repository provides best practices and implementations for leveraging Claude AI's agentic engineering features, including subagents, commands, skills, workflows, and memory.

crewAIInc/crewAI

CrewAI is a fast, flexible Python framework for orchestrating autonomous, role-playing AI agents that collaborate to solve complex tasks, offering both high-level simplicity and low-level control for enterprise-grade AI automation.

HKUDS/nanobot

nanobot is an open-source, lightweight personal AI agent, providing a WebUI, chat channels, tools, memory, and model routing for long-running workflows and automation.

sickn33/agentic-awesome-skills

Agentic Awesome Skills is an installable GitHub library providing over 1,900 agentic skills for various AI coding assistants like Claude Code, Cursor, and Gemini CLI.