@squidcloud/client
    Preparing search index...

    Type Alias AiAgentMemoryMode

    AiAgentMemoryMode: "none" | "read-only" | "read-write"

    The memory mode for an AI agent:

    • 'none': No memory is used, the agent does not remember past interactions.
    • 'read-only': The agent can read from memory but cannot write to it.
    • 'read-write': The agent can both read from and write to memory.