cheng-tan
cheng-tan
> Do we want to have the joiner.py produce checkpoints or is that something we will skip? I'm updating RewardFunctionInfo to CheckpointInfo and add in the config of learning mode...
Thanks @Moshiii, I'll look into improving on logging and also fix this issue with serialization early next week.
Hi @Moshiii, looked a bit closer into this, will exclude WindowsPath or dump WindowsPath as string when serializing the agent unblock you?
you can add the WindowsPath object to here: https://github.com/microsoft/autogen/blob/main/autogen/logger/sqlite_logger.py#L224. Adding the field to `exclude` will skip serializing that field, adding the object type to `no_recursive` will serialize it to string
> The default appearance should not be dark. Can you change it to light? Thanks! @cheng-tan Hi @skzhang1, is your system set to dark theme? I didn't change the default...
use `pip list | grep 'pyautogen'` to check autogen version, can you also check openai version?
Hi folks, I'm adding in the new logging for each agent, will have more updates this week.
Hi @radman-x, logging changes have been released with autogen v0.2.14 yesterday, [documentation]( https://microsoft.github.io/autogen/docs/Use-Cases/enhanced_inference#for-openai--1) and [example notebook]( https://github.com/microsoft/autogen/blob/main/notebook/agentchat_logging.ipynb). Please let me know if you have any questions or feedback, thanks.
Hi @davorrunje using OpenTelemetry seems reasonable, this PR is getting close to be ready with the current implementation. I'm planning on get it working with tests first then experiment a...
Comments from @victordibia - [x] move session id to start logging - [x] return session id Separate PR: - expose the agent id - what if I only want to...