autogen/python/packages
Ricky Loynd 92df415edf
Expose TCM TypedDict classes for apps to use (#6269)
<!-- Thank you for your contribution! Please review
https://microsoft.github.io/autogen/docs/Contribute before opening a
pull request. -->

<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->

An app can pass untyped dicts to set configuration options of various
Task-Centric Memory classes. But tools like pyright can complain about
the loose typing. This PR exposes 4 TypedDict classes that apps can
optionally use.

<!-- Please give a short summary of the change and the problem this
solves. -->

## Related issue number

<!-- For example: "Closes #1234" -->

## Checks

- [x] I've included any doc changes needed for
<https://microsoft.github.io/autogen/>. See
<https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to
build and test documentation locally.
- [x] I've added tests (if relevant) corresponding to the changes
introduced in this PR.
- [ ] I've made sure all auto checks have passed.
2025-04-10 15:55:21 -07:00
..
agbench Rename to use BaseChatMessage and BaseAgentEvent. Bring back union types. (#6144) 2025-03-30 09:34:40 -07:00
autogen-agentchat Fix terminations conditions. (#6229) 2025-04-07 15:24:54 +00:00
autogen-core Fix publish_message-method() notes (#6250) 2025-04-10 18:51:05 +00:00
autogen-ext Expose TCM TypedDict classes for apps to use (#6269) 2025-04-10 15:55:21 -07:00
autogen-magentic-one doc: improve m1 docs, remove duplicates (#5460) 2025-02-10 05:40:02 +00:00
autogen-studio [Draft] Enable File Upload/Paste as Task in AGS (#6091) 2025-04-09 02:44:45 +00:00
autogen-test-utils Fix `poe check` on Windows (#5942) 2025-03-14 11:44:38 -07:00
component-schema-gen Fix `poe check` on Windows (#5942) 2025-03-14 11:44:38 -07:00
magentic-one-cli Update versions to 0.5.0 (#6184) 2025-04-02 18:15:50 -07:00