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

    Variable ContextPrunerConfigSchemaConst

    ContextPrunerConfigSchema: ZodObject<
        {
            defaultStrategy: ZodOptional<
                ZodEnum<
                    {
                        oldest_first: "oldest_first";
                        lowest_priority: "lowest_priority";
                        priority_weighted_age: "priority_weighted_age";
                        summarize: "summarize";
                        sliding_window: "sliding_window";
                        hierarchical: "hierarchical";
                        semantic: "semantic";
                    },
                >,
            >;
            minItemsPerCategory: ZodOptional<ZodNumber>;
            protectedPriority: ZodOptional<ZodNumber>;
            autoTriggerThreshold: ZodOptional<ZodNumber>;
        },
        $strip,
    > = ...

    Agents exports - Agent framework, Orchestrator, Experts Split from index.ts for file size compliance (Issue #285)