@suluk/agents - v0.1.6
    Preparing search index...

    Interface ContextOptions

    interface ContextOptions {
        instructions?: Record<string, string>;
        catalog?: ModelCatalog;
        modelWindows?: Record<string, number>;
    }
    Index

    Properties

    instructions?: Record<string, string>
    catalog?: ModelCatalog

    the model catalog (@suluk/models) — context windows are read from it; replaces the old hard-coded table.

    modelWindows?: Record<string, number>

    per-id window overrides (takes precedence over the catalog); handy for tests/pins.