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]: unknownAll 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
| Property | Type | Description | Defined in |
|---|---|---|---|
logLevel? | string | number | null | Log level for the agent. Accepts ‘debug’, ‘info’, ‘warning’, ‘error’, ‘critical’, or a LogLevel value. | src/naylence/agent/agent.ts:259 |
Last updated on