Documentation / @agentick/shared / DevToolsConfig
Interface: DevToolsConfig ​
Defined in: devtools.ts:656
Configuration for DevTools integration in the engine
Properties ​
channel? ​
optionalchannel:string
Defined in: devtools.ts:660
Channel name (default: 'devtools')
debug? ​
optionaldebug:boolean
Defined in: devtools.ts:672
Enable debug logging
enabled? ​
optionalenabled:boolean
Defined in: devtools.ts:658
Enable DevTools (default: true when config object is provided)
inheritOnFork? ​
optionalinheritOnFork:boolean
Defined in: devtools.ts:668
Inherit devTools config on fork (default: true)
inheritOnSpawn? ​
optionalinheritOnSpawn:boolean
Defined in: devtools.ts:670
Inherit devTools config on spawn (default: true)
remote? ​
optionalremote:boolean
Defined in: devtools.ts:662
Enable remote mode (POST to remote server)
remoteUrl? ​
optionalremoteUrl:string
Defined in: devtools.ts:664
Remote server URL (required if remote: true)
secret? ​
optionalsecret:string
Defined in: devtools.ts:666
Shared secret for remote authentication