开源系统录制浏览器操作并自动化为可复用技能

This is all open source, and it's probably the dir…

精选理由

有个开源项目能录制你在浏览器里做的事,自动变成可复用的技能,还能让智能体直接调用,省去重复劳动。

AI 摘要

这个开源项目允许你录制浏览器操作,系统会自动清理录制内容,移除重试、死路和页面特定细节。然后它只保留任务逻辑而非具体点击,将其转化为可复用的技能。最后这些技能被组织成技能图谱,智能体可检索用于相关新任务。整个过程完全开源。

原文 · Ate-a-Pi

This is all open source, and it's probably the dir…

This is all open source, and it's probably the direction we'll be automating a ton of tasks in the future:

1. Record yourself using a web browser doing something you want to automate.

2. The system takes the recording and cleans it by removing retries, dead ends, and anything that's specific to one page and not reusable.

3. Then, it turns the clean process into a skill by only keeping the logic to accomplish the task, not the specific clicks.

4. Finally, it organizes the skill into a "skill graph", so an agent can retrieve it to work on a new, related task.

And this is now open source!