MCPcopy Create free account
hub / github.com/codingmoh/open-codex / get_agent

Method get_agent

src/open_codex/agent_builder.py:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8 @staticmethod
9 def get_agent() -> LLMAgent:
10 system_prompt = files("open_codex.resources").joinpath("prompt.txt").read_text(encoding="utf-8")
11 return AgentPhi4Mini(system_prompt=system_prompt)
12
13 @staticmethod
14 def read_file(file_path: str) -> str:

Callers 1

one_shot_modeFunction · 0.80

Calls 1

AgentPhi4MiniClass · 0.90

Tested by

no test coverage detected