@wix/pathgrade 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@ export type { ExpectedMcpStartupStatus, ExpectedMcpToolCall, McpStartupStatusEvi
34
34
  export type { McpPolicyDenialReason, McpToolCallRequest, McpToolPolicyDecision, } from './mcp-safety.js';
35
35
  export type { ToolEvent, McpToolCallClassification } from '../tool-events.js';
36
36
  export type { LLMPort, EvalRuntime } from './eval-runtime.js';
37
- export { createLLMClient, ProviderNotSupportedError } from '../utils/llm.js';
37
+ export { createAgentLLM, createLLMClient, ProviderNotSupportedError } from '../utils/llm.js';
38
38
  export type { CreateLLMClientOptions, LLMProviderAdapter, TokenUsage as LLMTokenUsage } from '../utils/llm.js';
39
39
  export { createMockLLM } from '../utils/llm-mocks.js';
40
40
  export type { CreateMockLLMOptions, MockResponse, MockLLM } from '../utils/llm-mocks.js';
package/dist/sdk/index.js CHANGED
@@ -19,5 +19,5 @@ export { toAskUserToolEvent } from './ask-bus/projection.js';
19
19
  export { buildAskBatchLogEntries } from './agent-result-log.js';
20
20
  export { emitEvalResult, resetAllResultObserversForTests, resetUserResultObservers, subscribeToEvalResults, } from './result-capture.js';
21
21
  export { getAgentCapabilities } from './types.js';
22
- export { createLLMClient, ProviderNotSupportedError } from '../utils/llm.js';
22
+ export { createAgentLLM, createLLMClient, ProviderNotSupportedError } from '../utils/llm.js';
23
23
  export { createMockLLM } from '../utils/llm-mocks.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/pathgrade",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "packageManager": "yarn@4.12.0",
5
5
  "description": "Evaluate whether AI agents discover and use your skills correctly",
6
6
  "exports": {
@@ -133,5 +133,5 @@
133
133
  "typescript": "^5.9.3",
134
134
  "zod": "4.3.6"
135
135
  },
136
- "falconPackageHash": "7c3967f299416b4436afa2b39609adc26ca8dbd4079ffeb875453235"
136
+ "falconPackageHash": "2b9a24c5657ad7259e81e1521066f5067f601ea0c3a4c8984bb5272a"
137
137
  }