Messages
Path:
pi-cybernetic/src/types/messages.tsRelative: src/types/messages.tsSubproject: pi-cyberneticCategory: cybernetic-coreLines: 96Bytes: 2,425Imports: 3Exports: 10
Content Preview
- /**
- * ADR-003 — inter-loop communication as custom AgentMessage types via
- * declaration merging. Carried in the transcript for the Loop 5 audit trail,
- * converted or filtered by MemoryEngine.convertToLlm before the model sees them.
- */
- import type { GoalItem, GoalState } from "./goal-state.ts";
- import type { CyberneticMetrics, Escalation, LoopId } from "./metrics.ts";
- import type { GearShiftAudit } from "./memory.ts";
- export interface GoalCheckpointMessage {
- role: "goalCheckpoint";
- goal