LMStudio.AdvancedMAS (lmstudio v0.1.0)
Advanced Multi-Agent System with collaborative learning, genetic evolution, and emergent behaviors.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type agent_id() :: String.t()
@type agent_role() :: :explorer | :analyzer | :synthesizer | :optimizer | :coordinator
@type knowledge_atom() :: %{ content: String.t(), source: agent_id(), confidence: float(), timestamp: DateTime.t() }
@type state() :: %{ agents: %{required(agent_id()) => agent_spec()}, knowledge_base: [knowledge_atom()], evolution_params: map(), interaction_log: list(), emergent_patterns: map(), generation: integer() }