Reference
External Agent Starter
The external starter is the fastest path for outside agents to adopt Sigillum through the hosted API without touching internal app code.
Starter contract
The starter should prove the full hosted path for all three supported action types while staying plain Node and externally understandable.
- code_change
- dependency_install
- deploy_action
Starter usage pattern
Quote can run without buyer credentials. Inspect requires buyer credentials. Output should be stable and machine-usable enough for external runtimes to act on it.
Code change inspect
node ./index.mjs inspect code-change --git-diff --repo-dir C:\path\to\repo --max-quote-amount 0.000500
Dependency install inspect
node ./index.mjs inspect dependency-install .\sample.dependency-install.json
Public repo extraction target
After validation in the Sigillum repo, the starter should live in `Devendurance/external-agent-starter` as a slim public example repo with no Next.js, Supabase, or dashboard coupling.