LICENSE
README.md
pyproject.toml
aimu/__init__.py
aimu/display.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/audio.py
aimu/aio/embedding.py
aimu/aio/image.py
aimu/aio/orchestrator_agent.py
aimu/aio/skill_agent.py
aimu/aio/speech.py
aimu/aio/transcription.py
aimu/aio/providers/__init__.py
aimu/aio/providers/_sync_tool_bridge.py
aimu/aio/providers/anthropic.py
aimu/aio/providers/llamacpp.py
aimu/aio/providers/ollama.py
aimu/aio/providers/openai_compat.py
aimu/aio/providers/openai_transcription.py
aimu/aio/providers/gemini/__init__.py
aimu/aio/providers/gemini/image.py
aimu/aio/providers/gemini/text.py
aimu/aio/providers/hf/__init__.py
aimu/aio/providers/hf/audio.py
aimu/aio/providers/hf/image.py
aimu/aio/providers/hf/speech.py
aimu/aio/providers/hf/text.py
aimu/aio/providers/hf/transcription.py
aimu/aio/providers/openai/__init__.py
aimu/aio/providers/openai/speech.py
aimu/aio/providers/openai/text.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/audio_client.py
aimu/models/base.py
aimu/models/embedding_client.py
aimu/models/image_client.py
aimu/models/model_client.py
aimu/models/speech_client.py
aimu/models/transcription_client.py
aimu/models/_base/__init__.py
aimu/models/_base/audio.py
aimu/models/_base/embedding.py
aimu/models/_base/image.py
aimu/models/_base/shared.py
aimu/models/_base/speech.py
aimu/models/_base/text.py
aimu/models/_base/transcription.py
aimu/models/_internal/__init__.py
aimu/models/_internal/audio_input.py
aimu/models/_internal/audio_output.py
aimu/models/_internal/chat_state.py
aimu/models/_internal/image_input.py
aimu/models/_internal/image_output.py
aimu/models/_internal/json.py
aimu/models/_internal/model_defaults.py
aimu/models/_internal/streaming.py
aimu/models/_internal/structured.py
aimu/models/_internal/usage.py
aimu/models/providers/__init__.py
aimu/models/providers/_thinking.py
aimu/models/providers/anthropic.py
aimu/models/providers/llamacpp.py
aimu/models/providers/ollama.py
aimu/models/providers/openai_compat.py
aimu/models/providers/gemini/__init__.py
aimu/models/providers/gemini/image.py
aimu/models/providers/gemini/text.py
aimu/models/providers/hf/__init__.py
aimu/models/providers/hf/_device.py
aimu/models/providers/hf/audio.py
aimu/models/providers/hf/embedding.py
aimu/models/providers/hf/image.py
aimu/models/providers/hf/speech.py
aimu/models/providers/hf/text.py
aimu/models/providers/hf/transcription.py
aimu/models/providers/openai/__init__.py
aimu/models/providers/openai/embedding.py
aimu/models/providers/openai/speech.py
aimu/models/providers/openai/text.py
aimu/models/providers/openai/transcription.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/rag/__init__.py
aimu/rag/pipeline.py
aimu/rag/rerank.py
aimu/rag/splitter.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/context.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_audio_api.py
tests/test_aio_embeddings_api.py
tests/test_aio_image_api.py
tests/test_aio_models.py
tests/test_aio_models_api.py
tests/test_aio_speech_api.py
tests/test_aio_structured_api.py
tests/test_aio_sync_tool_bridge.py
tests/test_aio_tool_context.py
tests/test_aio_tools.py
tests/test_aio_workflow_parallel.py
tests/test_audio.py
tests/test_audio_api.py
tests/test_audio_input.py
tests/test_audio_tools.py
tests/test_benchmark.py
tests/test_checkpointing.py
tests/test_default_model.py
tests/test_display.py
tests/test_document_store.py
tests/test_embeddings.py
tests/test_embeddings_api.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_memory_tools.py
tests/test_models.py
tests/test_models_api.py
tests/test_prompt_catalog.py
tests/test_prompt_tuning.py
tests/test_rag.py
tests/test_skills.py
tests/test_speech_api.py
tests/test_speech_tools.py
tests/test_structured_api.py
tests/test_tool_context.py
tests/test_tool_decorator.py
tests/test_tools.py
tests/test_transcription_api.py
tests/test_usage_api.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