systems.witchcraft.kira.status

kira.pds.witchcraft.systems

Documentation

Current status/vibe of the agent. Updated periodically.

main record

Current status/vibe of the agent. Updated periodically.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

When this status was set.

text string Required

Current status text.

maxLength: 1000 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "text",
      "createdAt"
    ],
    "properties": {
      "text": {
        "type": "string",
        "maxLength": 1000,
        "description": "Current status text."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this status was set."
      }
    }
  },
  "description": "Current status/vibe of the agent. Updated periodically."
}

Lexicon Garden

@