feat: Add templates with AgentQL Component#6248
feat: Add templates with AgentQL Component#6248edwinjosechittilappilly merged 16 commits intolangflow-ai:mainfrom
Conversation
|
@desi003 you need not update the styleutils.ts instead if you need to add icons you can just mention or "book-open-text" the icon name directly from https://lucide.dev/icons/book-open-text Can you try that It should work |
You can keep as it is. |
edwinjosechittilappilly
left a comment
There was a problem hiding this comment.
News Aggregator Suggestion:
Add more details on how the Agent should draft the query.
May be like a few shot/ one short prompting.
Also give an example input in notes.
|
Research agent Suggestion: use chat input and chat output: updated components (in minimized mode). General suggestion: |
|
@Cristhianzl @ogabrielluiz we ned this PR in release. |
CodSpeed Performance ReportMerging #6248 will not alter performanceComparing Summary
|
* 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 ff7d2c5. * price-deal-updates * Remove research paper chatbot template * feat: Add tags to Price Deal Finder starter project --------- Co-authored-by: Gabriel Luiz Freitas Almeida <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Mendon Kissling <[email protected]> Co-authored-by: Edwin Jose <[email protected]>



Adds 2 Langflow templates with AgentQL Components: Price Deal Finder and Research Paper Chatbot.
Price Deal Finder is an agent that finds prices of products by using AgentQL Component to scrape through different e-commerce websites.
Research Paper Chatbot is a chatbot that uses AgentQL Component to scrape through research papers in the ArXiv archive to answer questions and give summaries.
Resolves TF-5573