Guides

Practical guides for working with PML. These guides provide hands-on examples and best practices for common workflows.


Available Guides

Overview Guide

A comprehensive guide covering all major features of PML. This guide walks through practical examples and real-world usage patterns.

Topics Covered:

Getting Started (Beginner)

  • Key Concepts - Understanding MCP, Gateway, DAG, GraphRAG, Sandbox, AIL/HIL
  • Configuration - Command line options, environment variables, and MCP server setup
  • Transport Modes - stdio vs Streamable HTTP, choosing the right mode for your use case

Core Features (Beginner to Intermediate)

  • Semantic Tool Search - Find tools by natural intent using embeddings and GraphRAG
  • DAG Workflow Execution - Orchestrate multi-tool workflows with automatic parallelization
  • Workflow Control - Manage execution with Agent-in-the-Loop (AIL) and Human-in-the-Loop (HIL)

Advanced Features (Intermediate to Advanced)

  • Sandbox Code Execution - Execute TypeScript in isolated environments with MCP tool access
    • Local data processing to minimize context usage
    • REPL-style execution with automatic tool injection
    • Related concepts: Sandbox, Worker Bridge

Practical Workflows (All Levels)

  • Codebase Analysis - Parallel file reading, semantic search, and local aggregation
  • Data Migration - Multi-step workflows with transformations and dependencies

Production & Monitoring (Advanced)

  • Best Practices - Performance, security, and organization guidelines
  • Observability - Grafana/Loki monitoring, Sentry error tracking, Fresh Dashboard

See also:


Coming Soon

  • Building custom capabilities
  • Integrating with Claude Code
  • Advanced DAG patterns
  • Performance optimization
  • Multi-server orchestration strategies
  • Custom workflow templates