An open API service indexing awesome lists of open source software.

https://github.com/m0nk111/agent-forge

Multi-agent orchestration platform for GitHub automation with role-based LLM assignment, real-time monitoring, and intelligent task distribution
https://github.com/m0nk111/agent-forge

ai-agents claude code-generation code-review fastapi github-automation gpt-4 llm monitoring multi-agent-system orchestration python qwen websocket

Last synced: about 1 month ago
JSON representation

Multi-agent orchestration platform for GitHub automation with role-based LLM assignment, real-time monitoring, and intelligent task distribution

Awesome Lists containing this project

README

          

# Agent-Forge 🤖

> **Multi-agent orchestration platform for autonomous GitHub automation**
> **Now powered by GPT-5 for 50% faster coordination!** ⭐

[![License](https://img.shields.io/badge/license-AGPL--3.0-blue.svg)](LICENSE)
[![Python](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![GPT-5](https://img.shields.io/badge/GPT--5-Enabled-brightgreen.svg)](docs/GPT5_QUICK_REFERENCE.md)

Agent-Forge is an intelligent multi-agent system that automates GitHub workflows using specialized AI agents powered by various LLMs (OpenAI GPT-5, GPT-4, Anthropic, Google, local models). Features include **unified agent runtime** with role-based lifecycle management, **GPT-5 powered coordination** (50% faster than GPT-4), autonomous issue detection, automated code reviews, real-time WebSocket monitoring, and comprehensive logging.

## 🎥 Project Evolution

Watch the complete development journey of Agent-Forge:

![Agent-Forge Development Journey](media/agent-forge-gource-preview.gif)

*[Full quality video](media/agent-forge-gource-latest.mp4) • Auto-updated 2x daily with [Gource](https://gource.io/)*

## 🎯 Latest: GPT-5 Coordinator (October 2023)

**Major Performance Upgrade!** The default coordinator now uses **GPT-5 Chat Latest**:

- ⚡ **50% faster** for complex planning (10.8s vs 21.7s)
- ✨ **Equal quality** (5/5 on all metrics)
- 📝 **36% more detail** (94 lines vs 69)
- 🚀 **2x faster** token generation (51 tok/s vs 25 tok/s)
- 💰 **Only $3/month** more than GPT-4

[→ Read GPT-5 Quick Reference](docs/GPT5_QUICK_REFERENCE.md) | [→ Model Comparison](docs/COORDINATOR_MODEL_COMPARISON.md)

## 🚀 Key Features

- **Unified Agent Runtime**: Centralized management of agent lifecycle
- **GPT-5 Powered Coordination**: Enhanced performance and detail
- **Autonomous Issue Detection**: Proactive identification of issues
- **Automated Code Reviews**: Real-time feedback on code quality
- **Real-Time WebSocket Monitoring**: Live updates for developers
- **Comprehensive Logging**: Detailed logs for auditing and debugging

## 📚 Documentation

For more information, visit our [documentation](docs/).

## 🔗 Get Started

To get started with Agent-Forge, refer to the [installation guide](docs/INSTALL.md) and [quick start tutorial](docs/QUICK_START.md).