📄️ Single Agent Flow
Complete runnable example of a Single Agent (SA) Flow using the MPLP TypeScript SDK. Covers Context creation, Plan building, execution, and Trace generation.
📄️ Error Recovery Flow
Example of error handling and recovery patterns in MPLP. Demonstrates step failure detection, trace span status propagation, and recovery strategies like retry and rollback.
📄️ Multi Agent Collab Flow
Example of Multi-Agent Collaboration (MAP) patterns in MPLP. Demonstrates multiple agents collaborating on a shared plan with role-based execution and coordination.
📄️ Risk Confirmation Flow
Example of human-in-the-loop risk confirmation in MPLP. Demonstrates high-risk step identification, Confirm object creation, and user approval workflows.
📄️ Tool Execution Integration
Complete guide to Tool Execution Integration in MPLP. Explains the ToolExecutor interface, sandboxing, auditability, and integration with the MPLP Runtime.
📄️ Vendor Neutral LLM Integration
Guide to Vendor-Neutral LLM Integration in MPLP. Details the LlmClient interface, HttpLlmClient implementation, and how to achieve portability across LLM providers.