Live data from Hacker News

Show HN: Lunar, a coding harness extensible with Lua

github.com

1–6 of 6 posts

Show HN: Lunar, a coding harness extensible with Lua

#1
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.

Show HN: Lunar, a coding harness extensible with Lua
github.com

Re: Show HN: Lunar, a coding harness extensible with Lua

#5
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?

Re: Show HN: Lunar, a coding harness extensible with Lua

#6
post #5

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?

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.