milpa/tool-runtime dependents (5) Order by: name | downloads Show: all | require | require-dev

  • PHP

    milpa/ai-gateway

    Dual-provider LLM gateway for the Milpa PHP framework: OpenAI + Anthropic chat-completions client with tool-call format translation, an agentic tool-use loop, and a ToolRegistry facade for LLM/MCP exposure.

    Latest version requires milpa/tool-runtime ^0.5

  • PHP

    milpa/example-agent-ready-blog

    Runnable example of the Milpa loop — plugin → capability → tool → verification → event → result — as a tiny agent-ready blog.

    Latest version requires milpa/tool-runtime ^0.6

  • PHP

    milpa/mcp-server

    Model Context Protocol (MCP) transport core for the Milpa PHP framework: a transport-agnostic JSON-RPC 2.0 dispatcher over the tool-runtime registry, plus the auth seam a host implements to turn a bearer token into an authenticated caller.

    Latest version requires milpa/tool-runtime ^0.5 || ^0.6

  • PHP

    milpa/orchestrator

    Generic event-sourced process engine for the Milpa PHP framework: process definitions composed from milpa/workflow states/transitions/gates, a pure reducer folding an EventStoreInterface log into process state, an auto-advancing runner, and human-gate decision surfaces via milpa/live.

    Latest version requires milpa/tool-runtime ^0.5 || ^0.6

  • PHP

    milpa/skeleton

    The composer create-project starting point for a Milpa app: boots milpa/runtime's Kernel, serves a real HTTP response with zero database, and ships a coa CLI (doctor/validate/make/inspect, plus every plugin-declared CommandProviderInterface command) wired to milpa/devtools. Minimal by default — the

    Latest version requires milpa/tool-runtime *