For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/api.EvalServiceOptions.md.
  • 简体中文
  • Interface: EvalServiceOptions

    Properties

    configPath?

    readonly optional configPath?: string


    logger?

    readonly optional logger?: DevLogSink

    Optional non-throwing producer-wide diagnostics sink.


    mode?

    readonly optional mode?: string


    native?

    readonly optional native?: EvalServiceNativeOptions

    Native CLI injection is deliberately limited to test runners and their child environment.


    now?

    readonly optional now?: () => Date

    Injectable only to make run identity deterministic in tests.

    Returns

    Date


    projectRoot

    readonly projectRoot: string


    registry?

    readonly optional registry?: TargetRegistry


    targets?

    readonly optional targets?: readonly string[]