nexus-agents - v2.80.0
    Preparing search index...

    Variable MemoryWriteInputSchemaConst

    MemoryWriteInputSchema: ZodObject<
        {
            key: ZodString;
            content: ZodString;
            backend: ZodEnum<
                {
                    session: "session";
                    belief: "belief";
                    agentic: "agentic";
                    adaptive: "adaptive";
                    typed: "typed";
                },
            >;
            confidence: ZodDefault<
                ZodOptional<ZodEnum<{ low: "low"; medium: "medium"; high: "high" }>>,
            >;
            metadata: ZodOptional<ZodRecord<ZodString, ZodString>>;
        },
        $strip,
    > = ...

    Input schema for memory_write tool.