OpenHands/OpenHands
OpenHands is an AI-powered platform that automates software development tasks, enabling developers to code less and produce more by modifying code, running commands, browsing the web, and integrating APIs efficiently.
LangGraph Multi-Agent Swarm is a Python library designed to create swarm-style multi-agent systems using the LangGraph framework. This system enables multiple specialized agents to collaborate dynamically by handing off control to one another based on their expertise. The architecture ensures continuity by remembering which agent was last active, allowing conversations to resume seamlessly with the appropriate agent. Key features include multi-agent collaboration, customizable handoff tools for agent communication, and built-in support for streaming, short-term and long-term memory, and human-in-the-loop interactions. The library is built on top of LangGraph, a robust framework for building agent applications, and offers out-of-the-box functionalities to enhance multi-agent workflows. Users can install the library easily via pip and integrate it with models like OpenAI's GPT-4o. The system supports memory management through checkpointers and stores, which are essential for maintaining conversation state across multiple interactions. Customization options are extensive, allowing users to modify handoff tools to change tool names, descriptions, and data passed between agents, or to implement custom agent behaviors by adjusting state schemas and message handling. This flexibility makes it suitable for complex multi-agent applications where agents need to specialize and collaborate efficiently. The project includes detailed examples and documentation to help users get started quickly and tailor the system to their specific needs.
https://github.com/langchain-ai/langgraph-swarm-py
OpenHands is an AI-powered platform that automates software development tasks, enabling developers to code less and produce more by modifying code, running commands, browsing the web, and integrating APIs efficiently.
Strix is an open-source AI-driven security testing platform that autonomously finds, validates, and helps fix application vulnerabilities through dynamic and collaborative AI agents.
Goose is an open-source, native AI agent available as a desktop app, CLI, and API, designed for diverse tasks like code, research, writing, and automation, supporting over 15 LLM providers.
Shannon is an autonomous AI pentester for web applications and APIs, analyzing source code, identifying attack vectors, and executing real exploits to prove vulnerabilities.
A comprehensive collection of 44 specialized AI subagents for Claude Code that enhance development workflows with domain-specific expertise across software development, infrastructure, security, data, and business domains.
AgentScope is a transparent, modular, and customizable framework for building LLM-empowered multi-agent applications with real-time control and asynchronous execution.
OfficeCLI is an open-source command-line interface and API enabling AI agents to read, edit, and automate Word, Excel, and PowerPoint files without needing Office suite installations.
Deep Agents is an open-source agent harness built on LangChain and LangGraph that enables AI agents to plan, execute, and delegate complex long-horizon tasks using customizable tools, subagents, and human-in-the-loop workflows.