feat(agent): Connect AI 웹사이트 탐색 기능(read_url) 추가 및 웹 스크래핑 구현
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const html = ` h=h.replace(/([=!<>+\\\\-*/%|&^~?:]+)/g,'<span class=\"op\">$1</span>');`;
|
||||
console.log(html);
|
||||
try {
|
||||
eval(html);
|
||||
console.log("OK");
|
||||
} catch(e) {
|
||||
console.log("ERROR:", e.message);
|
||||
}
|
||||
Reference in New Issue
Block a user