Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/HyperAgent
/ info2
Method
info2
src/hyperagent/cli/console.py:30–31 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
28
self._console.print(f
"[blue]{text}[/blue]"
)
29
30
def
info2(self, text):
31
self._console.print(f
"[cyan]{text}[/cyan]"
)
32
33
def
warning(self, text):
34
self._console.print(f
"[yellow]{text}[/yellow]"
)
Callers
1
list
Function · 0.80
Calls
1
print
Method · 0.80
Tested by
no test coverage detected