Spaces:
Sleeping
Sleeping
Update core/evolution_engine.py
Browse files- 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
|
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(
|