feat: Add templates with AgentQL Component (#6248)

* Add templates with AgentQL Component

* Add one more template with AgentQL Component

* [autofix.ci] apply automated fixes

* refactor: update News Aggregator template to include API key instructions and improve layout

* price-deal-finder

* Revert "price-deal-finder"

This reverts commit ff7d2c5e6d41129bf61927a0a010702ad71c6265.

* price-deal-updates

* Remove research paper chatbot template

* feat: Add tags to Price Deal Finder starter project

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
This commit is contained in:
Desiree Sng 2025-02-17 10:32:40 -08:00 committed by GitHub
commit f14dc092f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3874 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -30,6 +30,7 @@ import {
Binary,
Blocks,
BookMarked,
BookOpenText,
BookmarkPlus,
Bot,
BotMessageSquare,
@ -69,6 +70,7 @@ import {
Database,
DatabaseZap,
Delete,
DollarSign,
Dot,
Download,
DownloadCloud,
@ -959,4 +961,6 @@ export const nodeIconsLucide: iconsType = {
ScrapeGraph: ScrapeGraph,
ScrapeGraphSmartScraperApi: ScrapeGraph,
ScrapeGraphMarkdownifyApi: ScrapeGraph,
DollarSign,
BookOpenText,
};