MCPcopy Create free account
hub / github.com/CL-lau/SQL-GPT / __init__

Method __init__

gpt/agent.py:16–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14class AgentHelper:
15 """Add agent to help docGPT can be perfonm better."""
16 def __init__(self) -> None:
17 self._llm = None
18 self.agent_ = None
19 self.tools = []
20
21 @property
22 def llm(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected