affaan-m/ECC
ECC is a harness-native operator system designed for agentic AI work, providing a comprehensive solution with skills, memory optimization, security, and research-first development across multiple A...
Awesome AI Agents › Multi-Agent Frameworks
Agent Development Kit (ADK) for TypeScript is an open-source, code-first toolkit from Google for building, evaluating, and deploying AI agents, from single-task assistants to complex multi-agent systems. It is the TypeScript counterpart to the Python ADK, built for the Node.js and browser ecosystems with full type safety, Zod schema validation, and support for ESM, CommonJS, and web runtimes. Developers define agent behavior, orchestration, and tool use directly in code, which the project frames as enabling robust debugging, versioning, and deployment anywhere. Tool parameters support Zod v3 and v4 schemas with compile-time type inference, and the kit ships built-in tools for Google Search, Google Maps, Vertex AI Search, and URL context, alongside the ability to connect MCP servers, wrap any function as a tool, or add code execution. Multi-agent orchestration composes agents into sequential, parallel, loop, and routed workflows and can delegate to remote agents through the A2A protocol. A companion dev-tools package provides an interactive development UI plus CLI commands for scaffolding (adk create), local testing (adk run, adk web), and deployment (adk deploy cloud_run). Authentication works through a Google AI Studio API key or Vertex AI using project and location settings. An agent is defined as an LlmAgent with a name, description, model, instruction, and a list of tools, and can then be run from the CLI or the web UI. ADK for TypeScript targets developers who want explicit, versionable control over agent logic rather than a low-code interface.
https://github.com/google/adk-js
ECC is a harness-native operator system designed for agentic AI work, providing a comprehensive solution with skills, memory optimization, security, and research-first development across multiple A...
Ruflo is a leading agent orchestration platform for Claude, enabling the deployment of intelligent multi-agent swarms, coordination of autonomous workflows, and building conversational AI systems.
Oh My Claude Sisyphus (OMC) is a multi-agent orchestration framework for Claude Code, simplifying complex AI agent workflows without a steep learning curve.
JARVIS is a collaborative AI system that connects large language models with expert AI models from HuggingFace to autonomously plan, execute, and integrate complex AI tasks.
Rowboat is an AI-powered platform that enables users to build and manage multi-agent swarms using natural language, integrating tools and knowledge for automated workflows and deployment via API or SDK.
Edict is an OpenClaw Multi-Agent Orchestration System featuring 9 specialized AI agents, a real-time dashboard, model configuration, and full audit trails, inspired by ancient Chinese imperial gove...
Memori is a versatile SQL native memory layer designed to enhance LLMs, AI agents, and multi-agent systems with advanced memory management, seamless integration, and high performance.
DeepCode is an open-source project that uses multi-agent AI systems to convert research papers and natural language into production-ready code through both CLI and web interfaces.