mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Marketing sample migration to AGNext (#234)
This commit is contained in:
@@ -29,3 +29,6 @@ async def build_app(runtime: AgentRuntime) -> None:
|
||||
|
||||
runtime.register("GraphicDesigner", lambda: GraphicDesignerAgent(client=image_client))
|
||||
runtime.register("Auditor", lambda: AuditAgent(model_client=chat_client))
|
||||
|
||||
runtime.get("GraphicDesigner")
|
||||
runtime.get("Auditor")
|
||||
|
||||
Reference in New Issue
Block a user