Exciting new technology in which classic no-code like workflows are created but glued together with use of (local) LLM’s. These can be triggered by events or by recurring schedules, setting the first steps towards truly autonomous agents capable of carrying out responsibilities and tasks

Typical Agent programming consists of a combination of the LLM engine, a query, tools and memory

agent tooling

  • LangGraph from LangChain;
  • Amazon Bedrock’s AI Agent framework;
  • Rivet, a drag and drop GUI LLM workflow builder; and
  • Vellum, another GUI tool for building and testing complex workflows

tooling

  • N8n - ifttt / zapier / node-red like no-code environment with strong LLM integration, also including local LLMS like ollama

sources