mudasobwa
lmml is the elixir library to handle the markup language for talking to LLMs, designed as a strict superset of Markdown: any bare .md/text file already parses and means something sensible as an lmml narrative.
During my work on CLI harness, I instantly hit the ceiling storing conversations in any existing format. I obviously needed a container, like OpenOffice does. Having conversations to reference external files is silly in many ways, I needed somewhat one can send by email to a friend, or store in the version control system.
That’s how lmml was born. It’s built upon markdown narrative, but allows extensions. The example of such an extension might be a built-in in-place container for another markup, like settings.yml below.
# Project context
Please review @diagram.png before the meeting.
@@@settings.yml
model: gpt-5
temperature: 0.2
@@@
It works for me way better than all the jsonish kludges used by anthropic/g.
Trending in Announcing
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










