Skip to content

public.robots

Description

Registry of all LLM robots using the HTM system

Columns

Name Type Default Nullable Children Parents Comment
created_at timestamp with time zone CURRENT_TIMESTAMP true When the robot was first registered
id bigint nextval('robots_id_seq'::regclass) false public.robot_nodes
last_active timestamp with time zone CURRENT_TIMESTAMP true Last time the robot accessed the system
name text true Human-readable name for the robot

Constraints

Name Type Definition
robots_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
robots_pkey CREATE UNIQUE INDEX robots_pkey ON public.robots USING btree (id)

Relations

er


Generated by tbls