Skip to content

Documentation / @agentick/shared / DevToolsConfig

Interface: DevToolsConfig

Defined in: devtools.ts:656

Configuration for DevTools integration in the engine

Properties

channel?

optional channel: string

Defined in: devtools.ts:660

Channel name (default: 'devtools')


debug?

optional debug: boolean

Defined in: devtools.ts:672

Enable debug logging


enabled?

optional enabled: boolean

Defined in: devtools.ts:658

Enable DevTools (default: true when config object is provided)


inheritOnFork?

optional inheritOnFork: boolean

Defined in: devtools.ts:668

Inherit devTools config on fork (default: true)


inheritOnSpawn?

optional inheritOnSpawn: boolean

Defined in: devtools.ts:670

Inherit devTools config on spawn (default: true)


remote?

optional remote: boolean

Defined in: devtools.ts:662

Enable remote mode (POST to remote server)


remoteUrl?

optional remoteUrl: string

Defined in: devtools.ts:664

Remote server URL (required if remote: true)


secret?

optional secret: string

Defined in: devtools.ts:666

Shared secret for remote authentication

Released under the ISC License.