Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectifyAI/OpenKB
/ _start_live
Function
_start_live
openkb/agent/chat.py:360–365 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
358
console = None
# type: ignore[assignment]
359
360
def
_start_live() -> Any:
361
if
console is None:
362
return
None
363
lv = Live(console=console, vertical_overflow=
"visible"
)
364
lv.start()
365
return
lv
366
367
live = _start_live()
368
Callers
1
_run_turn
Function · 0.70
Calls
1
start
Method · 0.80
Tested by
no test coverage detected