### Overview Develop type-safe prompts and agents using readable Markdown and JSX. AgentMark supports Markdown, Type Safety, Unified model config, JSX components, props, & plugins, Custom Models, Streaming, Loops, Conditionals, and Filter Functions, JSON Output, Tools & Agents, Observability. Read our docs to learn more. ### Getting Started Below is a basic example to help you get started with AgentMark: ```mdx name: basic-prompt metadata: model: name: gpt-4o-mini test_settings: props: num: 3 You are a math expert. Whats 2 + {props.num}? ``` ### Models By default, AgentMark doesnt support any model providers. Instead, support must be added through our plugins. Heres a list of currently supported plugins you can start using. Refer to our docs to learn how to add custom model support. ### Language Support We plan on providing support for AgentMark across a variety of languages. TypeScript is currently supported. Need something else? Open an issue. ### Running AgentMark You can run AgentMark using any of the following methods: 1. VSCode Extension, 2. FileLoader. Download the VSCode Extension or implement a FileLoader.