tempestai-dev/tempest

Agentic Engineering that actually scales. Run Claude Code, Codex, Gemini and any other CLI Agents in parallel with upto 86% fewer tokens and 92% fewer tool...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 55 minutes ago
Added to GitGenius on August 31st, 2026
Created on June 24th, 2026
Open Issues & Pull Requests: 13 (+0)
GitHub issues: Enabled
Number of forks: 9
Total Stargazers: 162 (+0)
Total Subscribers: 1 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.0 hours
Mean response time: 4.2 days
90th percentile: 13.9 days
Tracked items: 30

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 11% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 8
Closed in 7 days: 5
Avg open age: 11 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

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

Top labels

  • enhancement (21)
  • good first issue (9)
  • bug (8)
  • help wanted (7)
  • priority: high (2)
  • documentation (1)
  • priority: low (1)

Detailed Description

Tempest is a developer tool that orchestrates multiple AI agents to work in parallel while reducing token consumption and tool call overhead.

The tool addresses the inefficiency of running AI coding agents sequentially, where each agent independently solves the same problem and duplicates work. Tempest's approach is to run multiple agents concurrently—supporting Claude, Codex, Gemini, and other CLI-based agents—while coordinating their execution to eliminate redundant operations. By sharing results and deduplicating tool calls across agents, the system achieves significant reductions in both token usage and the number of times tools are invoked.

Tempest suits teams building with agentic AI workflows who want to accelerate development without proportionally increasing API costs. It works best in environments where multiple coding agents are already part of the development pipeline, particularly for projects using Claude, Google's Gemini, or OpenAI models. The tool is designed as a conductor layer that sits between your agents and their execution environment, making it applicable to IDE integrations and build automation contexts where parallel agent execution is feasible.

The project shows active development with regular commits addressing core functionality and bug fixes. Work spans across multiple areas including agent orchestration logic, token optimization mechanisms, and integration with different AI model providers. The codebase maintains focus on the parallel execution and deduplication engine rather than expanding into unrelated domains. Development activity indicates ongoing refinement of the coordination layer and continued support for additional agent types and platforms.