mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-14 19:05:17 +00:00
Merge branch 'pr/974' into development
This commit is contained in:
commit
1e1d22d94e
7 changed files with 131 additions and 54 deletions
|
|
@ -9,7 +9,7 @@ from python.helpers.print_style import PrintStyle
|
|||
|
||||
QUEUE_KEY = "message_queue"
|
||||
QUEUE_SEQ_KEY = "message_queue_seq"
|
||||
UPLOAD_FOLDER = "/a0/tmp/uploads"
|
||||
UPLOAD_FOLDER = "/a0/usr/uploads"
|
||||
|
||||
|
||||
def get_queue(context: "AgentContext") -> list:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue