mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-29 11:51:10 +00:00

* task: added warning when none is called in intervention handler * add leading underscore to indicate private to _warn_if_none method in intervention.py * address comment of returning Any for result in intervention.py * Update intervention.py to remove redundant name change * Format and lint --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
AutoGen Core
Package layering
base
are the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.application
are implementations of core components that are used to compose an application.components
are the building blocks for creating agents.