Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/HyperAgent
/ error
Method
error
src/hyperagent/cli/console.py:36–37 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
34
self._console.print(f
"[yellow]{text}[/yellow]"
)
35
36
def
error(self, text):
37
self._console.print(f
"[red]{text}[/red]"
)
38
39
def
bot_prompt(self):
40
self._console.print(f
"\n[green][bold]Bot: [/bold][/green]"
)
Callers
nothing calls this directly
Calls
1
print
Method · 0.80
Tested by
no test coverage detected