arch-design-agent-skill-das.../backend/app/modules/impl_tracker/infrastructure/llm_client.py
2026-03-23 17:03:02 +00:00

5 lines
187 B
Python

class LlmClient:
def evaluate_module(self, module_design: str, module_code: str) -> float:
"""Stub: returns 0.0. Real implementation would call LLM API."""
return 0.0