Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GEPA_DEFAULT_GENERATIONS | No | Default number of iterations | 10 |
GEPA_DEFAULT_POPULATION_SIZE | No | Default number of prompt variants | 20 |
GEPA_MAX_CONCURRENT_PROCESSES | No | Parallel execution limit for performance tuning | 3 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
gepa_start_evolution | Initialize evolution process with configuration and seed prompt |
gepa_record_trajectory | Record execution trajectory for prompt evaluation |
gepa_evaluate_prompt | Evaluate prompt candidate performance across multiple tasks |
gepa_reflect | Analyze failures and generate prompt improvements |
gepa_get_pareto_frontier | Retrieve optimal candidates from Pareto frontier |
gepa_select_optimal | Select best prompt candidate for given context |
gepa_create_backup | Create system backup including evolution state and trajectories |
gepa_restore_backup | Restore system from a specific backup |
gepa_list_backups | List available system backups |
gepa_recovery_status | Get comprehensive disaster recovery status and health information |
gepa_recover_component | Recover a specific GEPA component |
gepa_integrity_check | Perform comprehensive data integrity check |