Results 226 comments of afourney

These are great observations. I've mainly only been using ``compact=False`` in the Testbed, since the intention is to log as much as is possible. Even in verbose logging, it's weird...

Base 64 images are now optionally maintained (in #1140)

I agree with @husseinmozannar that this is a reasonable and very clean implementation of this idea -- if perhaps a little restrictive. I like the idea of passing the entire...

I think there is much we can do to make this easier/composable, but my thoughts at this moment are: * Coder - No problem. * ComputerTerminal - This agent is...

hmmm, how do you folks typically install packages with optional dependencies? Indeed, with zsh or fish, quoting is necessary and should be sufficient: `pip install 'markitdown[all]'` You could also write...

We discussed this in the Teams chat. I think we need something like this -- it's a great idea. The exact form is TBD, but there are some strong contenders....

Yes, better handling of images is on my to-do list. The original purpose of the library was to support text-only LLMs, so the original focus was on extracting image metadata...

Good point. The library was originally designed to allow LLMs to read various file formats -- and they are inherently multilingual. But, I agree this is not appropriate for other...

Thanks for the report. The table header is written with `` tags rather than `` tags, and I wonder if that's what's breaking. I will see if I can debug...

At least in the group chat setting, I believe you can get the sender via the message name field — but I haven’t tried it in this specific application context