Setup AI Agent SDK - #79
Closed
calude-app[bot] wants to merge 2 commits into
Closed
Conversation
Member
|
Closing — opened in error by an accidental mass-install of the calude AI Agent app across all repos. No action needed. |
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.
AI Agent SDK Onboarding
This PR sets up the required sandbox scripts for the AI Agent SDK to work in this repository.
Sandbox scripts (
.calude/snapshot.sh,.calude/boot.sh)The AI Agents sandbox runs these scripts to provision and boot your dev environment:
snapshot.sh— runs once during/warmto build the snapshot baseline (install deps, create DB, seed data). Output is what gets persisted.boot.sh— runs after every snapshot restore in/invoke. Boots services, reconciles drift via thechangedhelper (only re-installs when lockfiles moved since the snapshot), then keeps the dev server in the foreground.These were auto-generated from your repo's files (Gemfile, package.json, Dockerfiles, etc.) as a starting point. Review, tweak, and merge. You can keep iterating inside the sandbox's VS Code — just commit and push to persist your changes.
See the sandbox contract for full details on env vars, exit semantics, and base image guarantees.
Opened automatically by the AI Agents Gateway GitHub App.