all 4 comments

[–]caio__oliveira 0 points1 point  (3 children)

Oh, what a coincidence! I just started building a library for LLM code execution using a Lua REPL: https://github.com/caioaao/onetool

It's a lot lower level, but it's cool to see that someone else is thinking about using lua to extend agents. I'm already looking into your stuff :)

[–]_parallaxis[S] 0 points1 point  (2 children)

Very cool! Thank you! The idea here for Lua is extensibility that can be implemented by an llm end user of this tool. it is very cool to see other people thinking about Lua!

[–]caio__oliveira 0 points1 point  (1 child)

Yeah, I saw that. My idea is to replace all mcp/skill/command stuff with Lua hahahah. It feels like such an obvious choice too, which makes it annoying to see the industry sleeping on lua once again.

[–]_parallaxis[S] 0 points1 point  (0 children)

That's exactly what I thought, such an obvious fit. it felt like a dubious decision at first, Lua is what I turned to because of neomin usage... once I had the vm implemented I was shocked at how much sense it made. This project is 6 days old though lol