NetLogo / NetLogo/Helio

AI metadata generator

Open
#15 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.