![]() |
VOOZH | about |
dotnet add package ElBruno.Hermes.Adapters --version 2.0.2
NuGet\Install-Package ElBruno.Hermes.Adapters -Version 2.0.2
<PackageReference Include="ElBruno.Hermes.Adapters" Version="2.0.2" />
<PackageVersion Include="ElBruno.Hermes.Adapters" Version="2.0.2" />Directory.Packages.props
<PackageReference Include="ElBruno.Hermes.Adapters" />Project file
paket add ElBruno.Hermes.Adapters --version 2.0.2
#r "nuget: ElBruno.Hermes.Adapters, 2.0.2"
#:package ElBruno.Hermes.Adapters@2.0.2
#addin nuget:?package=ElBruno.Hermes.Adapters&version=2.0.2Install as a Cake Addin
#tool nuget:?package=ElBruno.Hermes.Adapters&version=2.0.2Install as a Cake Tool
| Library | NuGet | Downloads |
|---|---|---|
| ElBruno.Hermes.Core | 👁 NuGet
| 👁 Downloads
|
| ElBruno.Hermes.Adapters | 👁 NuGet
| 👁 Downloads
|
| ElBruno.Hermes.Tool | 👁 NuGet
| 👁 Downloads
|
👁 Build Status
👁 Publish Status
A comprehensive runtime for building intelligent agent applications with session persistence, observability, and provider abstraction built on .NET 10.
Get running in three steps:
dotnet tool install -g ElBruno.Hermes.Tool
hermesnet config
This creates a config file at:
%APPDATA%\Hermes\appsettings.json~/.hermes/appsettings.jsonOpenAI API keys are stored in the native OS credential store and are not written to the JSON config file.
hermesnet chat --profile default --message "Hello! What is 2+2?"
Note: First run creates a default profile automatically. See for more examples and workflows.
.squad/decisions.mddocs/testing/ folderdocs/benchmarks/ folderM1-BASELINE.txt (telemetry baseline measurements)dotnet restore
dotnet build
dotnet test
See for detailed build instructions.
src/Hermes.Core/ — Core runtime library (session, chat abstractions, telemetry)src/Hermes.Host/ — Application host (DI, provider factory, configuration)src/Hermes.Cli/ — Command-line interface (System.CommandLine-based)TreatWarningsAsErrors=true)See LICENSE file in repository root.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.