Welcome back — sign in to your GPUs.
Connect tools the agent can use. Everything runs on your GPU host — tokens and data stay local.
A tamper-evident, hash-chained record of every tool call, approval, connector change, auth event and config change. Stored only on your GPU host.
| # | Time (UTC) | Source | Event | Target | Detail | Result |
|---|---|---|---|---|---|---|
| Loading… | ||||||
What the agent remembers about you across chats. Stored only on your GPU host — never sent to any server. Enabled items are added to the start of every chat. Since it lives on this machine, export a backup to keep it safe across reinstalls.
Headless agent runs on your GPU host — give a goal, watch it work. Runs queue and execute one at a time on the engine. Read-only refuses side-effecting tools; autonomous is pre-authorized to use them. The decision is made at launch — there is no mid-run approval.
Scheduled agent runs on your GPU host — always-on, no cloud bill. Each routine launches an agent run on its schedule; the runs appear in the Agents fleet. Everything stays on this machine.
Build a repeatable process as a funnel of steps — deterministic tool actions piped into AI reasoning nodes — that runs on a model you choose, entirely on your GPU host. Same inputs, same path: every run is recorded so you can audit and improve it.
A workflow is a repeatable process you build as a vertical funnel: inputs at the top, ordered steps narrowing down, and a deliverable at the spout. The daemon walks the funnel in order and pipes each node's output into the next — control flow is enforced by the engine, not improvised by the model, so a workflow is repeatable and auditable (Power-Automate-style).
The four node types
Piping outputs forward — placeholders
Every node has a short id (shown on its card: n1, n2, …). Reference an earlier node's output anywhere in a later node's instruction or action parameters with {{n1}}. Example: an AI node with Summarize {{n1}} and {{n2}} into a short report receives the live outputs of nodes 1 and 2.
Model & permissions
The Model field picks which model runs the AI nodes; the daemon auto-swaps to it before the run (leave blank to use whatever's loaded). Read-only mode refuses side-effecting actions (anything that writes/sends); Autonomous pre-authorizes them. Run launches now (watch it in Agents); Schedule runs it daily.
Give the agent read access to your code. Nothing leaves the GPU host.
Stored only on your GPU host — never on our servers. Enabled items are added to the start of every chat so the model remembers them.
🔒 Your conversation is never included. We only attach the system snapshot above.