joshuasundance-swca/ai_changelog
Using large language models to maintain AI_CHANGELOG.md
This tool helps software development teams automatically create and maintain their `AI_CHANGELOG.md` file. It takes recent code changes from your version control system (like Git) and uses AI to summarize them into plain language descriptions. The output is a clear, human-readable changelog that keeps everyone informed about new features and fixes. Developers and project managers can use this to easily track project evolution.
No commits in the last 6 months. Available on PyPI.
Use this if you want to automate the process of documenting code changes in a changelog, saving time and ensuring consistency.
Not ideal if you prefer to manually craft every changelog entry with very specific, non-AI-generated wording or if you don't use a version control system like Git.
Stars
14
Forks
—
Language
Python
License
MIT
Category
Last pushed
Jul 15, 2024
Monthly downloads
145
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/joshuasundance-swca/ai_changelog"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of...
UiPath/uipath-langchain-python
Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform
msoedov/langcorn
⛓️ Serving LangChain LLM apps and agents automagically with FastApi. LLMops
BrandPeng/Langchain1.0-Langgraph1.0-Learning
这是一个 LangChain 1.0 和 LangGraph 1.0 的学习仓库,学习如何进行agent开发,涵盖从基础概念到实战项目的完整学习路径。
leonyangdev/lc-studylab
LC-StudyLab 是一个完整演示 LangChain v1.0 全家桶能力的开源项目,整合了 LangGraph、DeepAgents、RAG 检索增强生成、Guardrails...