Skip to Content
Naylence Docs are in active development. Share feedback in Discord.
ReferenceAgent APITypeScript ReferenceInterfacesAgentServeOptions

naylence-agent-sdk-ts


naylence-agent-sdk-ts / AgentServeOptions

Interface: AgentServeOptions

Defined in: src/naylence/agent/agent.ts:254

Options for serving an agent at a given address.

Indexable

[key: string]: unknown

All other options are passed directly to FameFabric.getOrCreate(). This matches Python’s **kwargs pattern for maximum compatibility.

Common options include:

  • rootConfig: Root Fame configuration
  • connectorConfig: Connector configuration
  • securityConfig: Security configuration
  • storageConfig: Storage configuration etc.

Properties

PropertyTypeDescriptionDefined in
logLevel?string | number | nullLog level for the agent. Accepts ‘debug’, ‘info’, ‘warning’, ‘error’, ‘critical’, or a LogLevel value.src/naylence/agent/agent.ts:259
Last updated on