Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
314
def
_make_rich_console() -> Any:
315
from
rich.console
import
Console
316
317
return
Console()
318
319
320
def
_make_markdown(text: str) -> Any:
Callers
2
run_query
Function · 0.90
_run_turn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected