MCPcopy Index your code
hub / github.com/FSoft-AI4Code/HyperAgent / query_codebase

Method query_codebase

src/hyperagent/pilot.py:121–124  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

119 self.verbose = verbose
120
121 def query_codebase(self, query):
122 return self.user_proxy.initiate_chat(
123 self.system, message=query, silent=self.verbose
124 )

Callers 5

main.pyFile · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
data_generation.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected