OldAIProjects / OldAGiXT-Frontend

Front end for Agent-LLM.
MIT License
31 stars 12 forks source link

clicking start a task on an agent, the run status and the text log of what is happening never appears. #9

Open DIGist opened 1 year ago

DIGist commented 1 year ago

Description

clicking start a task on an agent, the run status and the text log of what is happening never appears.

I can see the log in the dockerlog that seems the backend is making requests to the llm, but the run status in the front end is never updated and the log in the frontend for the task never seems to appear.

May or may not be related to bugs #1 and #2

Steps to Reproduce the Bug

1) run front end with docker compose and the agent-llm backend. 2) create an agent (in my case Oobabooga: http://localbox.lan:5000/ 3) assign it a task 4) watch as nothing happens in the front end, but the backend reports requests being sent to the LLM.

Expected Behavior

run status will update and log will appear

Actual Behavior

no run status change or log.

Additional Context / Screenshots

No response

Operating System

Python Version

Environment Type - Connection

Environment Type - Container

Acknowledgements

adam-eastes commented 1 year ago

Second this issue.