mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-08-07 00:53:52 +00:00
feat: add declarative Hermes skills phase 1
This commit is contained in:
parent
c2966d2515
commit
a1b9295c8e
4 changed files with 276 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue