agent-transcript-logging

Enforce write-before-render transcript logging with schema, retention, and isolation rules.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Seth-arc/myelin-platform --skill agent-transcript-logging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-transcript-logging
Source: https://github.com/Seth-arc/myelin-platform/tree/main/primary_build_source/docs/skills/3/mnt/user-data/outputs/agent-transcript-logging
Command: npx skills add https://github.com/Seth-arc/myelin-platform --skill agent-transcript-logging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that all AI agent conversations are reliably recorded before responses are shown to the user, providing an auditable trail and preventing data loss.

Core Features & Use Cases

  • Audit-Grade Logging: Captures every learner message and agent response with a comprehensive schema.
  • Write-Before-Render Enforcement: Guarantees transcript entries are saved before any output is displayed.
  • Data Retention & Isolation: Manages transcript lifecycle, including a 2-year retention policy and isolation for demo data.
  • Escalation Linking: Connects critical events (like 'DISTRESS' flags) to specific transcript entries.

Quick Start

Use the agent-transcript-logging skill to write the learner's message and the agent's response to the transcript log before rendering the agent's reply.

Frequently Asked Questions about agent-transcript-logging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log AI agent conversations for audit and review?

To log AI agent conversations for audit, implement a write-before-render contract that captures every learner message and agent response using a comprehensive schema before displaying any output. This guarantees an auditable trail and prevents data loss.

What is a write-before-render contract for AI conversation history?

A write-before-render contract for AI conversation history is a mechanism that guarantees transcript entries are saved to storage before any agent response is displayed to the user. This ensures that no conversation data is lost if rendering fails.

Can I isolate demo data from tenant-specific conversation transcripts?

Yes, you can isolate demo data from tenant-specific conversation transcripts by utilizing dedicated namespaces. This data retention and isolation approach manages the transcript lifecycle, including a 2-year retention policy, while keeping demo records separate.

How do I link escalation events to specific AI transcript entries?

You link escalation events to specific AI transcript entries by connecting critical flags, such as a DISTRESS signal, directly to the corresponding transcript records. This escalation linking enables targeted lecturer review and audit export queries.

Does this conversation logging approach support learner-facing history?

Yes, this conversation logging approach supports learner-facing history by capturing every message and response within a structured schema. It enables learners to review their past interactions while providing lecturers with audit export capabilities.

What are the limitations of using a 2-year retention policy for audit logs?

The limitation of a 2-year retention policy for audit logs is that transcript entries are automatically managed and purged after this lifecycle period. You must extract necessary audit export queries and historical data before the retention window expires.