MCPcopy
hub / github.com/stitionai/devika / __init__

Method __init__

src/agents/coder/coder.py:17–21  ·  view source on GitHub ↗
(self, base_model: str)

Source from the content-addressed store, hash-verified

15
16class Coder:
17 def __init__(self, base_model: str):
18 config = Config()
19 self.project_dir = config.get_projects_dir()
20 self.logger = Logger()
21 self.llm = LLM(model_id=base_model)
22
23 def render(
24 self, step_by_step_plan: str, user_context: str, search_results: dict

Callers

nothing calls this directly

Calls 4

get_projects_dirMethod · 0.95
ConfigClass · 0.90
LoggerClass · 0.90
LLMClass · 0.90

Tested by

no test coverage detected