|
|
|
|
|
by margarita_dev
35 days ago
|
|
I've been working on (https://www.margarita.run) - If you could write agents as easy as writing markdown Github: https://github.com/Banyango/margarita I've always wanted to write a programming language, and AI made that a bit easier. So I tackled a kind of quasi-extension to markdown that lets you control coding agents easier. Margarita provides two file formats: .mg — A templating language that renders dynamic prompts to Markdown. Extends Markdown with variables, conditionals, loops, and includes. .mgx — An agent scripting language that extends .mg with agentic execution: state, memory, tool calls, user input, and more. That said I'm not sure how useful this thing is since everyone just uses claude code now, but it was a really great learning experience. |
|