koura718's picture
Copy to github 1st
aa04092
modules = ["python-3.11"]
[nix]
channel = "stable-24_05"
[deployment]
deploymentTarget = "autoscale"
run = ["sh", "-c", "python save_chat_history.py"]
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "save_history"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "save_agent_history"
[[workflows.workflow]]
name = "save_history"
author = "agent"
[workflows.workflow.metadata]
agentRequireRestartOnSave = false
[[workflows.workflow.tasks]]
task = "packager.installForAll"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "python save_chat_history.py"
[[workflows.workflow]]
name = "save_agent_history"
author = "agent"
[workflows.workflow.metadata]
agentRequireRestartOnSave = false
[[workflows.workflow.tasks]]
task = "packager.installForAll"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "python agent_chat_history.py"
[[ports]]
localPort = 5000
externalPort = 80