Expand description
Planning layer.
Multi-model collaborative planning. A huddle runs several reasoning systems in parallel, then the debate loop refines candidate plans before they’re handed to the simulation swarm.
Plans flow through converge’s PromotionGate like any other proposal. No special bypass; standard convergence pipeline applies.
Re-exports§
pub use fuzzy_reasoner::FuzzyReasoner;pub use fuzzy_suggestor::FuzzyInferenceSuggestor;pub use fuzzy_suggestor::FuzzyInferenceTrace;pub use fuzzy_suggestor::FuzzyRuleActivationTrace;pub use fuzzy_suggestor::FuzzySuggestorError;pub use ml_prediction_reasoner::ML_PREDICTION_REASONER_META;pub use ml_prediction_reasoner::MlPredictionMode;pub use ml_prediction_reasoner::MlPredictionReasoner;pub use ml_prediction_reasoner::MlPredictionReasonerDescriptor;pub use collaboration::CollaborationCharter;pub use collaboration::CollaborationDiscipline;pub use collaboration::CollaborationMember;pub use collaboration::CollaborationRole;pub use collaboration::CollaborationTopology;pub use collaboration::CollaborationValidationError;pub use collaboration::TeamFormation;pub use collaboration::TeamFormationMode;pub use collaboration::TurnCadence;pub use huddle_invocation::HuddleInvocation;pub use huddle_invocation::HuddleInvocationKind;pub use huddle_invocation::HuddleUrgency;
Modules§
- charter_
derivation - Charter derivation from intent.
- collaboration
- Collaboration models for multi-agent planning and research teams.
- dd
- Due Diligence suggestor implementations.
- debate
- Debate loop.
- fuzzy_
reasoner - Fuzzy reasoner — graded reasoning over linguistic variables.
- fuzzy_
suggestor - Prism-backed fuzzy inference as a normal Converge Suggestor.
- huddle
- Huddle — multiple reasoning capabilities collaborate on an intent.
- huddle_
invocation - Huddle invocation — the request that asks for a huddle.
- kb
- Generic knowledge base writer for DD results.
- ml_
prediction_ reasoner - ML-prediction reasoner — wraps prism’s regression and classification packs.
- provenance
- Organism planning provenance marker.
- shape_
hypothesis - Shape-as-hypothesis — the collaboration shape itself is an object of learning.
- suggestor
- Converge suggestor patterns for Organism planning.
- topology_
transition - Topology transitions — data-driven rules for mid-run shape changes.
Structs§
- Cost
Estimate - Fuzzy
Consequent - Fuzzy
Rule - Fuzzy
Set - Impact
- Linguistic
Variable - Plan
- A candidate plan produced by reasoning. Plans are proposals, not commitments — authority is recomputed at the commit boundary.
- Plan
Annotation - Plan
Bundle - Plan
Contribution - Plan
Step - Risk
- Tracked
Hypothesis - A hypothesis tracked across convergence cycles.
Enums§
- Consensus
Rule - Re-export the canonical decision rule from
converge-pack. - Fuzzy
Expression - Hypothesis
Outcome - Lifecycle state of a tracked hypothesis.
- Likelihood
- Membership
Function - Reasoning
System - Risk
Impact
Traits§
- Reasoner
- A reasoning capability participating in a huddle.