Victor Dibia

Results 218 comments of Victor Dibia

@sanjiv27 , can you provide more information on this? > The framework expects "workbench" to be a dictionary. Can you provide a minimum reproducible example? See [here](https://github.com/microsoft/autogen/blob/3b139c65393ace74a929b90a18ae406114ce3d4b/python/packages/autogen-agentchat/src/autogen_agentchat/agents/_assistant_agent.py#L76)

These ideas here seem to have been implemented i.e console class and `run_stream` returning a stream that an application can process as needed.

Hi @libinruan , Thanks for this. What model are you uising to test this? Can you share a sample config in python or serialized json for reproducibility?

Thanks for the note @qcloop . Can you show a concrete example of the errors you are seeing? @ekzhu .. thoughts .. any side effects to escaping special characters?

@ekzhu , it might be worth discussing how we address this (or not) in #4436 . Current implementation uses the runtime to load_state/save team state. ```python runtime_state = await self._runtime.save_state()...

Hi @ImagineL , How are you serving your `qwen_turbo` model? In general, our plan is to support any model, as long as they can be wrapped into an **openai-compatible** endpoint....

Hi @bih , We are currently working a memory interface that should help with this for the high level AgentChat API. These capabilities are being tracked in issue #4039 and...

Hi @bih , We have the PR for loading/saving state merged into main (should be available in the next dev release). Documentation page is [here](https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/tutorial/state.html) Save state .. ```python #...

Does this work for you / answer your question? - Run your team - save_state .. - persist to json file ... In new context - create your team -...

can you show a screenshot of your configuration view? Do you have the base url configured? https://ai.google.dev/gemini-api/docs/openai ``` { "provider": "autogen_ext.models.openai.OpenAIChatCompletionClient", "component_type": "model", "version": 1, "component_version": 1, "description": "Gemini 2.5",...