- Google search seamlessly incorporated into the flow. A very positive results with Groq:Llama 3 70B when selected as a model for the Search agent.
{"agent": "Google Search Query Generator", "details": {"model": "llama3-70b-8192", "provider":"groq","max_tokens": 4000, "temperature": 0}},
{"agent": "Google Search Summarizer", "details": {"model": "llama3-70b-8192", "provider":"groq","max_tokens": 4000, "temperature": 0}}
- Some improvements to jupyter notebook output formatting.
- Search could benefit further from Something like
Selenium
or pypeteer
to allow for scraping of dynamic websites. At the moment only static content is supported. Tricky, as we do not want the library to become too bloated