Add Pi to Agents & Integrations#566
Open
ryw wants to merge 7 commits into
Open
Conversation
…tion Co-authored-by: Ry <4283+ryw@users.noreply.github.com>
Contributor
|
Requesting review from @benja who has experience with the following files modified in this PR:
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-authored-by: Ry <4283+ryw@users.noreply.github.com>
… only Co-authored-by: Ry <4283+ryw@users.noreply.github.com>
Co-authored-by: Ry <4283+ryw@users.noreply.github.com>
Verified against monorepo apps/api/src/agent/sandbox/agents/pi.ts: - Pi only supports Anthropic, OpenAI, and OSS providers (no Google/ Copilot/Azure/Bedrock/Mistral/Groq/xAI/OpenRouter); fix index.mdx to match coding-agents-table.mdx. - Add missing registry models: Opus 4.8, Kimi K2.7 Code, DeepSeek V4 Flash, MiniMax M3. Co-authored-by: Ry <4283+ryw@users.noreply.github.com>
Member
Author
|
@tembo merge main |
Contributor
merged the latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added Pi agent to Tembo documentation in the Agents & Integrations section.
index.mdxto include Pi in the agents table with supported providers and default model.features/agents.mdxto add Pi accordion with description and supported models.resources/snippets/coding-agents-table.mdxto include Pi with providers and default model.Pi supports multiple providers including Anthropic, OpenAI, Google, GitHub Copilot, Azure, Bedrock, Mistral, Groq, xAI, and OpenRouter.
Code snippet example from
features/agents.mdx:Note
Low Risk
Documentation-only MDX edits with no runtime, auth, or data-handling impact.
Overview
Documents Pi as a supported agent harness across Tembo docs and aligns how Pi is described with the other harness tables.
On the home page Agents & integrations harness table (
index.mdx), Pi is added with providers Anthropic, OpenAI, OSS and default modelclaude-sonnet-4-6. The shared snippetcoding-agents-table.mdxupdates the Pi row the same way (replacing a long multi-provider list and “configurable” default).In
features/agents.mdx, the Pi accordion no longer lists provider names; it now lists supported models (Claude Opus/Sonnet/Haiku variants, GPT-5.x family, GLM, Kimi, DeepSeek, MiniMax, etc.), including newer entries such as Opus 4.8, Kimi K2.7 Code, DeepSeek V4 Flash, and MiniMax M3.Reviewed by Cursor Bugbot for commit f7a8fe1. Bugbot is set up for automated code reviews on this repo. Configure here.