autogen_core._agent_metadata 源代码 from typing import TypedDict [文档] class AgentMetadata(TypedDict): type: str key: str description: str