UNPKG

@ace-sdk/cli

Version:

ACE CLI - Command-line tool for intelligent pattern learning and playbook management

8 lines 661 B
/** * Pattern Types - Re-export from @ace-sdk/core * * @package @ace-sdk/cli */ export type { TrajectoryStep, ExecutionTrace, BulletSection, PlaybookBullet, DomainsSummary, StructuredPlaybook, DeltaOperationType, DeltaOperation, Reflection, PlaybookStats, TokenMetadata, SearchResponseWithMetadata, PlaybookResponseWithMetadata, BootstrapResponse, BootstrapMode, ThoroughnessLevel, ThoroughnessPreset, LearningStatistics, LearningResponse, LearningStreamStage, LearningStreamEvent, LearningStreamCallback, StreamOptions } from '@ace-sdk/core'; export { THOROUGHNESS_PRESETS, LEARNING_STAGE_ICONS } from '@ace-sdk/core'; //# sourceMappingURL=pattern.d.ts.map