Skip to content

Setup AI Agent SDK - #79

Closed
calude-app[bot] wants to merge 2 commits into
mainfrom
ai-agent/onboarding-setup
Closed

Setup AI Agent SDK#79
calude-app[bot] wants to merge 2 commits into
mainfrom
ai-agent/onboarding-setup

Conversation

@calude-app

@calude-app calude-app Bot commented Jun 9, 2026

Copy link
Copy Markdown

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 /warm to 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 the changed helper (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.

@LouisBoudreau

Copy link
Copy Markdown
Member

Closing — opened in error by an accidental mass-install of the calude AI Agent app across all repos. No action needed.

@LouisBoudreau
LouisBoudreau deleted the ai-agent/onboarding-setup branch June 9, 2026 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant