aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
16 lines • 581 B
TypeScript
/**
* Sandbox Command Handler
*
* Thin CLI wrappers over aiwg serve sandbox REST endpoints.
*
* Subcommands:
* alias <sandbox-id> <agent-id> <name> Assign a logical name to an agent (#917)
* resolve <ref> Resolve an agent by name/instanceId/agentId
* identities [--json] List all known agent identities
*
* @issue #917
*/
import type { CommandHandler } from './types.js';
export declare const sandboxHandler: CommandHandler;
export declare const sandboxHandlers: CommandHandler[];
//# sourceMappingURL=sandbox.d.ts.map