Closed AKRFranko closed 1 week ago
Could you also post your OAI_CONFIG_LIST without the secrets?
I have no idea where to find this. All i did was run:
$ export OPENAI_API_KEY=<my api key>
$ pipx install autogenstudio
I am running on Ubuntu in windows.
I also tried activating autogenstudio's python venv and ran $ env
, there is no evironment variable called "OAI_CONFIG_LIST" there.
Sorry I misunderstood your issue. It looks like the user proxy's human feedback setting is likely set to NEVER. Did you set this up in AutoGen Studio? Perhaps you can post a screenshot of your agent configurations.
Thank you. This happened with the default out-of-the-box agent.
And i can't change it to anything else but "NEVER".
It works with other prompts, but some prompts have the same behavior as described above.
@victordibia
Hi @AKRFranko ,
Currently, AutoGen studio only supports human input model NEVER
. Supporting other modes is on the roadmap and requires additional streaming infrastructure. This is also discussed in #1278 .
Another factor that can cause agents to get stuck in a loop is related to the underlying LLM being used. In general larger models (GPT 3.5 and co) perform better and make less of these mistakes.
What model are you using?
@victordibia I see.
I am using the default "general agent workflow" which has these models configured:
gpt-4-1106-preview gpt-3.5-turbo-16k TheBloke/zephyr-7B-alpha-AWQ
I will play around with models as you suggest.
Regarding this ticket, having explored a bit further, and understanding the semi-organic nature of this sort of cutting-edge AI tooling, I understand that just popping up the studio and expecting a perfect first run was a bit naive on my part.
I thank you very much for indulging me, keep up the great work, and i leave you the discretion of closing this ticket as you wish.
not a bug
Describe the bug
I asked the general agent workflow "can you help me program a new autogenstudio skill?"
and eventually got the response:
"As there seems to be a persistent issue with receiving your messages, I recommend checking your device or messaging platform for any technical problems that might be preventing your messages from being sent. If you need assistance at a later time, please don't hesitate to reach out. I'm here to help whenever you're ready. Have a great day! TERMINATE"
The problem is the assistant asks for more details (which is not bubbled up to the UI) and the userproxy does not respond so eventually the conversation drops ie:
Steps to reproduce
ask it "can you help me program a new autogenstudio skill"
Expected Behavior
It should have asked me:
"Certainly! To program a new skill for autogenstudio, we'll need to define the functionality you want to create, the inputs and outputs, and any specific requirements or constraints. Please provide me with the details of the skill you'd like to develop, and I'll assist you with the coding part."
Screenshots and logs
No response
Additional Information
autgen version: 0.0.27a0 operating system: Linux DESKTOP-C9MELDE 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux python version: 3.10.12