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

    Variable MemoryQueryInputSchemaConst

    MemoryQueryInputSchema: ZodObject<
        {
            query: ZodString;
            limit: ZodDefault<ZodOptional<ZodNumber>>;
            source: ZodDefault<
                ZodOptional<
                    ZodEnum<
                        {
                            session: "session";
                            all: "all";
                            belief: "belief";
                            agentic: "agentic";
                            adaptive: "adaptive";
                            typed: "typed";
                        },
                    >,
                >,
            >;
        },
        $strip,
    > = ...

    Input schema for memory_query tool.