LICENSE
README.md
pyproject.toml
aimu/__init__.py
aimu/memory.py
aimu/paths.py
aimu/tools.py
aimu.egg-info/PKG-INFO
aimu.egg-info/SOURCES.txt
aimu.egg-info/dependency_links.txt
aimu.egg-info/requires.txt
aimu.egg-info/top_level.txt
aimu/models/__init__.py
aimu/models/models.py
aimu/models/aisuite/__init__.py
aimu/models/aisuite/aisuite_client.py
aimu/models/hf/__init__.py
aimu/models/hf/hf_client.py
aimu/models/ollama/__init__.py
aimu/models/ollama/ollama_client.py
aimu/prompts/__init__.py
aimu/prompts/catalog.py
aimu/prompts/classification.py
tests/test_memory.py
tests/test_models.py
tests/test_prompt_catalog.py
tests/test_prompt_tuning.py
tests/test_tools.py