OldAIProjects / OldAGiXT-Frontend

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

Text appears in the agent text file but not in the gui. #1

Open CRCODE22 opened 1 year ago

CRCODE22 commented 1 year ago

Description

When you assign a task to the agent it will not show in the GUI the results but the output is written to a text file in the agent folder.

34534523423423123 Find 5 latest news headlines on May, 05, 2023 related to Technology..txt

Steps to Reproduce the Bug

Assign a task to the agent it will not show in the GUI the results but the output is written to a text file in the agent folder.

Expected Behavior

For the output of the agent to appear in the GUI under the task agent.

Actual Behavior

34534523423423123

Additional Context / Screenshots

There is output generated by the agent but not appearing in the GUI. 127.0.0.1 - - [07/May/2023 18:05:40] "POST /api/v1/generate HTTP/1.1" 200 - Output generated in 105.28 seconds (0.87 tokens/s, 92 tokens, context 24, seed 200956049) 127.0.0.1 - - [07/May/2023 18:08:28] "POST /api/v1/generate HTTP/1.1" 200 - Output generated in 496.88 seconds (0.64 tokens/s, 318 tokens, context 398, seed 763687500) 127.0.0.1 - - [07/May/2023 18:16:45] "POST /api/v1/generate HTTP/1.1" 200 - Output generated in 166.63 seconds (0.00 tokens/s, 0 tokens, context 409, seed 469111486) 127.0.0.1 - - [07/May/2023 18:19:32] "POST /api/v1/generate HTTP/1.1" 200 - Output generated in 100.66 seconds (0.59 tokens/s, 59 tokens, context 102, seed 4115488) 127.0.0.1 - - [07/May/2023 18:21:12] "POST /api/v1/generate HTTP/1.1" 200 - Output generated in 867.37 seconds (0.78 tokens/s, 673 tokens, context 416, seed 948141595) 127.0.0.1 - - [07/May/2023 18:35:40] "POST /api/v1/generate HTTP/1.1" 200 - Output generated in 357.99 seconds (0.00 tokens/s, 0 tokens, context 855, seed 588820203) 127.0.0.1 - - [07/May/2023 18:41:38] "POST /api/v1/generate HTTP/1.1" 200 - Output generated in 116.96 seconds (0.50 tokens/s, 59 tokens, context 128, seed 755310477) 127.0.0.1 - - [07/May/2023 18:43:35] "POST /api/v1/generate HTTP/1.1" 200 -

Operating System

Python Version

Environment Type - Connection

Environment Type - Container

Acknowledgements

knewter commented 1 year ago

this happens to me as well, using docker

adam-eastes commented 1 year ago

yeah a bit of a work around is running command

`docker compose up'

You can give the Agent a task in the web browser and watch its outputs