Remix.run Logo
budududuroiu 6 hours ago

> The plan is a graph

I much prefer giving the LLM a REPL loop, and injecting all the tools as functions inside the REPL loop.

That means that the LLM isn't constrained to writing a DAG, it can write code that loops, exits early, etc.

Axsuul 6 hours ago | parent [-]

Do you have an example?

lmeyerov 5 hours ago | parent [-]

A graph is a fancy way of saying a few async await calls, which a REPL can do

(We added the same to louie.ai, not complicated)