reolve to @butster/web-tools

This commit is contained in:
dal 2025-07-23 21:13:56 -06:00
parent 3396f9fb8a
commit acee19e981
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
import {
FirecrawlService,
type WebSearchOptions,
type WebSearchResult,
} from '@buster-tools/web-tools';
import { FirecrawlService, type WebSearchOptions, type WebSearchResult } from '@buster/web-tools';
import type { RuntimeContext } from '@mastra/core/runtime-context';
import { createTool } from '@mastra/core/tools';
import { wrapTraced } from 'braintrust';