LICENSE
README.md
pyproject.toml
aimu/__init__.py
aimu/history.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/agentic_client.py
aimu/agents/base.py
aimu/agents/simple_agent.py
aimu/agents/skill_agent.py
aimu/agents/examples/__init__.py
aimu/agents/examples/code_review.py
aimu/agents/examples/content_creation.py
aimu/agents/examples/research_report.py
aimu/agents/workflows/__init__.py
aimu/agents/workflows/chain.py
aimu/agents/workflows/evaluator.py
aimu/agents/workflows/parallel.py
aimu/agents/workflows/router.py
aimu/evals/__init__.py
aimu/evals/benchmark.py
aimu/evals/deepeval.py
aimu/evals/deepeval_scorer.py
aimu/memory/__init__.py
aimu/memory/__main__.py
aimu/memory/base.py
aimu/memory/document_mcp.py
aimu/memory/document_store.py
aimu/memory/mcp.py
aimu/memory/semantic_store.py
aimu/models/__init__.py
aimu/models/_thinking.py
aimu/models/base.py
aimu/models/model_client.py
aimu/models/anthropic/__init__.py
aimu/models/anthropic/anthropic_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/gemini_client.py
aimu/models/openai_compat/hf_openai_client.py
aimu/models/openai_compat/llamaserver_openai_client.py
aimu/models/openai_compat/lmstudio_openai_client.py
aimu/models/openai_compat/ollama_openai_client.py
aimu/models/openai_compat/openai_client.py
aimu/models/openai_compat/openai_compat_client.py
aimu/models/openai_compat/sglang_openai_client.py
aimu/models/openai_compat/vllm_openai_client.py
aimu/prompts/__init__.py
aimu/prompts/catalog.py
aimu/prompts/mcp.py
aimu/prompts/tuner.py
aimu/prompts/tuners/__init__.py
aimu/prompts/tuners/classification.py
aimu/prompts/tuners/extraction.py
aimu/prompts/tuners/judged.py
aimu/prompts/tuners/multiclass.py
aimu/prompts/tuners/scorers.py
aimu/skills/__init__.py
aimu/skills/manager.py
aimu/skills/mcp.py
aimu/skills/skill.py
aimu/tools/__init__.py
aimu/tools/client.py
aimu/tools/mcp.py
tests/test_agent_messages.py
tests/test_agents.py
tests/test_benchmark.py
tests/test_chain.py
tests/test_document_store.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_skills.py
tests/test_tools.py
tests/test_workflow_evaluator.py
tests/test_workflow_parallel.py
tests/test_workflow_router.py