LICENSE
README.md
pyproject.toml
src/shtym/__init__.py
src/shtym/_version.py
src/shtym/application.py
src/shtym/cli.py
src/shtym/exceptions.py
src/shtym/py.typed
src/shtym.egg-info/PKG-INFO
src/shtym.egg-info/SOURCES.txt
src/shtym.egg-info/dependency_links.txt
src/shtym.egg-info/entry_points.txt
src/shtym.egg-info/requires.txt
src/shtym.egg-info/top_level.txt
src/shtym/domain/__init__.py
src/shtym/domain/processor.py
src/shtym/domain/profile.py
src/shtym/infrastructure/__init__.py
src/shtym/infrastructure/fileio.py
src/shtym/infrastructure/llm_profile.py
src/shtym/infrastructure/profile_parsers.py
src/shtym/infrastructure/profile_repository.py
src/shtym/infrastructure/stdio.py
src/shtym/infrastructure/llm_clients/__init__.py
src/shtym/infrastructure/llm_clients/factory.py
src/shtym/infrastructure/llm_clients/ollama_client.py
src/shtym/infrastructure/processors/__init__.py
src/shtym/infrastructure/processors/factory.py
src/shtym/infrastructure/processors/llm_processor.py