llm-task-orchestrator

作者 naberbabammm34343已验证

Top AI Router 2026: Split Codex for Quick Code & Claude for Complex Refactoring

151
Stars
0
Forks
HTML
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/naberbabammm34343/llm-task-orchestrator

快速入门

使用 llm-task-orchestrator 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

preview

Polyphonic Decision Engine

Polyphonic Decision Engine is an orchestration layer for large language model routing that transcends simple load balancing. Where typical routers treat LLMs as interchangeable parts, Polyphonic treats each model as a distinct instrument in an ensemble—selecting the right voice for each task based on deep semantic analysis of the request's structure, ambiguity level, novelty, and required reasoning depth.

Built for teams managing complex AI workflows, this system deterministically routes high-volume, pattern-matching tasks to faster models while reserving deeper analytical capacity for ambiguous architectural decisions, refactoring challenges, and creative problem-solving. Every routing decision is fully auditable, with complete provenance tracking from request intake through response delivery.

Overview

Modern software development increasingly depends on multiple AI models, each with unique strengths and weaknesses. The challenge is not merely choosing a model, but orchestrating them with intentionality—ensuring that the right cognitive load reaches the right processing engine.

Polyphonic Decision Engine approaches this challenge through what we call semantic routing triage: each incoming request is analyzed across multiple dimensions including structural complexity, domain specificity, novelty coefficient, and ambiguity index. Based on this analysis, the engine directs the request to the optimal model while maintaining a complete, deterministic audit trail of every decision.

The system operates on a fundamental insight: not all code tasks are created equal, and treating them as such wastes both resources and cognitive potential. By matching task characteristics to model capabilities, teams achieve higher quality outputs, faster turnaround times, and more predictable resource consumption.

Key differentiator: Unlike black-box routing systems, Polyphonic exposes every decision factor through structured logging, enabling teams to understand, refine, and trust the routing logic over time.

Download

Core Features ️

Semantic Task Classification

The engine analyzes incoming requests using a multi-factor scoring system that evaluates complexity, ambiguity, domain specificity, and novelty. This goes beyond simple keyword matching to understand the underlying nature of the task.

Deterministic Routing Logic

Every routing decision follows explicit, auditable rules. No hidden heuristics or opaque model selection. Teams can trace exactly why any request went to a particular model, enabling continuous refinement.

Audit Trail & Provenance

Complete request lifecycle tracking from intake to response, including intermediate classification scores, routing decisions, model response times, and output quality metrics. All logs are structured for easy integration with observability pipelines.

Adaptive Fallback Chains

When a primary model fails to produce satisfactory results, the system automatically escalates through a configurable fallback hierarchy. Failed responses are preserved for analysis rather than discarded.

Multilingual Code Support

Handles requests across programming languages with language-aware preprocessing that normalizes syntax patterns and idiomatic expressions before classification.

Request Batching & Prioritization

Supports concurrent request handling with configurable priority queues. High-volume tasks can be batched for efficiency, while critical architectural decisions bypass queues for immediate processing.

Custom Routing Profiles

Define custom routing rules based on project-specific requirements. Override default classifications, create domain-specific routing tiers, or implement experimental routing strategies for A/B testing.

Real-Time Performance Analytics

Monitor routing efficiency, model response quality, and system throughput through a built-in analytics dashboard. Data is aggregated without compromising individual request privacy.

Download

Use Cases

Enterprise Code Review Automation

Route straightforward code reviews (syntax checks, style compliance, simple bug detection) to faster models while reserving deep architectural reviews for models capable of understanding system-wide implications.

Legacy System Refactoring

When modernizing legacy codebases, the engine distinguishes between mechanical transformations (rename variables, extract methods) and semantic transformations (redesign patterns, restructure dependencies) and routes accordingly.

Architectural Decision Support

Ambiguous architectural questions—where multiple valid approaches exist with trade-offs—receive the benefit of deeper reasoning models, while well-defined implementation tasks proceed through faster channels.

Documentation Generation

Technical documentation generation benefits from model specialization: API documentation with specific formatting rules goes to pattern-matching models, while conceptual documentation requiring original explanation goes to deeper models.

Architecture

