Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/HyperAgent
/ bot_prompt
Method
bot_prompt
src/hyperagent/cli/console.py:39–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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]"
)
41
42
def
print_history_item(self, idx, entry):
43
summary = entry[:self._console.width - 20]
Callers
nothing calls this directly
Calls
1
print
Method · 0.80
Tested by
no test coverage detected