"""LlamaIndex integrations for AgentDB.
Exports:
- ``AgentDBVectorStore`` — A ``llama_index.core.vector_stores.types.BasePydanticVectorStore``
implementation backed by AgentDB's native HNSW vector index.
- ``AgentDBChatStore`` — A ``llama_index.core.storage.chat_store.BaseChatStore``
implementation that persists conversation messages in AgentDB.
"""
=
=