Kernel tools first
Hydra can read files, search the web, inspect pages, search local code, manage memory, and attach artifacts before it ever needs a custom extension.
Tater Assistant
Source-backed docs
It runs a guarded Astraeus -> Thanatos -> Minos -> Hermes loop that validates actions, repairs bad calls, and mixes kernel tools with Verbas one step at a time.
Hydra can read files, search the web, inspect pages, search local code, manage memory, and attach artifacts before it ever needs a custom extension.
When the task needs smart-home control, media workflows, image generation, camera events, or app-specific logic, Hydra switches to the right Verba.
The chain stays deliberate: choose one action, validate it, run it, update state, then decide whether the next step should continue the task.
Astraeus turns a user request into an ordered atomic plan and decides whether the turn is chat-only or execution.
Thanatos executes the active atomic step and selects the exact next tool call needed for that step.
Tool calls are forced into strict JSON, checked against the tool catalog, repaired if malformed, and blocked if the tool is unsupported or disabled.
After each tool run, state is updated with goal, plan, facts, open questions, next step, and tool history so current-turn execution stays grounded.
Minos returns one validation decision (CONTINUE, RETRY, ASK_USER, FAIL, or FINAL) and checks whether the turn still needs another atomic step.
Hermes renders the final user-facing response after execution and validation have converged.