Skip to main content

Module evolution

Module evolution 

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

EvolutionLlmAdapter
Adapter that makes LlmClient implement EvolutionLlm.

Enums§

EvolutionMode
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.