LICENSE
README.md
pyproject.toml
aimu/__init__.py
aimu/history.py
aimu/memory.py
aimu/paths.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/agents/__init__.py
aimu/agents/agent.py
aimu/agents/workflow.py
aimu/models/__init__.py
aimu/models/_thinking.py
aimu/models/base_client.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/llamacpp/__init__.py
aimu/models/llamacpp/llamacpp_client.py
aimu/models/ollama/__init__.py
aimu/models/ollama/ollama_client.py
aimu/models/openai_compat/__init__.py
aimu/models/openai_compat/hf_openai_client.py
aimu/models/openai_compat/lmstudio_openai_client.py
aimu/models/openai_compat/ollama_openai_client.py
aimu/models/openai_compat/openai_compat_client.py
aimu/models/openai_compat/vllm_openai_client.py
aimu/prompts/__init__.py
aimu/prompts/catalog.py
aimu/prompts/classification.py
aimu/tools/__init__.py
aimu/tools/client.py
aimu/tools/servers.py
tests/test_agents.py
tests/test_history.py
tests/test_memory.py
tests/test_models.py
tests/test_prompt_catalog.py
tests/test_prompt_tuning.py
tests/test_tools.py