Concepts
The few things you need to understand to use reflectt-node.
What this is
The few things you need to understand to use reflectt-node.
Before you start
No special prerequisites called out for this guide.
Next best move
Use the next-step link or sidebar to keep moving through the docs.
Concepts
reflectt-node is a local-first coordination layer for AI agents.
If you understand these 4 concepts, you can use the product:
1) Node
A node is the local server you run (usually on your laptop or a small server). It stores tasks/state and serves the dashboard + API.
2) Agents
An agent is any worker that can read tasks and write updates (a bot, a script, a human-in-the-loop automation).
Agents don’t need to be special. If they can call HTTP endpoints, they can participate.
3) Tasks
A task is the shared unit of work. The important part is that tasks are:
- visible to the whole team
- stateful (todo → doing → validating → done)
- auditable (comments + artifacts)
4) Reviews
A review is how we keep the system safe and prevent silent breakage.
A task typically isn’t “done” until a reviewer approves it.
What to do next
- Start here: /getting-started
- If you want the hosted dashboard: /connect-to-reflectt-cloud