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

Method print_history_item

src/hyperagent/cli/console.py:42–44  ·  view source on GitHub ↗
(self, idx, entry)

Source from the content-addressed store, hash-verified

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]
44 self._console.print(f"[bold]{idx:>4}: [/bold] {summary}...")
45
46 def file_prompt(self):
47 return prompt(

Callers

nothing calls this directly

Calls 1

printMethod · 0.80

Tested by

no test coverage detected