LICENSE
README.md
pyproject.toml
faithful/__init__.py
faithful/__main__.py
faithful/bot.py
faithful/chunker.py
faithful/cli.py
faithful/config.py
faithful/doctor.py
faithful/errors.py
faithful/paths.py
faithful/prompt.py
faithful/store.py
faithful/verbs.py
faithful/wizard.py
faithful.egg-info/PKG-INFO
faithful.egg-info/SOURCES.txt
faithful.egg-info/dependency_links.txt
faithful.egg-info/entry_points.txt
faithful.egg-info/requires.txt
faithful.egg-info/top_level.txt
faithful/backends/__init__.py
faithful/backends/anthropic.py
faithful/backends/base.py
faithful/backends/gemini.py
faithful/backends/openai.py
faithful/backends/openai_compat.py
faithful/cogs/__init__.py
faithful/cogs/admin.py
faithful/cogs/chat.py
faithful/cogs/onboarding.py
faithful/cogs/scheduler.py
faithful/tools/__init__.py
faithful/tools/definitions.py
faithful/tools/executor.py
faithful/tools/memory.py
tests/test_backends_init.py
tests/test_base_backend.py
tests/test_chat_empty_state.py
tests/test_chunker.py
tests/test_cli.py
tests/test_config.py
tests/test_doctor.py
tests/test_errors.py
tests/test_onboarding.py
tests/test_paths.py
tests/test_prompt.py
tests/test_session.py
tests/test_store.py
tests/test_tools.py
tests/test_verbs_info.py
tests/test_verbs_run.py
tests/test_wizard.py