mgbam commited on
Commit
f3c444a
·
verified ·
1 Parent(s): 8246349

Update core/evolution_engine.py

Browse files
Files changed (1) hide show
  1. core/evolution_engine.py +2 -2
core/evolution_engine.py CHANGED
@@ -1,6 +1,6 @@
1
  # algoforge_prime/core/evolution_engine.py
2
- from .llm_clients import call_huggingface_api, call_gemini_api, LLMResponse
3
- from ..prompts.system_prompts import get_system_prompt
4
  # from ..prompts.prompt_templates import format_evolution_user_prompt # If you create one
5
 
6
  def evolve_solution(
 
1
  # algoforge_prime/core/evolution_engine.py
2
+ from core.llm_clients import call_huggingface_api, call_gemini_api, LLMResponse # Absolute
3
+ from prompts.system_prompts import get_system_prompt # Absolute
4
  # from ..prompts.prompt_templates import format_evolution_user_prompt # If you create one
5
 
6
  def evolve_solution(