#!/usr/bin/env node
/**
* network-ai console — Interactive terminal dashboard for the agent runtime.
*
* Usage:
* npx network-ai-console [options]
* npx network-ai console (via CLI sub-command)
*
* Options:
* --base-path
Base directory for agent sandbox (default: cwd)
* --auto-approve Auto-approve all operations (DANGEROUS)
* --allow Comma-separated command whitelist (e.g. "npm *,node *,git status")
* --budget Budget ceiling in tokens (default: 100000)
* --pipe Pipe mode: read JSON commands from stdin, write JSON to stdout
* --board Named blackboard to use (default: main)
*/
export {};
//# sourceMappingURL=console.d.ts.map