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

Method print

src/hyperagent/cli/console.py:21–25  ·  view source on GitHub ↗
(self, text, render=True)

Source from the content-addressed store, hash-verified

19 self._console = RawConsole()
20
21 def print(self, text, render=True):
22 if render:
23 self._console.print(Markdown(text))
24 else:
25 self._console.print(text)
26
27 def info(self, text):
28 self._console.print(f"[blue]{text}[/blue]")

Callers 7

infoMethod · 0.80
info2Method · 0.80
warningMethod · 0.80
errorMethod · 0.80
bot_promptMethod · 0.80
print_history_itemMethod · 0.80
gapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected