Add PraisonAI compute provider example - #18
Open
opencolin wants to merge 1 commit into
Open
Conversation
PraisonAI's TenkiCompute provider (merged upstream 2026-08-14) gives a whole agent team one shared Tenki microVM via compute="tenki". Both PraisonAI packages are pinned from the same upstream git commit since the latest PyPI releases predate the provider; verify.py proves the string registration path and a live provision/execute/file-round-trip/shutdown cycle. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Review complete. No blocking issues — approved ✅; 1 nitpick below. 🧹 Nitpicks (1) — 🟢 1 low
This PR introduces a new
Reviewed commit: 04ab965 |
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.
Adds
examples/praisonai-tenki: PraisonAI's Tenki compute provider gives an agent team one shared microVM (PraisonAIAgents(..., compute="tenki")), so files written by one agent are there for the next.Not in a PyPI release yet — the provider (#3242) and the shared team/workflow wiring (#3949) both merged 2026-08-14, after the latest releases — so requirements pin both packages to the same git commit (mixing old
praisonaiagentswith newpraisonaibreaks thecompute="tenki"lookup; README warns).verify.pyresolves"tenki"through the real compute bridge, provisions a microVM, runs a command, round-trips a file, shuts down. Passed live.One upstream sharp edge found and documented: Tenki's stock image has no
/workspaceand the shared-workspace tools don't create it — README gives the workarounds.Root README: PraisonAI row in Agent frameworks.
🤖 Generated with Claude Code