Apodex – FrontierAgent Apodex released FrontierAgent, an open-source agent runtime, terminal product, and evaluation suite for long-horizon research and file-based work, available through an OpenAI-compatible Apodex-1.1 endpoint with no model hosting required. The `frontier-agent` TUI ships two native workflows, ReAct and Agent Team, and the same workflow engine powers the benchmark runner used to evaluate Apodex models. The framework, tools, workflows, and evaluation layer remain separate so each can be reused independently. FrontierAgent is an open-source agent runtime, terminal product, and evaluation suite for long-horizon research and file-based work. The frontier-agent TUI ships two native workflows: - ReAct — one stateful agent researches, reads files, writes deliverables, runs commands, and iterates in a task-scoped sandbox. - Agent Team — a coordinator maintains a task board, delegates independent work to parallel sub-agents, collects their reports, and synthesizes the result. The same workflow engine powers the benchmark runner used to evaluate Apodex models. The framework, tools, workflows, and evaluation layer remain separate, so each can be reused independently. Important No model hosting required. Get an API key, connect to the OpenAI-compatible Apodex-1.1 endpoint, and start running FrontierAgent in minutes. → Start building for free at platform.apodex.ai https://platform.apodex.ai/ ⏳ This is a limited-time offer—come try it and let us know what you build New here? Use the documentation index https://github.com/ApodexAI/FrontierAgent/blob/main/docs/README.md to find the right installation, SGLang, workflow, evaluation, or developer guide. - Native Agent Team workflow. The coordinator decomposes the request, dispatches bounded parallel assignments, receives structured reports, and can use an optional fast reporter for final evidence review. - Task Board. Agent Team's add task and update task events appear live in the TUI sidebar with pending, active, completed, blocked, and cancelled state. - Sandboxed file work. Shell and file tools share one task-scoped filesystem: /inputs is read-only, /workspace is working state, and /outputs contains persistent deliverables. Authorization and sandbox failures are fail-closed. - Asynchronous intervention. Type while an agent is running to queue a new instruction. It is injected at the next safe turn boundary without discarding the active run. In Agent Team mode it steers the coordinator; already-running sub-agents are allowed to finish. - Transparent deliverables. On macOS/Docker, /outputs maps to .apodex/runs/