README.md
pyproject.toml
src/agentic_conversations_hdf5/__init__.py
src/agentic_conversations_hdf5/cli.py
src/agentic_conversations_hdf5/convert.py
src/agentic_conversations_hdf5/schema.py
src/agentic_conversations_hdf5.egg-info/PKG-INFO
src/agentic_conversations_hdf5.egg-info/SOURCES.txt
src/agentic_conversations_hdf5.egg-info/dependency_links.txt
src/agentic_conversations_hdf5.egg-info/entry_points.txt
src/agentic_conversations_hdf5.egg-info/requires.txt
src/agentic_conversations_hdf5.egg-info/top_level.txt
src/agentic_conversations_hdf5/backends/__init__.py
src/agentic_conversations_hdf5/backends/base.py
src/agentic_conversations_hdf5/backends/hdf5.py
src/agentic_conversations_hdf5/backends/jsonseq.py
src/agentic_conversations_hdf5/backends/orc_backend.py
src/agentic_conversations_hdf5/backends/sqlite.py
src/agentic_conversations_hdf5/hooks/__init__.py
src/agentic_conversations_hdf5/hooks/live_session.py
tests/test_backends.py
tests/test_convert.py
tests/test_hdf5_backend.py
tests/test_live_hook.py
tests/test_orc_backend.py