Interface: CandidateBranch
Defined in: packages/agentos/src/orchestration/planning/types.ts:97
A single candidate decomposition from Phase 1.
Properties
branchId
branchId:
string
Defined in: packages/agentos/src/orchestration/planning/types.ts:98
edges
edges:
GraphEdge[]
Defined in: packages/agentos/src/orchestration/planning/types.ts:102
estimatedCost
estimatedCost:
number
Defined in: packages/agentos/src/orchestration/planning/types.ts:104
estimatedLatencyMs
estimatedLatencyMs:
number
Defined in: packages/agentos/src/orchestration/planning/types.ts:105
nodes
nodes:
GraphNode[]
Defined in: packages/agentos/src/orchestration/planning/types.ts:101
providerAssignments
providerAssignments:
NodeProviderAssignment[]
Defined in: packages/agentos/src/orchestration/planning/types.ts:103
scores
scores:
MissionEvalScores
Defined in: packages/agentos/src/orchestration/planning/types.ts:106
strategy
strategy:
string
Defined in: packages/agentos/src/orchestration/planning/types.ts:99
summary
summary:
string
Defined in: packages/agentos/src/orchestration/planning/types.ts:100