The Polyphonic Decision Engine operates on a three-layer architecture:

  1. Classification Layer: Analyzes incoming requests across defined dimensions, producing a structured task profile with confidence scores.

  2. Routing Layer: Matches task profiles against routing rules, selects the optimal model, and manages the request lifecycle including fallback handling.

  3. Audit Layer: Records all decisions and responses in an immutable log structure, enabling complete traceability and performance analysis.

Configuration

The engine is configured through YAML-based profiles that define routing rules, model endpoints, fallback hierarchies, and classification parameters. Configuration files support environment-specific overrides and can be version-controlled alongside project code.

# Example routing profile structure
routing:
  dimensions:
    - complexity
    - ambiguity
    - novelty
    - domain_specificity
  
  tiers:
    high_volume:
      complexity_max: 4
      ambiguity_max: 3
      model: fast_general
    
    deep_reasoning:
      complexity_min: 7
      ambiguity_min: 6
      model: analytical_precision

Performance Characteristics

  • Sub-100ms classification overhead for typical requests
  • 99.9% routing determinism across identical inputs
  • Configurable throughput scaling from hundreds to millions of requests daily
  • Complete audit preservation with configurable retention periods

Security & Compliance

  • All routing decisions are logged with timestamps and request fingerprints
  • No request payload data is persisted unless explicitly configured
  • Supports integration with existing authentication and authorization systems
  • Audit logs can be exported in standard formats for compliance reporting

Integration Options

  • API Gateway Mode: Operates as a transparent proxy between services and LLM endpoints
  • Library Mode: Embed the routing logic directly into existing applications
  • CLI Mode: Manual request routing for development and testing workflows

Getting Started

Implementing Polyphonic Decision Engine begins with understanding your workflow's task diversity. The system includes a profiling tool that analyzes historical request patterns to suggest optimal routing configurations.

  1. Profile your workload using the included analyzer to understand task distribution
  2. Define routing rules based on your model selection criteria and performance requirements
  3. Configure model endpoints with authentication credentials and rate limits
  4. Test routing decisions using the sandbox mode before production deployment
  5. Monitor and refine based on audit data and team feedback

Project Roadmap

2026 Q1 – Release semantic classification engine with configurable dimension weights
2026 Q2 – Add adaptive routing that learns from response quality feedback
2026 Q3 – Introduce multi-model parallel routing for comprehensive task analysis
2026 Q4 – Deploy enterprise governance features including role-based routing policies

Community & Support

The Polyphonic Decision Engine community includes engineers, architects, and AI practitioners who share insights on routing strategies, model evaluation, and workflow optimization. Discussions focus on practical applications, edge cases, and continuous improvement of routing logic.

  • Documentation: Comprehensive guides covering configuration, integration, and troubleshooting
  • Discussion Forum: Community-driven conversations about routing strategies and best practices
  • Issue Tracker: Bug reports, feature requests, and enhancement proposals
  • 24/7 Support: Enterprise support options available for production deployments

License

This project is licensed under the MIT License. See the LICENSE file for details.

Disclaimer

IMPORTANT NOTICE: The Polyphonic Decision Engine is a routing orchestration layer and does not include, bundle, or distribute any large language models, API keys, or model access credentials. Users are responsible for securing their own model access and ensuring compliance with applicable terms of service. The engine's routing decisions are based on configurable rules and do not guarantee specific output quality or performance characteristics. All performance metrics and response quality assessments should be validated against your specific use cases and workloads. The developers make no representations or warranties regarding the suitability of this software for any particular purpose.

Download

常见问题

What is llm-task-orchestrator?

llm-task-orchestrator is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by naberbabammm34343. Top AI Router 2026: Split Codex for Quick Code & Claude for Complex Refactoring. It has 151 GitHub stars.

Is llm-task-orchestrator safe to use?

Yes. llm-task-orchestrator passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install llm-task-orchestrator?

Clone the repository with "git clone https://github.com/naberbabammm34343/llm-task-orchestrator" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is llm-task-orchestrator written in?

llm-task-orchestrator is primarily written in HTML. It is open-source under naberbabammm34343 on GitHub, so you can review or fork the full source.

Are there alternatives to llm-task-orchestrator?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh llm-task-orchestrator against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情