Add KineticOS continuation-fleet example (agent fleet built on SuperPlane)#5091
Open
sahielbose wants to merge 1 commit into
Open
Add KineticOS continuation-fleet example (agent fleet built on SuperPlane)#5091sahielbose wants to merge 1 commit into
sahielbose wants to merge 1 commit into
Conversation
…lane) Self-contained under examples/kineticos-continuation-fleet/. Primary artifact is a 34-node Canvas (parallel perception fan-out + merge, the http→if→approval gate pattern x4, a conditional design branch, on-canvas annotations) exercising a real multi-agent workflow. Also includes the downstream Next.js HTTP executors the Canvas calls (illustrative — not platform code, not built by CI) and docs. Adds nothing to the platform tree or CI. See SUBMISSION.md for context; happy to reshape to a single templates/canvases/ entry per docs/contributing/templates.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
👋 Commands for maintainers:
|
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.
What this is
A self-contained example under
examples/kineticos-continuation-fleet/—KineticOS, a project built on SuperPlane: a CAD image of a broken
industrial machine comes in → a fleet of agents identifies the fault, generates
a new 3D-printable CAD file, validates it, and resumes production, with
SuperPlane gating every phase.
Highlights — the Canvas
infra/superplane/kineticos-fleet.canvas.yaml(34 nodes / 40 edges) exercises alot of SuperPlane in one real workflow:
merge— six perception agents run concurrently fromthe ingest trigger; a
mergebarrier fuses them.http(evaluate-gate) →if(
decision == "proceed") →approval(human gate); rejections route to halt.ifchooses an off-the-shelf substitute vs. agenerated continuation part.
httpexecutors call the app's per-agent endpoints; annotationsdocument each section on-canvas.
A
.local.canvas.yamlvariant points executors athost.docker.internal:3000for a containerized SuperPlane calling the app on the host.
The rest of the folder
The downstream app it drives — Next.js HTTP executors (
src/app/api/agents/**,src/lib/contract.ts), the node→agent map / loader / offline rehearsal(
infra/superplane/{README,apply.sh,smoke.sh}), and project docs. TheTypeScript is illustrative (not platform code; not built by your CI).
Full project: https://github.com/sahielbose/KineticOS-Superplane-Hackathon
🤖 Generated with Claude Code