mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 03:30:23 +00:00
global context in run_ui.py fix
This commit is contained in:
parent
68020cd626
commit
4c647bca20
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ def timeout_input(prompt, timeout=10):
|
|||
return timed_input.timeout_input(prompt=prompt, timeout=timeout)
|
||||
|
||||
def run():
|
||||
global context
|
||||
print("Initializing framework...")
|
||||
|
||||
#load env vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue