I have 3 roles:
seo_specialist, developer, product_manager
and a user_proxy
The task is to scrape web page, extract product description and build a list of keywords
After the first round, senior developer comes up with a code block:
[33msenior_developer[0m (to chat_manager):
Here's the code to scrape the product page and extract the product description, meta description, and keywords:
import requests
from bs4 import BeautifulSoup
...
But chat manager does not forward it to user_proxy for execution. I tried with docker, and without it. Tried it on gtp-3 and gpt-4, no luck
updated to latest pre-version pyautogen==0.2.0b4