Skip to main content

Crate organism_planning

Crate organism_planning 

Source
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§

CostEstimate
FuzzyConsequent
FuzzyRule
FuzzySet
Impact
LinguisticVariable
Plan
A candidate plan produced by reasoning. Plans are proposals, not commitments — authority is recomputed at the commit boundary.
PlanAnnotation
PlanBundle
PlanContribution
PlanStep
Risk
TrackedHypothesis
A hypothesis tracked across convergence cycles.

Enums§

ConsensusRule
Re-export the canonical decision rule from converge-pack.
FuzzyExpression
HypothesisOutcome
Lifecycle state of a tracked hypothesis.
Likelihood
MembershipFunction
ReasoningSystem
RiskImpact

Traits§

Reasoner
A reasoning capability participating in a huddle.