awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
HKUDS avatar

HKUDS/ClawTeam

0
View on GitHub↗
5,332 stele·731 fork-uri·Python·MIT·6 vizualizări

ClawTeam

ClawTeam este un framework pentru coordonarea mai multor agenți LLM (Large Language Model) pentru automatizarea fluxurilor de lucru tehnice complexe. Operează ca un automatizator și orchestrator de fluxuri de lucru agentice care gestionează roiuri de agenți specializați folosind o arhitectură lider-worker pentru a delega și executa sarcini.

Sistemul se distinge prin furnizarea de spații de lucru izolate pentru dezvoltare paralelă, alocând fiecărui agent un git worktree și un branch dedicat pentru a preveni conflictele de merge. De asemenea, permite integrarea instrumentelor CLI externe prin împachetarea lor într-un model standardizat de intrare și execuție în director, permițând agenților CLI personalizați să funcționeze în cadrul roiului coordonat.

Framework-ul acoperă gestionarea ciclului de viață al agenților și urmărirea sarcinilor printr-un sistem kanban partajat pentru a gestiona dependențele. Include capabilități pentru comunicarea între agenți folosind transport bazat pe fișiere sau peer-to-peer, configurare bazată pe profiluri pentru setările modelului și monitorizarea activității roiului în timp real prin dashboard-uri și vizualizări de terminal.

Features

  • Multi-Agent Coordination Systems - Provides a framework for multiple specialized agents to collaborate and delegate sub-processes via a leader-worker architecture.
  • Agent Swarms - Coordinates multiple LLM agents using a leader-worker architecture to automate complex technical workflows.
  • Agent Lifecycle Management - Provides operations for creating and managing the runtime lifecycle of AI agent instances within a swarm.
  • Worktree Isolation - Uses Git worktrees to provide isolated file states for parallel agent tasks, preventing merge conflicts.
  • Parallel Worktree Development Sessions - Executes concurrent development sessions across multiple isolated Git worktrees to prevent conflicts.
  • Programmatic Agent Spawning - Dynamically spawns new worker agents with dedicated identities and isolated worktrees to execute specific tasks.
  • Agentic Workflow Automation - Operates as an automation engine that coordinates AI agents to execute complex technical workflows.
  • Multi-Agent Orchestration - Coordinates the decomposition and delegation of tasks across a swarm of specialized AI agents.
  • Coordinator-Worker Orchestration - Implements a coordinator-worker orchestration pattern to delegate complex workflows to specialized worker agents.
  • Wrappers - Provides a standardized input and directory execution model to wrap external command-line tools into the agent swarm.
  • Agent Task Dependency Resolvers - Automatically unblocks and resolves task dependencies for AI agents using a shared state tracking system.
  • Kanban-Based Tracking - Tracks agent progress and automatically triggers dependent tasks through a shared kanban system.
  • Git Workspace Isolations - Prevents merge conflicts by assigning each agent a dedicated git worktree and branch for parallel development.
  • Agent Lifecycle Management - Manages the startup, shutdown, and idle states of autonomous agents to maintain swarm efficiency.
  • Agent Task Managers - Manages software engineering tasks and agent lifecycles using a shared kanban system and execution plans.
  • Agent-to-Agent Communication - Implements file-based and peer-to-peer transport mechanisms for communication between distributed agents.
  • Team Bootstrapping - Bootstraps complete teams of agents with predefined roles and prompts using configuration templates.
  • Agent Configuration Profiles - Saves provider and model settings into named configuration profiles for initializing agent instances.
  • CLI Wrappers - Standardizes external command-line tools into a consistent input and directory execution model for agent consumption.
  • Task Tracking Systems - Provides a shared kanban system for monitoring agent progress and managing technical task assignments.
  • Agent Model Profiles - Provides named profiles for AI model parameters and provider settings to decouple configuration from environment variables.
  • Agent and Integration Interfaces - Bridges command-line functionality with autonomous agents by wrapping external CLI tools for task execution.
  • Plan Approval Workflows - Implements mechanisms for human-in-the-loop review, modification, and approval of proposed agent implementation plans.
  • AI Agent Activity Monitors - Tracks agent progress and tool usage in real-time through terminal kanban boards and web dashboards.
  • Autonomous Research Agents - Swarm intelligence for distributing research tasks across parallel agents.

