feat: add declarative Hermes skills phase 1

This commit is contained in:
Ciphercat 2026-03-18 00:58:14 +00:00
commit a1b9295c8e
4 changed files with 276 additions and 1 deletions

View file

@ -185,6 +185,10 @@ pythonPackages.buildPythonApplication {
done
'';
passthru = {
upstreamSrc = src;
};
meta = with lib; {
description = "The self-improving AI agent by Nous Research";
homepage = "https://github.com/NousResearch/hermes-agent";