Configuration for the agent (Admin or Delegatee). Includes optional settings for the Lit network, debug mode, and Tool Policy Registry.

interface AgentConfig {
    debug?: boolean;
    litNetwork?: LitNetwork;
}

Properties

Properties

debug?: boolean

Whether to enable debug mode for additional logging.

litNetwork?: LitNetwork

The Lit network to use (e.g., DatilDev, DatilTest, Datil).