ju-bezdek/langchain-decorators
syntactic sugar 🍭 for langchain
This is a tool for Python developers who build applications using the LangChain library. It simplifies the process of creating and managing prompts for large language models, allowing you to define them directly within Python functions using docstrings. Developers provide input parameters to these functions and receive the generated language model output.
234 stars. Available on PyPI.
Use this if you are a Python developer frequently writing and managing prompts for LangChain applications and want a more organized and Pythonic way to do so.
Not ideal if you are not a Python developer or are not currently building applications with LangChain.
Stars
234
Forks
12
Language
Python
License
MIT
Category
Last pushed
Nov 27, 2025
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/ju-bezdek/langchain-decorators"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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.
bibekgupta3333/langchain-practical-guide
A comprehensive, hands-on tutorial repository for learning and mastering LangChain - the...