Back to blog
2 min read

Develop LLM applications using Markdown and JSX

Agentmark - Markdown for the AI era

My thoughts

This is really neat!

Here’s how they describe the system:

The goal of AgentMark is to simplify the development of prompts & agents. We do this by:

Supporting readable/portable Markdown + JSX. Decoupling your prompts from code Decoupling your model config through a unified interface Keeping everything local with our OSS runtime

The system allows you to write your prompts in Markdown and interact with the LLM in Markdown.

The three supported primary message tags for working with the LLM are:

  • System - For system-level instructions
  • User - For user messages
  • Assistant - For assistant messages