oas2mcp.agent ============= .. py:module:: oas2mcp.agent .. autoapi-nested-parse:: Agent layer for ``oas2mcp``. Purpose: Provide agent-oriented submodules for summarization and later enhancement workflows built on top of normalized OpenAPI catalogs and deterministic MCP preparation outputs. Design: - Keep the agent layer separate from loading, normalization, viewing, and deterministic classification. - Centralize shared runtime context and base agent construction. - Allow each concrete workflow to live in its own submodule. .. attribute:: __all__ Curated public exports for the agent layer. .. rubric:: Examples .. code-block:: python from oas2mcp.agent.runtime import Oas2McpRuntimeContext Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/oas2mcp/agent/base/index /autoapi/oas2mcp/agent/enhancer/index /autoapi/oas2mcp/agent/orchestrator/index /autoapi/oas2mcp/agent/runtime/index /autoapi/oas2mcp/agent/state/index /autoapi/oas2mcp/agent/summarizer/index /autoapi/oas2mcp/agent/surface/index