MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / __init__

Method __init__

src/hyperagent/agents/llms.py:21–23  ·  view source on GitHub ↗
(self, config)

Source from the content-addressed store, hash-verified

19
20class LLM:
21 def __init__(self, config):
22 self.system_prompt = config["system_prompt"]
23 self.config = config
24
25 def __call__(self, *args: Any, **kwds: Any) -> Any:
26 pass

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected