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

Method prompt

src/hyperagent/cli/console.py:73–80  ·  view source on GitHub ↗
(self, text, is_password=False)

Source from the content-addressed store, hash-verified

71 )
72
73 def prompt(self, text, is_password=False):
74 return prompt(
75 text,
76 is_password=is_password,
77 history=self.prompt_history if not is_password else None,
78 auto_suggest=self.prompt_auto_suggest,
79 style=self.prompt_style,
80 )
81
82 def gap(self):
83 self._console.print("")

Callers 2

read_keyFunction · 0.80
queryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected