pi-integration

Bridge TAO orchestration to pi-mono for multi-provider LLM execution.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CleanExpo/Pi-Dev-Ops --skill pi-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pi-integration
Source: https://github.com/CleanExpo/Pi-Dev-Ops/tree/main/skills/pi-integration
Command: npx skills add https://github.com/CleanExpo/Pi-Dev-Ops --skill pi-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill bridges the TAO agent workflow into the pi-mono runtime so you can run multi-provider setups without switching orchestration logic between providers.

Core Features & Use Cases

  • Multi-provider LLM compatibility: Enables Anthropic + OpenAI + Ollama style configurations under a unified runtime interface.
  • Session tree integration: Supports session structures and lifecycle alignment between TAO and pi-mono.
  • Runtime hooks and packages support: Ensures pi-mono’s extensibility (hooks/packages) can be used during agent execution.

Quick Start

Use the pi-integration skill to bridge your TAO orchestration into pi-mono for a multi-provider environment.

Frequently Asked Questions about pi-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is multi-provider LLM execution and how does it handle different APIs?

Multi-provider LLM execution lets you route agent workflows to Anthropic, OpenAI, or Ollama under a single unified API. It eliminates the need to rewrite orchestration logic when switching between different language model providers.

Do I need a specific runtime to use Claude Max plans with TAO and pi-mono?

Yes, when using Claude Max plans within this multi-provider setup, you must delegate execution to claude-max-runtime. This ensures correct handling of Anthropic configurations inside the pi-mono unified LLM API.

Can I use Ollama models alongside OpenAI in the same TAO agent workflow?

Yes, you can use Ollama models alongside OpenAI and Anthropic in the same TAO agent workflow. Bridging TAO to pi-mono provides a unified runtime interface that supports these multi-provider configurations simultaneously.

Why does my TAO orchestration logic break when switching LLM providers?

TAO orchestration logic typically breaks when switching LLM providers because each has distinct API requirements. Bridging TAO into the pi-mono runtime solves this by providing a unified LLM API that standardizes session handling across providers.