oas2mcp.agent.enhancer ====================== .. py:module:: oas2mcp.agent.enhancer .. autoapi-nested-parse:: Operation enhancer agent submodule for ``oas2mcp``. Purpose: Provide structured models, deterministic context builders, prompt builders, and agent logic for the operation-level enhancer workflow. Design: - Keep enhancer-specific models and context isolated from summarizer logic. - Prepare one normalized operation at a time for later export into an enhanced OpenAPI/FastMCP pipeline. .. attribute:: __all__ Curated public exports for enhancer helpers. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/oas2mcp/agent/enhancer/agent/index /autoapi/oas2mcp/agent/enhancer/context/index /autoapi/oas2mcp/agent/enhancer/models/index /autoapi/oas2mcp/agent/enhancer/prompts/index /autoapi/oas2mcp/agent/enhancer/tools/index