Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectifyAI/OpenKB
/ _build_style
Function
_build_style
openkb/agent/chat.py:81–82 ·
view source on GitHub ↗
(use_color: bool)
Source
from the content-addressed store, hash-verified
79
80
81
def
_build_style(use_color: bool) -> Style:
82
return
Style.from_dict(_STYLE_DICT
if
use_color
else
{})
83
84
85
def
_fmt(style: Style, *fragments: tuple[str, str]) -> None:
Callers
2
run_query
Function · 0.90
run_chat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected