Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore an agent that crawls a rules link URL to scrape extra data context for the LLM #363

Open
dymurray opened this issue Sep 13, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@dymurray
Copy link

When a rule references an external link, there is usually a ton of useful data and context for the LLM to scrape to provide better results. If we find an incident includes a link, consider scraping that data and tweaking our result based on it.

@dymurray dymurray added this to the Milestone #1 milestone Sep 13, 2024
@dymurray dymurray added the agent label Sep 13, 2024
@shawn-hurley
Copy link
Contributor

I think this is a really good idea, probably a summary model, that can take websites and summarize them, then we add the results as AIMessages to the 1Human1 or 1System1 Messages in the resulting agent calls.

Something like this: https://python.langchain.com/v0.2/docs/how_to/query_few_shot/ IIUC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

3 participants