weave-os/router

Model router for agentic systems. Routes every prompt to the right model in <50ms. Cut costs 40-70% with just an endpoint change.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 15th, 2026
Created on April 27th, 2026
Open Issues & Pull Requests: 131 (+0)
GitHub issues: Enabled
Number of forks: 125
Total Stargazers: 4,541 (+0)
Total Subscribers: 2 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.4 days
Mean response time: 15.8 days
90th percentile: 46.3 days
Tracked items: 24

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 38% of issues opened in the past year have been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 33
New in 7 days: 4
Closed in 7 days: 1
Avg open age: 56 days
Stale 30+ days: 27
Stale 90+ days: 3

Recent activity

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

Top labels

No label distribution available yet.

Detailed Description

Router is a model router for agentic systems that intelligently directs prompts to appropriate language models with sub-50-millisecond latency.

The tool addresses the problem of inefficient model selection in agentic workflows, where every prompt may not require the same computational resources or capabilities. Router solves this by implementing intelligent routing logic that matches incoming requests to the most suitable model based on configurable criteria. This approach enables cost optimization by directing simpler tasks to cheaper models while reserving expensive models for complex reasoning tasks that genuinely require their capabilities.

Organizations running multi-model deployments should consider Router if they operate agentic systems where prompt routing decisions can significantly impact both performance and operational costs. The tool works as a drop-in endpoint replacement, meaning teams can integrate it without restructuring existing applications. It is compatible with OpenAI-compatible interfaces, making it accessible to systems already built around standard model APIs. The README indicates potential cost reductions of 40-70% through optimized model selection, though actual savings depend on workload characteristics and routing configuration.

The project shows active development with regular commits addressing core functionality and performance improvements. Work spans infrastructure enhancements, bug fixes, and feature additions that expand routing capabilities. The codebase demonstrates attention to operational concerns like monitoring and reliability in production agentic systems. Contributions focus on maintaining the tool's core promise of fast, cost-effective routing rather than expanding into adjacent concerns.