Plugin
autogen.beta.agent.Plugin #
Plugin(*, prompt=(), hitl_hook=None, tools=(), middleware=(), observers=(), dependencies=None, variables=None)
Source code in autogen/beta/agent.py
register #
Apply this plugin's contributions to an Agent instance.
Source code in autogen/beta/agent.py
hitl_hook #
Source code in autogen/beta/agent.py
prompt #
prompt(func: None = None) -> Callable[[PromptHook], PromptHook]
Source code in autogen/beta/agent.py
tool #
tool(function=None, *, name=None, description=None, schema=None, sync_to_thread=True, middleware=())