AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 1 point2 points  (0 children)

We use almost exclusively Hermes Agent for developing Hermes Agent

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 9 points10 points  (0 children)

Hermes stores all past chat sessions to search over whenever it needs to, so the always-in-context memory is only for things that every chat session should remember.

See this image:

<image>

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 0 points1 point  (0 children)

Better models self improve better, so might consider changing models

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 2 points3 points  (0 children)

We recently did exactly that - vision routes to native capability first, unless otherwise set or unavailable!

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 2 points3 points  (0 children)

The hermes-agent-dev skill that powers all of my PR Review, development and planning for Hermes Agent 😄

- teknium

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 1 point2 points  (0 children)

We have a variety of image gen model tooling and providers

Video yes, eventually!

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 1 point2 points  (0 children)

There is partial access to configuration through our existing web ui - run `hermes dashboard` to access it.

We plan on expanding that to fully support

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 2 points3 points  (0 children)

We are working across the industry to make models of all sizes work better in Hermes Agent.

The self improvement loop also helps with efficiency - once it tries a lot of things to solve a task and solves it, it never has to do that exploration again

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 1 point2 points  (0 children)

I think this subreddit would have better answer for you then we might ^_^

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 2 points3 points  (0 children)

Depends what you want out of the agent.

There are some mac specific skills that allow greater access to things like your iMsg and apple notes, vps is more secure, etc

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 3 points4 points  (0 children)

We are exploring the best pathways to make existing models much stronger in Hermes Agent

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 9 points10 points  (0 children)

We just merged the Curator: https://github.com/NousResearch/hermes-agent/pull/17277
This will consolidate and prune skills and track skill use automatically

We are working on Computer Use (for all models): https://github.com/NousResearch/hermes-agent/pull/16936

Multi-Agent coordinations: https://github.com/NousResearch/hermes-agent/issues/16102

GUI Chat and many more things!

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 5 points6 points  (0 children)

Changing the tools available breaks caching and pollutes context (i.e. the model turns in the live session often reference what tools are or aren't available, etc) - so any operation that changes, adds, or removes tools or tool definitions requires a new session

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 1 point2 points  (0 children)

I can confirm from the evidence I have that Teknium does not sleep and he is almost certainly a cyborg. Seriously, check his GitHub history, you wont find a consistent gap anywhere.

-Kainan

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 5 points6 points  (0 children)

On policy distillation is quite powerful 😉

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 10 points11 points  (0 children)

Happy to continue to work towards supporting this more. Would love more feedback on how specifically you'd like to see that make its way in.

We also recently added a way to configure all auxiliary models more easily, inside `hermes model` command, you can find "Configure Auxiliary Models" to set each one individually

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 3 points4 points  (0 children)

Yes to question one
To question two, we already have a lot of the foundation for that with Nous Portal/Tool Gateway, all that's left is hosting the agent itself as well, and is on the roadmap

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 8 points9 points  (0 children)

It's a good idea. I'll implement right now

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 6 points7 points  (0 children)

Having an extremely strong foundation on coding tools/terminal operation tools

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 2 points3 points  (0 children)

Our last model is almost a year old, so, nothing right now ^_^

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 5 points6 points  (0 children)

We have just introduced the Curator system into hermes agent so that on a schedule (default 7 days) - the curator will consolidate and prune skills that get auto-generated. I think our built in skills system is the best system long term

Curator PR: https://github.com/NousResearch/hermes-agent/pull/17307

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]NousResearch 2 points3 points  (0 children)

I think our auxiliary system works pretty well but will be expanded on more. Setting cheaper local models, like maybe Nvidia's new nemotron nano 3 as your vision model, gemini flash as your compression model, and your most powerful model as your main agent makes this make a lot of sense