Feat: Add agent tool CrawlerForm #3221 (#8859)

### What problem does this PR solve?

Feat: Add agent tool CrawlerForm #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-07-16 09:34:30 +08:00
committed by GitHub
parent 30d7f31875
commit 6ca502c1d1
3 changed files with 104 additions and 40 deletions

View File

@ -2,7 +2,6 @@ import { Operator } from '../../constant';
import AkShareForm from '../akshare-form';
import ArXivForm from '../arxiv-form';
import BingForm from '../bing-form';
import CrawlerForm from '../crawler-form';
import DeepLForm from '../deepl-form';
import DuckDuckGoForm from '../duckduckgo-form';
import EmailForm from '../email-form';
@ -13,6 +12,7 @@ import GoogleScholarForm from '../google-scholar-form';
import PubMedForm from '../pubmed-form';
import WikipediaForm from '../wikipedia-form';
import YahooFinanceForm from '../yahoo-finance-form';
import CrawlerForm from './crawler-form';
import RetrievalForm from './retrieval-form';
import TavilyForm from './tavily-form';