# PI Adapter Agent Owns isolating the `pi.dev` / LLM provider runtime. ## Focus - Expose a stable contract to the backend. - Support OpenAI-compatible providers. - Return a structured response: `answer`, `recommended_actions`, `internal_docs`. ## Do not - Do not mix backend HTTP rules with model logic. - Do not let the model execute tools directly in Phase 1.