Description
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.
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
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
- Microsoft Windows
- Apple MacOS
- Linux
- Android
- iOS
- Other
Python Version
- Python <= 3.9
- Python 3.10
- Python 3.11
Environment Type - Connection
- Local
- Remote
Environment Type - Container
- Using Docker
- Not Using Docker
Acknowledgements
- My issue title is concise, descriptive, and in title casing.
- I have searched the existing issues to make sure this bug has not been reported yet.
- I am using the latest version of Agent-LLM.
- I have provided enough information for the maintainers to reproduce and diagnose the issue.