BeaconCLIcreatorruntimedocs.
BeaconCLI coordinates autonomous creator workflows through typed stages, local deterministic adapters, artifacts, provider action records, analytics scoring, and Gitlawb-style memory.
Pipeline run
One execution of a staged creator workflow, from objective to analytics feedback.
Creator agent
A specialist class that owns a stage and returns structured outputs through a small runtime contract.
Provider adapter
A social or media provider boundary for publishing, scheduling, analytics, comments, rendering, image, or voice operations.
Artifact
A durable local JSON record for scripts, media metadata, render outputs, provider actions, logs, and optimization notes.
Memory commit
A Gitlawb-style versioned memory record with author agent, parent commit, changed files, and metadata.
Commands
Localworkflowoperations
npm installInstall the local TypeScript runtime dependencies.
npm run waypoint -- run gamingRun the gaming creator workflow sample.
npm run waypoint -- run lifestyleRun the lifestyle creator workflow sample.
npm run waypoint -- inspect <runId>Inspect a persisted pipeline run and generated artifacts.
npm run waypoint -- memoryList Gitlawb-style local memory commits.
npm run waypoint -- cleanRemove local JSON run, artifact, memory, and provider-action records.
npm run lintCheck the runtime source.
npm testRun Vitest coverage for runtime, memory, providers, and analytics scoring.
Pipeline stages
Each stage includes an ID, type, name, assigned agent, status, schema names, and generated artifacts so creator workflow execution can be inspected after the run.
trend_discoverystrategy_planningscriptwritingmedia_generationvideo_editingremotion_renderplatform_publishcommunity_engagementanalytics_reviewoptimization_loopLocal JSON persistence
Runs, memory commits, artifacts, and provider actions live under local data directories.
Typed contracts
Agents expose id, name, role, capabilities, and a run(context, input) method.
Vitest coverage
Runtime completion, memory commits, provider adapters, and analytics recommendations are tested.