TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Lluminy – automate code comments for Python projects

2 点作者 knivets5 个月前
Hi everyone!<p>I built lluminy to solve the pain of documenting Python code. It:<p>- Uses LLama 3.3 to generate code comments<p>- To avoid code hallucinations, it parses Python files into AST, and only modifies function docstrings<p>- Integrates with GitHub (submits results as pull requests)<p>- Handles projects of any size with minimal setup<p>Try it out: <a href="https:&#x2F;&#x2F;lluminy.com" rel="nofollow">https:&#x2F;&#x2F;lluminy.com</a><p>Here&#x27;s what I&#x27;m planning to work on next:<p>- Automatic documentation suggestions on GitHub PRs<p>- Sphinx integration<p>- Support for more languages (JavaScript and others)<p>- Alternative LLM options<p>Looking forward to feedback from the HN community!

1 comment

debarshri5 个月前
Hey just had a quick look. Now days github copilot or any other coding assist generates comments automatically. Is it different from those tools, if yes, would love to understand what&#x27;s different.