- When asking the user for an input, does it support multi turn user conversation?
- Who is this made for? Developers would much rather just use python directly with coding agents; non developers would probably still be afraid of seeing the python-ish syntax in the md file + they wont be able to use existing coding agents cause there would be no examples of this new language in any of the LLM's training data.
But it's an awesome attempt! I like the idea overall, and the design of the website!
> Review this code snippet and set `score` to a number from 0–10
> ↳ set score = 72
...or is it the comments further down influencing the behaviour:
// This runs the agent
// score is set to 72
// feedback is set to Simple and correct...
@effect run
if so is that supposed to happen?it's all a bit confusing