nxtg-ai/forge-orchestrator

Forge Orchestrator: Multi-AI task orchestration. File locking, knowledge capture, drift detection. Rust.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 52 minutes ago
Added to GitGenius on August 31st, 2026
Created on February 9th, 2026
Open Issues & Pull Requests: 6 (+0)
Number of forks: 19
Total Stargazers: 158 (+0)
Total Subscribers: 1 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.9 hours
Mean response time: 3.2 days
90th percentile: 8.2 days
Tracked items: 10

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 26 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • build failed (10)
  • release-drift (4)
  • stale (3)
  • good first issue (2)

Most active issues this week

Detailed Description

Forge Orchestrator is a multi-AI task orchestration tool written in Rust that coordinates work across multiple AI models and agents.

The tool addresses the challenge of managing complex workflows that involve multiple AI systems working together, particularly in scenarios where coordination, state management, and consistency matter. It provides file locking mechanisms to prevent concurrent access conflicts, knowledge capture to preserve insights and context across task execution, and drift detection to identify when system behavior diverges from expected patterns. The orchestration layer sits above individual AI agents and models, routing tasks and managing their interactions.

Teams building AI-driven applications with multiple agents or models should consider this tool if they need reliable coordination primitives and visibility into agent behavior over time. It suits projects where maintaining consistency across parallel AI operations is critical, or where understanding how agent behavior changes requires systematic monitoring. The tool's support for multiple AI providers and the Model Context Protocol suggests flexibility in choosing which models power individual tasks.

The project shows active development with regular commits across core orchestration logic, file locking implementation, and drift detection features. Work spans both foundational infrastructure and feature expansion, indicating sustained effort on the platform's core capabilities. The codebase maintains focus on the Rust implementation while integrating with external AI services and protocols.