Show HN: Lunar, a coding harness extensible with Lua

github.com

5 points by gszr 2 days ago

Hi all! Sharing a small pet project my agents and I have been working on:

Lunar, a coding harness configurable and extensible via Lua scripts.

I'm already using Lunar to develop Lunar :) Give it a try!

Soon you will be able to extend it using Lua hooks.

guip13 2 days ago

Very neat.

In the Runta example, wouldn't read/write/edit also need to target the runtime filesystem? Otherwise the model could edit one tree and run against another.

Also, bash is currently described to the model as running in the current working directory, which would no longer necessarily be true. Is the intent for a tool slot to own its schema/description as well as its implementation?

  • gszr 1 day ago

    This is a great comment. Yes, for remote execution the tools need to be adjusted as well. That example is not great. I will be working on this over the next few days.

vickyatwork01 2 days ago

Hey, this looks great. Looking forward to other endpoint support !!

  • gszr 2 days ago

    Thank you! I will be working on that next :)

yoganandb 2 days ago

A very useful project. ~Yoganand