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://lluminy.com" rel="nofollow">https://lluminy.com</a><p>Here's what I'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!
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's different.