The future of AI agents is WebAssembly (get started now)

Поділитися
Вставка
  • Опубліковано 29 вер 2024
  • The future of AI Agents is WebAssembly.
    In this video. we look at how AI Agents can call WebAssembly functions dynamically using LlamaIndex, AssemblyScript and RAG.
    WebAssembly is probably the future of AI function calling due to it's secure sandboxing.
    In this video, Chris breaks down how to use function calling with AI Agents and LlamaIndex, how to build webassembly functions and how to call them from your AI Agents. Finally we look at how we can use RAG to dynamically load tools from a tools database.
    github: github.com/chr...
  • Наука та технологія

КОМЕНТАРІ • 11

  • @TatyanaEmelyanova-ov2qq
    @TatyanaEmelyanova-ov2qq 3 місяці тому +1

    How is this possible, looks too good to be true

    • @chrishayuk
      @chrishayuk  3 місяці тому

      it's pretty cool right

  • @kenchang3456
    @kenchang3456 3 місяці тому +1

    Interesting, thanks.

  • @twilkpsu
    @twilkpsu 3 місяці тому +1

    Bravo! 🎯

  • @MavVRX
    @MavVRX 3 місяці тому

    Too much effort. Just use containers. How would you package a tool that has tonne of dependencies using web assembly?

    • @chrishayuk
      @chrishayuk  3 місяці тому

      you can't have a model install containers...

    • @MavVRX
      @MavVRX 3 місяці тому

      @@chrishayuk I'm not saying the LLM to install containers (even though it can, since it's just a function call). I'm saying to use containers (docker, podman, containerd) instead of webaasembly. Try creating a more complex tool, such as a tool that uses a dataframe in webassembly...maybe using pyodide and micropip

    • @chrishayuk
      @chrishayuk  3 місяці тому

      @@MavVRX yeah, maybe i didn't explain this video so well.. function calling other agents, containers etc is a given. but this is more about integration of libraries and tools

    • @fraternitas5117
      @fraternitas5117 2 місяці тому

      @@chrishayuk you can with gptscript