docs: add islo.dev under Community Providers#169
Open
zozo123 wants to merge 1 commit into
Open
Conversation
|
@zozo123 is attempting to deploy a commit to the madarco's projects Team on Vercel. A member of the Team first needs to authorize it. |
bc3372c to
315b08c
Compare
Add a Community Providers section + an islo page documenting `agentbox-provider-islo`, a community provider plugin for islo.dev microVMs published separately at github.com/zozo123/agentbox-provider-islo (npm: agentbox-provider-islo). Built on @madarco/agentbox-provider-sdk + @islo-labs/sdk. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
315b08c to
fd2c6ce
Compare
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
Adds an islo.dev page under a new Community Providers section in the docs, per
build-a-provider.agentbox-provider-islois a community provider plugin for islo.dev microVMs, hosted and published separately (not in this repo):agentbox-provider-isloIt's a thin
CloudBackendover the official@islo-labs/sdk, built only on@madarco/agentbox-provider-sdk@^1, exportingproviderModulewithagentbox.providerApiVersion: 1— following the package requirements in the docs.What's in this PR
Docs only —
apps/web/content/docs/islo.mdx+ aCommunity Providersentry incontent/docs/meta.json. (The plugin previously lived inexamples/in an earlier revision of this branch; per maintainer guidance it now lives in its own repo, so this PR is docs-only.)The plugin (in its own repo)
Verified end-to-end against the live islo API: provision→running, exec (clean stdout + exit codes), file upload/download round-trip,
listFiles,previewUrl,pause→resume,list,destroy.agentbox plugin addregistersislo (SDK v1)andagentbox doctorrenders theislo:group. Backend mapping (name-addressed cloud; two-step async exec; multipart file transfer; publicsharesfor preview) is documented in the repo README.prepare(native base-image baking) and no-SSHbuildAttachare noted as follow-ups, as the docs describe for cloud providers.🤖 Generated with Claude Code