Skip to content
View Ehsas317's full-sized avatar
💭
exploring
💭
exploring

Block or report Ehsas317

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ehsas317/README.md

Python Apple Silicon Multi-Agent Docker

Building intelligent systems that run on your hardware, with your data, under your control.


🧠 What I Build

I architect local-first AI orchestration systems — multi-agent frameworks that run entirely on consumer hardware (Apple Silicon) with zero cloud dependency. My work spans the full stack from RAM-aware model scheduling to terminal-native REPLs, from vector databases to no-code workflow platforms.


⚡ Featured Projects

🧬 Brain Loader Series — Multi-Backend Agentic Orchestration

An evolving exploration into hardware-aware AI orchestration. Six iterations, each pushing the boundary of what's possible locally.

Version Focus Key Innovation
v6 — Mesh Visual Mesh + Bot Gateway No-code AI orchestration via Docker, Ollama, Dify
v5 Lazy Conductor Trio structured concurrency + Ponytail minimal-code philosophy
v4 Multi-Backend Orchestrator MLX · Ollama · Cloud · Hybrid parallel execution + REPL
v3 Portable Hot-Swap Single model slot with adaptive planning loop
v2 Sequential Orchestration 4GB coordinator + 20GB hot-swap slot on Apple Silicon
v1 MLX Multi-Agent Brain LLM plans → delegates → reviews until production quality

🛠 Toolkit

Scans any GitHub repo and scores extractable components worth shipping as standalone packages.

Supported: 13 languages · 6 scoring dimensions · 286 tests · battle-tested on Twitter, Flask, React, Kubernetes, CPython (58K+ files, zero crashes). Includes extraction scaffolding, security hardening (symlink protection, secret redaction, git filter RCE mitigation).

Python


Repository Composition Engine — discover, evaluate, and generate blueprints to combine existing open-source tools.

Evolved from GitHub Repo Finder. Task-to-capability mapping, multi-dimensional health scoring, automated recipe builder, AI-agent token optimization.


Production-grade GitHub Repo Finder for LLMs — with MCP and skill file support.


🤖 Trio — Personal AI Ecosystem

Trio

Three specialized assistants sharing a unified core framework + ChromaDB vector store:

Assistant Role Stack
NAMI System Control & Monitoring Telegram bot · Remote execution
RUSH Audio Transcription & Summarization whisper.cpp (Metal) · Ollama
VEX Video Scene Detection & Clipping PySceneDetect · ffmpeg

Includes Flask dashboard, launchd auto-start, and shared knowledge graph.


🧬 Technical DNA

Systems Architecture: RAM-aware scheduling · model hot-swapping · circuit breaker patterns · structured concurrency (Trio) · pure Python state machines · event-driven pipelines

AI/ML Stack: MLX · Ollama · ChromaDB · Weaviate · Whisper.cpp · sentence-transformers · RAG pipelines

Infrastructure: Docker · launchd · Flask · python-telegram-bot · httpx · Dify · n8n


🧰 Stack Overview


💡 Philosophy

"The best AI is the one that runs on your hardware, with your data, under your control."

Local-first AI isn't a compromise — it's a design choice that unlocks privacy, latency, and cost advantages cloud AI can't match. Every iteration of my orchestration engines has been a step toward making local AI systems as capable and easy to use as their cloud counterparts, using a fraction of the resources.


 



Built with obsession for clean architecture and zero-bloat systems.

Popular repositories Loading

  1. Ehsas317 Ehsas317 Public

    AI Systems Architect | Local-First AI & Multi-Agent Orchestration | Optimizing for Apple Silicon (MLX)

  2. brain-loader-v3 brain-loader-v3 Public

    Brain Loader v3 — A portable, hardware-aware agentic AI orchestration system. Pure Python coordinator with single hot-swap model slot and adaptive planning loop. Targets Apple Silicon via MLX, incl…

    Python

  3. trio trio Public

    Trio Project - Your Personal AI Ecosystem on Mac Mini M4. Three specialized AI assistants (NAMI, RUSH, VEX) with a unified core framework, vector database knowledge sharing, and web dashboard.

    Python

  4. brain-loader brain-loader Public

    MLX Multi-Agent Orchestrator for Apple Silicon — Brain LLM plans projects, delegates to worker models, and iteratively reviews until production quality

    Python

  5. brain-loader-v2 brain-loader-v2 Public

    Sequential Orchestration Architecture for Apple Silicon — 4GB permanent coordinator + 20GB hot-swap slot for brain and specialists

    Python

  6. brain-loader-v4 brain-loader-v4 Public

    Brain Loader v4 — Multi-Backend Agentic AI Orchestrator. Local MLX · Local Ollama · Cloud API · Hybrid Parallel Execution · Auto-Failover · Terminal-Native REPL

    Python