Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/HyperAgent
/ info
Method
info
src/hyperagent/cli/console.py:27–28 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
25
self._console.print(text)
26
27
def
info(self, text):
28
self._console.print(f
"[blue]{text}[/blue]"
)
29
30
def
info2(self, text):
31
self._console.print(f
"[cyan]{text}[/cyan]"
)
Callers
9
main.py
File · 0.80
Setup
Function · 0.80
__init__
Method · 0.80
read_key
Function · 0.80
setup
Function · 0.80
list
Function · 0.80
query
Function · 0.80
tailwind.min.js
File · 0.80
data_generation.py
File · 0.80
Calls
1
print
Method · 0.80
Tested by
no test coverage detected