Source code for autogen_core._agent_metadatafrom typing import TypedDict [docs] class AgentMetadata(TypedDict): type: str key: str description: str Copy to clipboard