fromagentsimportAgent,AgentOutputSchemafromtypingimportDict,AnyclassUserProfile(BaseModel):name:strage:intactive:bool=Trueagent=Agent(name="ProfileAgent",instructions="Return user profile data",output_type=AgentOutputSchema(UserProfile,strict_json_schema=False))