dorcha-inc/orla

每日信息看板 · 2026-03-01
开源项目
Category
github_search
Source
0
Score
2026-03-01T01:54:02Z
Published

AI 总结

<p align="center"> <img src="share/orla_banner_no_caption.png" alt="Orla" width="500"> </p> <p align="center"> <a href="https://golang.org/"><img src="https…
#GitHub #repo #开源项目

内容摘录

<p align="center">
 <img src="share/orla_banner_no_caption.png" alt="Orla" width="500">
</p>

<p align="center">
 <a href="https://golang.org/"><img src="https://img.shields.io/badge/Go-1.25+-00ADD8?style=flat&logo=go" alt="Go Version"></a>
 <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg" alt="License"></a>
 <a href="https://goreportcard.com/report/github.com/dorcha-inc/orla"><img src="https://goreportcard.com/badge/github.com/dorcha-inc/orla" alt="Go Report Card"></a>
 <a href="https://www.bestpractices.dev/projects/6573"><img src="https://www.bestpractices.dev/projects/6573/badge" alt="OpenSSF Best Practices"></a>
 <a href="https://github.com/dorcha-inc/orla/actions/workflows/build.yml"><img src="https://github.com/dorcha-inc/orla/actions/workflows/build.yml/badge.svg" alt="Build"></a>
 <a href="https://discord.gg/bzKYCFewPT"><img src="https://img.shields.io/badge/Discord-5865F2?style=flat&logo=discord&logoColor=white" alt="Discord"></a>
</p>

Orla is a high performance agent execution engine that can run as a service or as a standalone tool. Orla sits above LLM backends including SGLang, Ollama, and vLLM. It provides a simple unified API for developing and running agents. With Orla, you can easily orchestrate your agentic workflows across multiple models, LLM backends, GPUs (or CPUs), and cloud instances.

<p align="center">
 <img src="share/main.gif" alt="Orla CLI and API demo" width="700">
</p>
Documentation

For the complete documentation, go to our website, https://orlaserver.github.io.