Reminix TypeScript SDK - v0.7.1
    Preparing search index...

    Interface AgentOptions

    Options for creating an Agent.

    interface AgentOptions {
        metadata?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    metadata?: Record<string, unknown>

    Optional metadata for the agent (e.g., framework, model, description).