LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
how/__init__.py
how/__main__.py
how/actions.py
how/formatting.py
how/how.py
how/infer.py
how/core/__init__.py
how/core/chains.py
how/core/config.py
how/core/context.py
how/core/exceptions.py
how/core/history.py
how/core/llm.py
how/core/parser.py
how/core/prompts.py
how/core/providers.py
how/core/safety.py
how/core/schema.py
how/core/template.py
how_cli.egg-info/PKG-INFO
how_cli.egg-info/SOURCES.txt
how_cli.egg-info/dependency_links.txt
how_cli.egg-info/entry_points.txt
how_cli.egg-info/requires.txt
how_cli.egg-info/top_level.txt
tests/test_actions.py
tests/test_context.py
tests/test_core.py
tests/test_fix.py
tests/test_ollama.py
tests/test_safety.py