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/agent.py
aimu/agents/agentic_client.py
aimu/agents/base.py
aimu/agents/orchestrator_agent.py
aimu/agents/skill_agent.py
aimu/agents/prebuilt/__init__.py
aimu/agents/prebuilt/code_review.py
aimu/agents/prebuilt/content_creation.py
aimu/agents/prebuilt/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/plan_execute_evaluator.py
aimu/agents/workflows/router.py
aimu/aio/__init__.py
aimu/aio/_base.py
aimu/aio/_mcp_client.py
aimu/aio/_model_client.py
aimu/aio/agent.py
aimu/aio/agentic_client.py
aimu/aio/image.py
aimu/aio/orchestrator_agent.py
aimu/aio/skill_agent.py
aimu/aio/providers/__init__.py
aimu/aio/providers/anthropic.py
aimu/aio/providers/gemini_image.py
aimu/aio/providers/hf.py
aimu/aio/providers/hf_image.py
aimu/aio/providers/llamacpp.py
aimu/aio/providers/ollama.py
aimu/aio/providers/openai_compat.py
aimu/aio/tools/__init__.py
aimu/aio/tools/builtin.py
aimu/aio/workflows/__init__.py
aimu/aio/workflows/chain.py
aimu/aio/workflows/evaluator.py
aimu/aio/workflows/parallel.py
aimu/aio/workflows/plan_execute_evaluator.py
aimu/aio/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/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/_chat_state.py
aimu/models/_image_output.py
aimu/models/_images.py
aimu/models/_streaming.py
aimu/models/_thinking.py
aimu/models/base.py
aimu/models/image_client.py
aimu/models/model_client.py
aimu/models/anthropic/__init__.py
aimu/models/anthropic/anthropic_client.py
aimu/models/gemini_image/__init__.py
aimu/models/gemini_image/gemini_image_client.py
aimu/models/hf/__init__.py
aimu/models/hf/hf_client.py
aimu/models/hf_image/__init__.py
aimu/models/hf_image/hf_image_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/builtin.py
aimu/tools/client.py
aimu/tools/decorator.py
aimu/tools/mcp.py
aimu/tools/mcp_format.py
tests/test_agent_messages.py
tests/test_agents.py
tests/test_aio_agents.py
tests/test_aio_image_api.py
tests/test_aio_models.py
tests/test_aio_models_api.py
tests/test_aio_tools.py
tests/test_aio_workflow_parallel.py
tests/test_benchmark.py
tests/test_document_store.py
tests/test_history.py
tests/test_image_tools.py
tests/test_images.py
tests/test_images_api.py
tests/test_memory.py
tests/test_models.py
tests/test_models_api.py
tests/test_prompt_catalog.py
tests/test_prompt_tuning.py
tests/test_skills.py
tests/test_tool_decorator.py
tests/test_tools.py
tests/test_vision.py
tests/test_workflow_chain.py
tests/test_workflow_evaluator_optimizer.py
tests/test_workflow_parallel.py
tests/test_workflow_plan_execute_evaluator.py
tests/test_workflow_router.py