agent_memory_collection_dao Agent memory collection data access object (DAO) Classes AgentMemoryCollectionDao AgentMemoryCollectionDao(session: Session) Bases: BaseDao Agent memory collection data access object (DAO) Attributes model_class property model_class: Type[AgentMemoryCollection] Functions hard_delete_by_agent_pkid hard_delete_by_agent_pkid(agent_pkid: str) -> int Hard delete all agent memory collection binding records for a specific agent. Parameters: agent_pkid (str) – Agent PKID Returns: int ( int ) – Number of records deleted