.env.example
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
docs/README.md
docs/api.md
docs/architecture.md
docs/getting-started.md
docs/registry-and-uri.md
docs/testing.md
docs/workflow-and-autoimprovement.md
tellm/__init__.py
tellm/bot.py
tellm/config.py
tellm/main.py
tellm/server.py
tellm.egg-info/PKG-INFO
tellm.egg-info/SOURCES.txt
tellm.egg-info/dependency_links.txt
tellm.egg-info/entry_points.txt
tellm.egg-info/requires.txt
tellm.egg-info/top_level.txt
tellm/improvement/__init__.py
tellm/improvement/history.py
tellm/improvement/runner.py
tellm/registry/__init__.py
tellm/registry/aliases.yaml
tellm/registry/core.py
tests/test_tellm.py