LICENSE
README.md
pyproject.toml
src/chera/__init__.py
src/chera/cli.py
src/chera/errors.py
src/chera/learn.py
src/chera/llm.py
src/chera/server.py
src/chera/watch.py
src/chera.egg-info/PKG-INFO
src/chera.egg-info/SOURCES.txt
src/chera.egg-info/dependency_links.txt
src/chera.egg-info/entry_points.txt
src/chera.egg-info/requires.txt
src/chera.egg-info/top_level.txt
src/chera/core/__init__.py
src/chera/core/ask.py
src/chera/core/decisions.py
src/chera/core/episodes.py
src/chera/core/store.py
src/chera/ingest/__init__.py
src/chera/ingest/git_ingest.py
src/chera/ingest/sessions.py
src/chera/web/index.html
tests/test_ask_and_llm.py
tests/test_cli_and_learn.py
tests/test_episodes.py
tests/test_git_ingest.py
tests/test_server.py
tests/test_sessions.py
tests/test_store_and_decisions.py
tests/test_watch.py