MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / _make_rich_console

Function _make_rich_console

openkb/agent/chat.py:314–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

312
313
314def _make_rich_console() -> Any:
315 from rich.console import Console
316
317 return Console()
318
319
320def _make_markdown(text: str) -> Any:

Callers 2

run_queryFunction · 0.90
_run_turnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected