I open-sourced Orkas — a local-first desktop agent where a lead agent directs a team of sub-agents (MIT, BYO keys)

Reddit r/AI_Agents Tools

Summary

Orkas is an open-source, local-first desktop agent app where a lead agent coordinates specialized sub-agents, each with its own context boundary, using user-provided API keys from various LLM providers.

Four things have been driving me nuts with AI agents lately: 1. Context bloat — one agent juggling search, code, writing, and formatting in a single context window, and it falls apart halfway through, especially for handling complex tasks. 2. Switching models mid-task means starting over. 3. Copy-pasting context between different chat windows for different specialists. 4. Subscriptions. So many subscriptions. So I built Orkas and open-sourced it. **What it does:** It's a desktop agent app (macOS / Windows) — not a local LLM, just to be clear. You bring your own keys (OpenAI / Anthropic / Gemini / Kimi / GLM / MiniMax). The idea is simple: a **lead agent** owns the conversation and pulls in **specialized sub-agents** for different parts of the task. Each sub-agent has its own context boundary, so the lead agent stays clean. * Say "research X and write a report" → research sub-agent + writing sub-agent collaborate in the same chat * Build a code review sub-agent once, reuse it anytime * Everything stays on your machine — configs, history, files. No cloud, no server, no middleman watching your prompts. * Agents improve themselves the more you use them MIT licensed. Early but usable. Would love honest feedback — break it, tell me what sucks.
Original Article

Similar Articles

Orc (working name) - auditable and declarative AI workflow

Reddit r/LocalLLaMA

The developer is seeking feedback on "ORC," an early-stage orchestration-as-code tool that uses a declarative DSL to define, validate, and version control LLM workflows. Aimed at users combining local and cloud models, it replaces complex Python scripts with auditable, Terraform-like definitions for agents and tool execution.

Orchard: An Open-Source Agentic Modeling Framework

Hugging Face Daily Papers

Orchard is an open-source framework for scalable agentic modeling that enables training diverse autonomous agents, achieving state-of-the-art results on coding, GUI navigation, and personal assistance tasks.

Agent libOS: A Library-OS-Inspired Runtime for Long-Running, Capability-Controlled LLM Agents

Hugging Face Daily Papers

Agent libOS introduces a library-OS-inspired runtime substrate for LLM agents, treating agents as schedulable processes with explicit capabilities, lifecycle management, audit records, and human approval queues. The design shifts the trust boundary from tool dispatch to runtime primitives, enabling long-running agents to be scheduled, authorized, resumed, and audited safely.