Anchorage API reference
    Preparing search index...
    interface AgentThreadStateStorage {
        delete(key: string): Promise<boolean>;
        get<T = unknown>(key: string): Promise<T | undefined>;
        put<T>(key: string, value: T): Promise<void>;
    }
    Index

    Methods

    Methods