AI metadata generator
Open
@omargfh is already working on this.
Since Jan 13, 2026.
monorepo
package
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to have a metadata generator using LLMs.
This feature should introduce one package (maybe llm-utils), set its only dependency to be utils and use it for LLM helpers used in netlogo-docs.
The generator should have this interface or a similar one:
generateShortDescription(content: string, metadata: /* stringifyable */, instructions: string = ""): Promise<string>
generateLongDescription(content: string, metadata: /* stringifyable */, instructions: string = ""): Promise<string>
generateSEOKeywords(content: string, metadata: /* stringifyable */, instructions: string = ""): Promise<Array<string>>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.