Skip to content

Documentation / @agentick/gateway / FileConfig

Interface: FileConfig ​

Defined in: gateway/src/config.ts:21

Core gateway config — augmented by packages via declare module

Properties ​

connectors? ​

optional connectors: ConnectorConfigs

Defined in: gateway/src/config.ts:33


gateway? ​

optional gateway: object

Defined in: gateway/src/config.ts:22

host? ​

optional host: string

logging? ​

optional logging: object

logging.file? ​

optional file: string

Log output file path. When set, logs are written here instead of stdout.

logging.level? ​

optional level: "error" | "debug" | "info" | "trace" | "warn" | "fatal" | "silent"

Log level (default: "info"). Set to "trace" for full event stream visibility.

port? ​

optional port: number

transport? ​

optional transport: "both" | "websocket" | "http"


providers? ​

optional providers: ProviderConfigs

Defined in: gateway/src/config.ts:34

Released under the ISC License.