New `fast-rlm` update 🚀
Check this demo where RLM web searches (exa), reviews Goodreads with tools, and recommends books!
- Introduces REPL Tool Calling
- pass any python function into the RLM, and the agent can invoke it through the REPL
- Tool outputs do not get auto-loaded into context, instead they are stored inside python variables
- Main agents call subagents and pass old/new tools
- Configure environment variables and web tools into RLM environment
- Helper functions to pretty print pydantic objects in the REPL so agent does not spend extra steps decoding them
Very exciting! Example scripts provided in repo.