transcript

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package transcript adapts built-in persisted formats to the backend-neutral transcript contract.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Claude

type Claude struct{}

func (Claude) IsTurnAborted

func (Claude) IsTurnAborted([]byte) bool

func (Claude) IsTurnComplete

func (Claude) IsTurnComplete(raw []byte) bool

func (Claude) NewAssembler

func (Claude) NewAssembler() backend.Assembler

func (Claude) ReadTurns

func (Claude) ReadTurns(path string, limit int) ([]core.Turn, int, error)

type ClaudeForker

type ClaudeForker struct{}

func (ClaudeForker) Fork

func (ClaudeForker) Fork(_ context.Context, _ string, path, afterID string) (string, string, error)

type Codex

type Codex struct{}

func (Codex) IsTurnAborted

func (Codex) IsTurnAborted(raw []byte) bool

func (Codex) IsTurnComplete

func (Codex) IsTurnComplete(raw []byte) bool

func (Codex) NewAssembler

func (Codex) NewAssembler() backend.Assembler

func (Codex) ReadTurns

func (Codex) ReadTurns(path string, limit int) ([]core.Turn, int, error)

type CodexForker

type CodexForker struct{}

func (CodexForker) Fork

func (CodexForker) Fork(_ context.Context, sourceID, path, afterID string) (string, string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL