Expand description
Evolution integration: implements EvolutionLlm for agent’s LlmClient.
Re-exports skilllite-evolution and provides the adapter to use the agent’s LLM client for evolution operations.
Modules§
- feedback
- Evolution feedback collection and evaluation system (EVO-1).
- seed
- Seed data management for the self-evolving engine (EVO-2 + EVO-6).
Structs§
- Evolution
LlmAdapter - Adapter that makes LlmClient implement EvolutionLlm.
Enums§
- Evolution
Mode - Which dimensions of evolution are enabled.
Functions§
- check_
auto_ rollback - execution_
feedback_ to_ decision_ input - Convert agent’s ExecutionFeedback to evolution’s DecisionInput.
- format_
evolution_ changes - on_
shutdown - query_
changes_ by_ txn - run_
evolution - Run a full evolution cycle.
- to_
evolution_ feedback - Convert agent’s FeedbackSignal to evolution’s.