LICENSE
README.md
pyproject.toml
src/fathom_read/__init__.py
src/fathom_read/cli.py
src/fathom_read/client.py
src/fathom_read/ops.py
src/fathom_read.egg-info/PKG-INFO
src/fathom_read.egg-info/SOURCES.txt
src/fathom_read.egg-info/dependency_links.txt
src/fathom_read.egg-info/entry_points.txt
src/fathom_read.egg-info/requires.txt
src/fathom_read.egg-info/top_level.txt
src/fathom_read/adapters/__init__.py
src/fathom_read/adapters/_tools.py
src/fathom_read/adapters/crewai.py
src/fathom_read/adapters/dbos.py
src/fathom_read/adapters/edits.py
src/fathom_read/adapters/events.py
src/fathom_read/adapters/langgraph.py
src/fathom_read/adapters/letta.py
src/fathom_read/adapters/openinference.py
src/fathom_read/capture/__init__.py
src/fathom_read/capture/crewai.py
src/fathom_read/examples/crewai_events.json
src/fathom_read/examples/knowledge_update.json
src/fathom_read/examples/langgraph_history.json
src/fathom_read/examples/order_duplicate.json
src/fathom_read/examples/rename_coherent.json
src/fathom_read/examples/rename_starved.json
tests/test_adapters.py
tests/test_capture_crewai.py
tests/test_client.py