ai-package profile

Agent-memory package profile: grounded knowledge plus provenance and standpoints, packaged for AI-agent consumption — the GMEOW dogfood profile.

Structure

Types: gmeow:GTSProfile

Practical Pattern

Use gmeow:gtsProfileAiPackage as a controlled value typed as gmeow:GTSProfile.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Ai Offline Replay

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/dreaming/ai-offline-replay/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .



# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example — AI memory-consolidation / generative replay.
#
# An AI agent (gmeow:SoftwareAgent) runs an offline gmeow:LearningEvent over a
# GTS agent-memory package (gmeow:GTSSegment with gmeow:gtsProfileAiPackage).
# The replay performs consolidation and concept formation, and uses an
# gmeow:Analogy to transfer structure between stored scenarios. A dream-like
# synthetic experience is derived from the replay to show the human↔machine
# dreaming parallel without asserting an equivalence.

ex:lillithMemoryPackage a gmeow:GTSSegment ;
    rdfs:label "Lillith's agent-memory package"@en ;
    rdfs:comment "A GTS segment carrying grounded knowledge plus provenance and standpoints for AI consumption."@en ;
    gmeow:embodies ex:lillithMemoryExpression ;
    gmeow:gtsSegmentIndex "0"^^xsd:nonNegativeInteger ;
    gmeow:gtsHeadId "blake3:7a3b9c2d4e5f60718293a4b5c6d7e8f9012345678901234567890abcdef12345" ;
    gmeow:gtsProfile gmeow:gtsProfileAiPackage .

Common Companion Terms

gmeow:GTSProfile