Local LLM context window orchestrator with automatic handoff
This repository has been archived on 2026-04-24. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 97.9%
  • Shell 1.9%
  • Dockerfile 0.2%
Find a file
2026-04-24 15:28:25 -04:00
bin Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
config Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
deploy Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
docs Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
examples Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
hooks Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
lib Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
tests Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
.dockerignore Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
.env.example Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
.gitignore Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
pyproject.toml Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00
README.md feat: add README.md 2026-04-24 15:28:25 -04:00
requirements.txt Initial commit: Local LLM Orchestrator implementation 2026-01-30 14:55:08 -05:00

LLM Orchestrator (llm-orchestrator)

Local LLM context window orchestrator with automatic handoff.

Overview

Orchestrates multiple local LLMs by managing context windows and automatically handing off conversations between models. Routes queries to the optimal model based on complexity, context size, and latency requirements.

Stack

  • Python

Quick Start

# Clone
git clone ssh://git@192.168.183.110:2222/pook/llm-orchestrator.git
cd llm-orchestrator

Status

Active

License

Private — All rights reserved