Skip to content

Reference

Information-oriented documentation: exhaustive, dry, accurate. Read it like a dictionary.

API reference

Auto-generated from docstrings. One page per package:

  • aimu: top-level chat(), client(), model-string parser
  • aimu.aio: async mirror of the public surface (AsyncModelClient, async Agent/Chain/Parallel/…, aio.MCPClient)
  • aimu.models: ModelClient, BaseModelClient, ModelSpec, StreamChunk, provider clients
  • aimu.agents: Agent, SkillAgent, OrchestratorAgent, Chain, Router, Parallel, EvaluatorOptimizer
  • aimu.tools: @tool decorator, MCPClient, builtin tool groups
  • aimu.skills: AgentSkill, SkillManager, MCP server builder
  • aimu.memory: SemanticMemoryStore, DocumentStore
  • aimu.prompts: PromptCatalog, PromptTuner and concrete tuners, Scorer
  • aimu.evals: Benchmark, DeepEvalModel, DeepEvalScorer
  • aimu.history: ConversationManager

Other reference