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:
parent
f2c75dec8e
commit
f14dc092f2
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
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue