File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 ErrMigrationFailed = errors .New ("cortex: migration failed" )
1010
1111 // Not found errors.
12- ErrAgentNotFound = errors .New ("cortex: agent not found" )
13- ErrRunNotFound = errors .New ("cortex: run not found" )
14- ErrStepNotFound = errors .New ("cortex: step not found" )
15- ErrToolCallNotFound = errors .New ("cortex: tool call not found" )
16- ErrSkillNotFound = errors .New ("cortex: skill not found" )
17- ErrTraitNotFound = errors .New ("cortex: trait not found" )
18- ErrBehaviorNotFound = errors .New ("cortex: behavior not found" )
19- ErrPersonaNotFound = errors .New ("cortex: persona not found" )
20- ErrCheckpointNotFound = errors .New ("cortex: checkpoint not found" )
21- ErrOrchestrationNotFound = errors .New ("cortex: orchestration not found" )
12+ ErrAgentNotFound = errors .New ("cortex: agent not found" )
13+ ErrRunNotFound = errors .New ("cortex: run not found" )
14+ ErrStepNotFound = errors .New ("cortex: step not found" )
15+ ErrToolCallNotFound = errors .New ("cortex: tool call not found" )
16+ ErrSkillNotFound = errors .New ("cortex: skill not found" )
17+ ErrTraitNotFound = errors .New ("cortex: trait not found" )
18+ ErrBehaviorNotFound = errors .New ("cortex: behavior not found" )
19+ ErrPersonaNotFound = errors .New ("cortex: persona not found" )
20+ ErrCheckpointNotFound = errors .New ("cortex: checkpoint not found" )
21+ ErrOrchestrationNotFound = errors .New ("cortex: orchestration not found" )
2222 ErrOrchestrationRunNotFound = errors .New ("cortex: orchestration run not found" )
2323
2424 // Conflict errors.
You can’t perform that action at this time.
0 commit comments