Root Kernel > build AI agent systems

AI Agent

Root Kernel uses Hermes Agent in its work, modifying and extending it as needed. We built Agent Turn Network so multiple agents can exchange views and discuss a topic, and developed Agent Dispatch to use LLM Wiki with Hermes Agent. Our modified Hermes Agent and these tools are available as open source.

Hermes Agent

Hermes Agent is an open-source AI agent from Nous Research. Root Kernel maintains and uses a fork with improvements needed for its work. These include recovering and searching Korean conversation history, selecting accounts for agents, and controlling participation in Discord conversations. The modified version is available as open source.

RepositoryGitHub

Agent Turn Network (ATN)

Agent Turn Network (ATN) connects multiple Hermes agents to discuss a shared topic. A moderator and participating agents exchange views, with the discussion and conclusions recorded for later reference.

ATN Control manages discussion progress and records, while ATN Plugin connects Hermes agents to the discussion.

RepositoryGitHub
Plugin repositoryGitHub

Agent Dispatch

Agent Dispatch detects file changes in a specified directory and sends work to Hermes Agent according to configured rules. It connects changes to the agent’s next action, such as updating an LLM Wiki. Repeated change notifications are grouped, and edits made by the agent are managed to avoid unnecessary reruns. A plugin for Hermes is also in development.

RepositoryGitHub