export { CopilotAdapter, CopilotTrajectoryConverterOptions } from "./copilot-adapter.js"; export { eventTurn, sliceTrajectoryToTurn, sliceTrajectoryToScope, eventMatchesScope, scopeLabel, stampConversationTurns, validateTurnDiffs, stripWorkspacePatchForJsonl, } from "./turn.js"; export type { AgentScope } from "./turn.js"; export type { ValidatedTurnDiffs } from "./turn.js"; export * from "./types.js"; //# sourceMappingURL=index.d.ts.map