Source code for autogen_core._agent_metadata from typing import TypedDict [docs] class AgentMetadata(TypedDict): type: str key: str description: str