LICENSE
README.md
pyproject.toml
src/uncluttered/__init__.py
src/uncluttered/py.typed
src/uncluttered.egg-info/PKG-INFO
src/uncluttered.egg-info/SOURCES.txt
src/uncluttered.egg-info/dependency_links.txt
src/uncluttered.egg-info/entry_points.txt
src/uncluttered.egg-info/requires.txt
src/uncluttered.egg-info/top_level.txt
src/uncluttered/cli/__init__.py
src/uncluttered/cli/display.py
src/uncluttered/cli/main.py
src/uncluttered/core/__init__.py
src/uncluttered/core/agent.py
src/uncluttered/core/database.py
src/uncluttered/core/engine.py
src/uncluttered/core/models.py
src/uncluttered/core/search.py
src/uncluttered/core/utils.py
src/uncluttered/core/providers/__init__.py
src/uncluttered/core/providers/anthropic.py
src/uncluttered/core/providers/base.py
src/uncluttered/core/providers/gemini.py
src/uncluttered/core/providers/ollama.py
src/uncluttered/core/providers/openai.py
tests/test_models.py
tests/test_utils.py