Orkeon 1.0.0-rc.4
Prefix Reserveddotnet add package Orkeon --version 1.0.0-rc.4
NuGet\Install-Package Orkeon -Version 1.0.0-rc.4
<PackageReference Include="Orkeon" Version="1.0.0-rc.4" />
<PackageVersion Include="Orkeon" Version="1.0.0-rc.4" />
<PackageReference Include="Orkeon" />
paket add Orkeon --version 1.0.0-rc.4
#r "nuget: Orkeon, 1.0.0-rc.4"
#:package Orkeon@1.0.0-rc.4
#addin nuget:?package=Orkeon&version=1.0.0-rc.4&prerelease
#tool nuget:?package=Orkeon&version=1.0.0-rc.4&prerelease
Orkeon
Build and orchestrate AI agent teams in .NET, described in declarative YAML, programmatic TypeScript (.ork.ts) or pure C#.
Orkeon is the complete framework in a single package: the domain model (Agent, Crew, CrewTask, the 6 orchestration modes), the application services, and the adapters — 16 LLM providers (OpenAI, Anthropic, Azure OpenAI, Ollama, Mistral, DeepSeek, Kimi, Qwen, TogetherAI, HuggingFace, Z.AI, Gemini, Grok, MiniMax, and the OpenRouter and Mammouth AI aggregators), 6 memory stores (InMemory, Redis, SQLite, ChromaDB, Pinecone, LanceDB), the staged RAG pipeline with its corrective graph, the RaggableTree semantic codebase analysis, the virtual file system, and the A2A channel. One install, a working framework.
The package carries the framework assemblies (Orkeon.Domain, Orkeon.Application, Orkeon.Infrastructure, Orkeon.Rag, Orkeon.Analysis, the shared contracts and constants) — namespaces are unchanged, so code written against the earlier per-layer packages compiles as-is.
Install
dotnet add package Orkeon --prerelease
Add Orkeon.Tools for the built-in agent tool families, and Orkeon.Rag.Onnx for the offline ONNX reranker.
Quick start
using Orkeon.Domain.Agent;
using Orkeon.Domain.Crew;
var crew = new CrewBuilder()
.Goal("Complete research")
.Sequential()
.WithAgent(a => a.Role("Researcher").Goal("Find data"))
.WithTask(t => t.Description("Search web").ExpectedOutput("Report"))
.Build();
Documentation
MIT © Orkeon Contributors
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Apache.Arrow (>= 23.0.0)
- AWSSDK.SecretsManager (>= 4.0.100.14)
- Azure.Identity (>= 1.21.0)
- Azure.Security.KeyVault.Secrets (>= 4.11.1)
- CsvHelper (>= 33.1.0)
- HtmlAgilityPack (>= 1.13.0)
- Markdig (>= 1.4.0)
- Microsoft.CodeAnalysis.CSharp.Scripting (>= 5.9.0)
- Microsoft.Data.Sqlite (>= 10.0.12)
- Microsoft.Extensions.AI (>= 10.10.0)
- Microsoft.Extensions.AI.Abstractions (>= 10.10.0)
- Microsoft.Extensions.AI.OpenAI (>= 10.10.0)
- Microsoft.Extensions.Configuration (>= 10.0.12)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.12)
- Microsoft.Extensions.FileSystemGlobbing (>= 10.0.12)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Http (>= 10.0.12)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.12)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 8.23.0)
- Microsoft.IdentityModel.Tokens (>= 8.23.0)
- Npgsql (>= 10.0.3)
- OpenTelemetry (>= 1.19.0)
- OpenTelemetry.Api (>= 1.19.0)
- OpenTelemetry.Exporter.Console (>= 1.19.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.19.0)
- OpenTelemetry.Extensions.Hosting (>= 1.19.0)
- OpenTelemetry.Instrumentation.Http (>= 1.19.0)
- OpenTelemetry.Instrumentation.Runtime (>= 1.19.0)
- PdfPig (>= 0.1.16)
- Polly (>= 8.8.0)
- SQLitePCLRaw.lib.e_sqlite3 (>= 3.53.3)
- StackExchange.Redis (>= 3.3.0)
- System.IdentityModel.Tokens.Jwt (>= 8.23.0)
- System.Security.Cryptography.ProtectedData (>= 10.0.12)
- System.Threading.RateLimiting (>= 10.0.12)
- TreeSitter.DotNet (>= 1.3.0)
- Ulid (>= 1.4.1)
- YamlDotNet (>= 18.1.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Orkeon:
| Package | Downloads |
|---|---|
|
Orkeon.Rag.Onnx
Opt-in ONNX cross-encoder reranker for the Orkeon RAG pipeline (ms-marco-MiniLM-L-6-v2, offline; AddOrkeonOnnxReranker). |
|
|
Orkeon.Tools.Embeddings.Local
Opt-in local on-device embeddings for Orkeon (SmartComponents BGE-micro-v2 ONNX, 384 dims, CPU, no API key). |
|
|
Orkeon.Tools
The built-in tool families for Orkeon agents in one package: file system, web and HTTP, structured data (CSV, PDF, XLSX, XML, databases), code execution, EventHub messaging, RAG search and ingestion, and RaggableTree codebase analysis. |
|
|
Orkeon.Hosting.Aspire
.NET Aspire hosting integration for Orkeon: add the orkeon-host service daemon or a single crew run to an AppHost, with the settings, mounts and OTLP export the Aspire dashboard reads. |
|
|
Orkeon.Interop.AgentFramework
Microsoft Agent Framework interop for Orkeon: run an Orkeon crew as an AIAgent, and use an AIAgent as the brain or as a tool of an Orkeon agent. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-rc.4 | 45 | 9/22/2026 |
| 1.0.0-rc.3 | 84 | 9/9/2026 |
Release notes: https://github.com/Orkeon/orkeon/blob/main/CHANGELOG.md