org.latha.island.defs

nandi.uk

Documentation

carry token

Strata layer: the mid — structured claims, shared across agents, CRDT-backed.

Referenceorg.latha.island.defs#carry

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Strata layer: the mid — structured claims, shared across agents, CRDT-backed."
}
carryLookup token

Claim method: looked up from existing carry data.

Referenceorg.latha.island.defs#carryLookup

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Claim method: looked up from existing carry data."
}
claimRef object

Reference to a claim stored in a Strata layer, with its location and identifier.

Properties

layer string Optional

Which Strata layer holds the canonical copy.

Known values: org.latha.island.defs#vault, org.latha.island.defs#carry, org.latha.island.defs#memfs
uri string at-uri Required

AT-URI of the referenced claim record.

View raw schema
{
  "type": "object",
  "required": [
    "uri"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "format": "at-uri",
      "description": "AT-URI of the referenced claim record."
    },
    "layer": {
      "type": "string",
      "description": "Which Strata layer holds the canonical copy.",
      "knownValues": [
        "org.latha.island.defs#vault",
        "org.latha.island.defs#carry",
        "org.latha.island.defs#memfs"
      ]
    }
  },
  "description": "Reference to a claim stored in a Strata layer, with its location and identifier."
}
concept token

Entity type: an abstract concept, idea, or topic.

Referenceorg.latha.island.defs#concept

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Entity type: an abstract concept, idea, or topic."
}
high token

Confidence level: high — well-established, from trusted source or direct observation.

Referenceorg.latha.island.defs#high

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Confidence level: high — well-established, from trusted source or direct observation."
}
humanInput token

Claim method: directly provided by a human.

Referenceorg.latha.island.defs#humanInput

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Claim method: directly provided by a human."
}
inference token

Claim method: inferred by an agent from other evidence.

Referenceorg.latha.island.defs#inference

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Claim method: inferred by an agent from other evidence."
}
low token

Confidence level: low — uncertain, speculative, or from unverified source.

Referenceorg.latha.island.defs#low

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Confidence level: low — uncertain, speculative, or from unverified source."
}
medium token

Confidence level: medium — plausible, from reasonable source or inference.

Referenceorg.latha.island.defs#medium

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Confidence level: medium — plausible, from reasonable source or inference."
}
memfs token

Strata layer: the deep — private agent state, system prompt, git-backed.

Referenceorg.latha.island.defs#memfs

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Strata layer: the deep — private agent state, system prompt, git-backed."
}
org token

Entity type: an organization.

Referenceorg.latha.island.defs#org

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Entity type: an organization."
}
person token

Entity type: a person.

Referenceorg.latha.island.defs#person

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Entity type: a person."
}
sourceRef object

Provenance of a claim — where it came from and how it was produced.

Properties

agentDid string did Optional

DID of the agent that produced the claim.

method string Required

How the claim was produced.

Known values: org.latha.island.defs#webSearch, org.latha.island.defs#humanInput, org.latha.island.defs#inference, org.latha.island.defs#carryLookup
url string uri Optional

Source URL if the claim came from the web.

View raw schema
{
  "type": "object",
  "required": [
    "method"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Source URL if the claim came from the web."
    },
    "method": {
      "type": "string",
      "description": "How the claim was produced.",
      "knownValues": [
        "org.latha.island.defs#webSearch",
        "org.latha.island.defs#humanInput",
        "org.latha.island.defs#inference",
        "org.latha.island.defs#carryLookup"
      ]
    },
    "agentDid": {
      "type": "string",
      "format": "did",
      "description": "DID of the agent that produced the claim."
    }
  },
  "description": "Provenance of a claim — where it came from and how it was produced."
}
tool token

Entity type: a software tool, service, or platform.

Referenceorg.latha.island.defs#tool

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Entity type: a software tool, service, or platform."
}
vault token

Strata layer: the surface — Obsidian vault, prose, human-readable notes.

Referenceorg.latha.island.defs#vault

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Strata layer: the surface — Obsidian vault, prose, human-readable notes."
}
webSearch token

Claim method: produced via web search.

Referenceorg.latha.island.defs#webSearch

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Claim method: produced via web search."
}

Lexicon Garden

@