Documentation / @agentick/cli / CLIConfig
Interface: CLIConfig
Defined in: cli.ts:12
CLI configuration
Extended by
Properties
debug?
optionaldebug:boolean
Defined in: cli.ts:26
Enable debug mode
headers?
optionalheaders:Record<string,string>
Defined in: cli.ts:29
Custom headers
sessionId?
optionalsessionId:string
Defined in: cli.ts:17
Session ID (optional - server will create one if not provided)
streaming?
optionalstreaming:boolean
Defined in: cli.ts:23
Enable streaming (default: true)
token?
optionaltoken:string
Defined in: cli.ts:20
Authentication token
url
url:
string
Defined in: cli.ts:14
Server URL