Expand description
Grouped offering API for self-assembling formations.
The stable pattern is:
- semantics in
converge-model - authoring in
converge-pack - runnable machinery in
converge-kernel
Structs§
- Capability
Assignment - A single capability-to-backend assignment.
- Deliberated
Formation Template - Template for a deliberated formation shape.
- Formation
Assembly Suggestor - Assembles a formation by matching required roles to available suggestors.
- Formation
Catalog - Registry of reusable formation templates.
- Formation
Plan - Structured result of formation assembly.
- Formation
Request - Structured request for formation assembly.
- Formation
Template Metadata - Classification-facing metadata for a reusable formation template.
- Formation
Template Query - Query surface a classifier can emit before choosing a formation template.
- Open
Claw Formation Template - Template for an open-claw formation shape.
- Profile
Snapshot - Serializable snapshot of a suggestor’s formation metadata.
- Provider
Assignment - Structured result of provider selection.
- Provider
Request - Structured request for provider selection inside a convergence loop.
- Provider
Selection Suggestor - Routes required capabilities to available backends via bipartite matching.
- Role
Assignment - A single role-to-suggestor assignment.
- Scored
Formation Template - Template for a scored formation shape.
- Scoring
Weights - Static
Formation Template - Template for a static formation shape.
Enums§
- Capability
- A capability that a backend declares it supports.
- Cost
Class - Cost classification — how expensive is this backend to use?
- Formation
Kind - Formation
Template - Reusable formation choice before concrete suggestor assembly happens.
- Latency
Class - Latency class requirements.
- Suggestor
Capability - Capabilities formation assembly may use to filter or prefer suggestors.
- Suggestor
Role - The coarse role a suggestor plays inside a formation.
Traits§
- Suggestor
Profile - Describes the shape and operating envelope of a suggestor.