Victor Dibia

Results 218 comments of Victor Dibia

Hi @himanshud2611 , Thanks for the note. That is indeed a bug that needs to be fixed. The issue seems to be with darkmode. (that section is legible when you...

Closing this for now given the update to the new version of AutoGen Studio (resources below). ---- > See this video for a walkthrough of features - https://youtu.be/oum6EI7wohM [![Designing With...

Hi @dipteshbosedxc @shashank-indukuri , @SDShooter It looks like the error is due to the fact that `lmstudio` or the api server you have does not allow messages with empty content....

```python user = autogen.UserProxyAgent( name="User", human_input_mode="NEVER", is_termination_msg=lambda x: x.get("content", "") and x.get("content", "").rstrip().endswith("TERMINATE"), default_auto_reply="Reply 'TERMINATE' in the end when everything is done. ", max_consecutive_auto_reply=5, code_execution_config={ "work_dir": "tasks", "use_docker": False, },...

Hi @crypdick , In general, `register_reply` can be seen as a function that get's called once the agent generates a response. We can repurpose this for a task such as...

Closing this per @ekzhu's comment above. Please feel free to reopen is you are still facing challenges. Note that the older version of autogenstudio (in your screenshot) is no longer...

Hi, @ofimbres , Thanks for this PR. Adding new datamodels tends to break existing db schema. There is some work to be done to enable automatic database upgrade e..g, detect...

Thanks for the contribution here @ofimbres , Given the recent rewrite of the AutoGen API and updates to AutoGen Studio (see docs below), I'll go ahead and close out this...

This is looking great @jackgerrits, thanks! For AGS, two things that would be helpful - ability to pass in string versions of the function (similar to @gagb 's request above)...

Hi @jxraynaud , Thanks for the notes. All of these can improve current behaviors in autogenstudio. Studio originally began as a example but is transitioning into a tool that we...