big-3-super-agent  by disler

Voice-controlled orchestrator for complex AI agent coordination

Created 3 months ago
289 stars

Top 91.2% on SourcePulse

GitHubView on GitHub
Project Summary

Summary This project offers a unified, voice-controlled orchestrator for coordinating three distinct AI agents: OpenAI for voice interaction, Claude Code for software development, and Gemini for web automation. It targets developers and power users seeking to leverage multi-agent systems for complex AI-driven workflows, providing a powerful framework for integrated AI capabilities.

How It Works

The system uses a voice-first orchestration model where the OpenAI agent interprets commands and dispatches tasks via a defined toolset. Claude Code agents handle coding and file operations within a configurable working directory, while Gemini agents perform web automation using Playwright. A key feature is real-time, zero-setup multi-agent observability, streaming events from all agents to a local dashboard. Session management is supported through registry files for state persistence.

Quick Start & Requirements

Requires Python 3.11+, Astral uv, and API keys for OpenAI, Anthropic, and Google. Installation involves cloning the repo, configuring API keys in .env, and running playwright install. The primary execution command is uv run big_three_realtime_agents.py --voice.

Highlighted Details

  • Multi-Agent Observability: Zero-setup, real-time event streaming from all agents to a local dashboard (http://localhost:3000).
  • Integrated Agent Types: Combines voice (OpenAI), coding (Claude Code), and browsing (Gemini) capabilities.
  • Tool-Based Dispatch: Comprehensive tools for agent lifecycle management and task execution.
  • Cost Monitoring: report_costs() tool tracks API usage.

Maintenance & Community

Associated with "IndyDevDan" and "Tactical Agentic Coding." Specific community channels, roadmaps, or notable contributors/sponsorships are not detailed in the provided README.

Licensing & Compatibility

The license type and compatibility notes for commercial use are not specified in the provided README content.

Limitations & Caveats

The core orchestrator script is over 3000 lines, potentially impacting maintainability. Numerous improvements are listed (error handling, persistence, testing), indicating an active development phase. Operation requires multiple paid API keys.

Health Check
Last Commit

3 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
102 stars in the last 30 days

Explore Similar Projects

Starred by Andrew Ng Andrew Ng(Founder of DeepLearning.AI; Cofounder of Coursera; Professor at Stanford), Thomas Wolf Thomas Wolf(Cofounder of Hugging Face), and
4 more.

ag2 by ag2ai

0.5%
4k
AgentOS for building AI agents and facilitating multi-agent cooperation
Created 1 year ago
Updated 1 day ago
Starred by Gagan Bansal Gagan Bansal(Coauthor of AutoGen; Research Scientist at Microsoft Research), Elvis Saravia Elvis Saravia(Founder of DAIR.AI), and
1 more.

agent-framework by microsoft

2.3%
6k
AI agent and multi-agent workflow framework
Created 8 months ago
Updated 1 day ago
Feedback? Help us improve.