Skip to content

Interface: PlatformDefaults

Makaio Framework


Makaio Framework / ai-adapters-core / PlatformDefaults

Defined in: ../../../adapters/core/src/types/ai-adapter-init-options.ts:8

Platform-provided defaults injected by the runtime. These are the lowest priority and will be overridden by request-level values.

optional cwd?: string

Defined in: ../../../adapters/core/src/types/ai-adapter-init-options.ts:10

Default working directory for agent execution (e.g., os.tmpdir() on Node.js)


optional env?: Record<string, string>

Defined in: ../../../adapters/core/src/types/ai-adapter-init-options.ts:12

Default environment variables