V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
ivydom
V2EX  ›  分享创造

分享一个生产级别可用的开源 Agentic Workflow 框架 Eko

  •  1
     
  •   ivydom · 10 天前 · 1066 次点击

    最近在做很多 AI Agent 探索,发现现在的 Agent 框架比如 langchain 构建了太多复杂的概念,难于使用,且缺少 computeruse 和 browseruse 的能力。 搜了很多看到一个比较简单且 all in one 的框架叫 eko ,相比于其他框架,Eko 的简洁和强大功能让我印象深刻。

    这个框架首先写起来比较简单,官网文档里显示只需要通过一句话就可以直接执行:

    // Example: Browser automation
    const extWorkflow = await eko.generate("Search for 'Eko framework' on Google and save the first result");
    await eko.execute(extWorkflow);
    

    而且,它还能生成非常复杂的工作流程。比如,网页自动化测试只需用自然语言描述即可:

        Current login page automation test:
        1. Correct account and password are: admin / 666666 
        2. Please randomly combine usernames and passwords for testing to verify if login validation works properly, such as: username cannot be empty, password cannot be empty, incorrect username, incorrect password
        3. Finally, try to login with the correct account and password to verify if login is successful
        4. Generate test report and export
    

    这真是太实用了!

    另外 eko 还集成了好多跨平台工具,支持 computeruse 和 browseruse ,比如:

    • 通过提示点击 GUI
    • 提取网页内容
    • 自动填写表单
    • 执行命令
    • 标签管理
    • 导出文件
    • 截屏
    • 网络搜索

    GitHub 上,我还发现了一些有趣的视频案例,比如自动分析竞品发布的 SEO 博客,查找股票信息并生成可视化报表。

    这让我看到了未来的曙光,真是令人兴奋不已!忍不住想和大家分享这个令人振奋的发现!

    4 条回复    2025-01-13 17:13:35 +08:00
    ivydom
        1
    ivydom  
    OP
       10 天前
    对了,想和大家一起讨论 Agent 的未来,我刚建了个群,欢迎大家入群!

    !()[https://ibb.co/ws2Ry50]
    ivydom
        2
    ivydom  
    OP
       10 天前
    图贴错了:

    ![]( https://ibb.co/ws2Ry50)
    admirez
        3
    admirez  
       8 天前 via iPhone
    能写一个自动登陆京东签到领金币的流程吗
    boxrq
        4
    boxrq  
       8 天前
    群没了?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2927 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 13:53 · PVG 21:53 · LAX 05:53 · JFK 08:53
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.