fischerf/relatelang
RelateLang (former RelateScript) is a declarative meta-language designed to streamline the creation of structured and consistent prompts for large language models (LLMs).
RelateLang helps software development teams create clear, structured, and consistent instructions (prompts) for large language models (LLMs). It takes your business logic—like 'a customer is premium if they spend over $1000'—and turns it into a standardized prompt that LLMs can easily understand, regardless of who wrote it. Developers and engineering teams use this to ensure their LLM-powered applications behave predictably and reliably.
No commits in the last 6 months.
Use this if you are a developer or part of a team building applications with LLMs and need to ensure prompts are consistent, maintainable, and easily reviewed across different team members and languages.
Not ideal if you are an individual user interacting with an LLM for personal use and don't require standardized, production-grade prompt management.
Stars
11
Forks
1
Language
—
License
—
Category
Last pushed
Jun 12, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/fischerf/relatelang"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ju-bezdek/langchain-decorators
syntactic sugar 🍭 for langchain
curiousily/Get-Things-Done-with-Prompt-Engineering-and-LangChain
LangChain & Prompt Engineering tutorials on Large Language Models (LLMs) such as ChatGPT with...
mzarnecki/course_llm_agent_apps_with_langchain_and_langgraph
AI apps development in LangChain & LangGraph - tutorial notebooks
sergeyleschev/langchain-js
This repository are a series of demonstration scripts highlighting the functionalities of...
kylejtobin/langchain_search_bot
A simple LangChain 🦜🔗 bot that uses OpenAI and Google Search to do question answering.