feat(agent): Connect AI 웹사이트 탐색 기능(read_url) 추가 및 웹 스크래핑 구현
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
const lines = [
|
||||
`h=h.replace(/(\\\\/\\\\/[^\\\\n]*)/g,'');`,
|
||||
`h=h.replace(/(#[^\\\\n]*)/g,'');`,
|
||||
`h=h.replace(/(\\\\/\\\\*[\\\\s\\\\S]*?\\\\*\\\\/)/g,'');`,
|
||||
];
|
||||
for(let line of lines) {
|
||||
try {
|
||||
eval(line);
|
||||
console.log("OK:", line);
|
||||
} catch(e) {
|
||||
console.log("ERROR:", e.message, "ON", line);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user