afourney
afourney
That is weird. Can you share the console_log. It has more info.
> I am stuck: `ModuleNotFoundError: No module named 'autogen.mdconvert'` mdconvert is a file that only exists in the gaia branch. Can you please provide more details about how you've set...
Wait , how does this work for agents like GroupChatManager or agents that are enabled as Teachable? These agents make additional LLM calls outside the usual flow.
Love to see the TUI in the sample apps. One natural question is if it will support the same "skills" format at AutoGenStudio -- it would be great if it...
That's basically correct yes. We are working on better instrumentation this week to better track costs. Group chat is tricky because many messages are duplicated (and thus only need to...
See also #1145 Note that Docker is not running on our test machines, so many tests will fail. We should update the tests to explicitly set use_docker=False
Yeah that's a good question. But given the tests that are failing (complaining Docker is not running and the docker client cannot connect), it suggests to me that the Docker...
> My thinking is we need to figure out what are: > > 1. the **requirements** from use cases -- this likely include sending introductions, but also other things like...
> OPEN AI tests need fix. I'm not sure I would have done anything to break openai here... I think the tests failed for a different reason. But, I merge...
Failures on RetrieveChat seem unrelated?