Istoric stele

Graficul istoricului de stele pentru hkuds/clawteamGraficul istoricului de stele pentru hkuds/clawteam

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face hkuds/clawteam?

ClawTeam este un framework pentru coordonarea mai multor agenți LLM (Large Language Model) pentru automatizarea fluxurilor de lucru tehnice complexe. Operează ca un automatizator și orchestrator de fluxuri de lucru agentice care gestionează roiuri de agenți specializați folosind o arhitectură lider-worker pentru a delega și executa sarcini.

Care sunt principalele funcționalități ale hkuds/clawteam?

Principalele funcționalități ale hkuds/clawteam sunt: Multi-Agent Coordination Systems, Agent Swarms, Agent Lifecycle Management, Worktree Isolation, Parallel Worktree Development Sessions, Programmatic Agent Spawning, Agentic Workflow Automation, Multi-Agent Orchestration.

Care sunt câteva alternative open-source pentru hkuds/clawteam?

Alternativele open-source pentru hkuds/clawteam includ: claude-code-best/claude-code — Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software… agentwrapper/agent-orchestrator — This project is an LLM coding agent orchestrator and AI software engineering platform designed to manage fleets of… getpaseo/paseo — Paseo is an LLM coding agent orchestrator and multi-agent workflow manager designed to coordinate multiple AI agents… kilo-org/kilocode — Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development… microsoft/vscode-copilot-chat — This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for… 1jehuang/jcode — jcode is a framework for developing autonomous AI coding agents that automate software development tasks. It functions…

Alternative open-source pentru ClawTeam

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu ClawTeam.
  • claude-code-best/claude-codeAvatar claude-code-best

    claude-code-best/claude-code

    20,272Vezi pe GitHub↗

    Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level

    TypeScript
    Vezi pe GitHub↗20,272
  • agentwrapper/agent-orchestratorAvatar AgentWrapper

    AgentWrapper/agent-orchestrator

    7,637Vezi pe GitHub↗

    This project is an LLM coding agent orchestrator and AI software engineering platform designed to manage fleets of agents that autonomously solve issues, handle pull requests, and fix CI failures. It functions as an agentic CI/CD automator and parallel workflow manager, coordinating the end-to-end development lifecycle from initial ticket tracking to final code merging. The system is distinguished by its modular plugin framework and isolated worktree management, which allow multiple agents to work on separate coding tasks simultaneously without file system conflicts. It utilizes role-based mo

    TypeScriptagent-fleetagent-swarmclaude-code
    Vezi pe GitHub↗7,637
  • getpaseo/paseoAvatar getpaseo

    getpaseo/paseo

    9,118Vezi pe GitHub↗

    Paseo is an LLM coding agent orchestrator and multi-agent workflow manager designed to coordinate multiple AI agents across isolated git worktrees. It provides a unified control interface for managing these agents and their associated environments to execute complex programming tasks. The system distinguishes itself through a remote agent daemon that enables secure access to local coding agents via encrypted relays. It employs a git worktree environment manager to isolate parallel tasks into dedicated directories and branch-based server URLs, preventing file collisions and network port confli

    TypeScriptadeagentsclaude-code
    Vezi pe GitHub↗9,118
  • kilo-org/kilocodeAvatar Kilo-Org

    Kilo-Org/kilocode

    15,616Vezi pe GitHub↗

    Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development tasks. It functions as a comprehensive system for automating coding, testing, and repository management by integrating directly with your codebase and terminal. The platform provides a unified gateway for model orchestration, allowing for the management of agentic workflows, event-driven automation, and persistent session state across distributed development environments. The platform distinguishes itself through its federated task management and policy-based access control, which

    TypeScriptaiai-ageai-coding
    Vezi pe GitHub↗15,616
Vezi toate cele 30 alternative pentru ClawTeam→