mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-04 19:07:46 +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
baseare the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.applicationare implementations of core components that are used to compose an application.componentsare the building blocks for creating agents.