Skip to content

Add llmchat 1.0.0 extension#85

Open
korinek-milan wants to merge 2 commits intoNetLogo:7.0from
korinek-milan:llmchat-1.0.0
Open

Add llmchat 1.0.0 extension#85
korinek-milan wants to merge 2 commits intoNetLogo:7.0from
korinek-milan:llmchat-1.0.0

Conversation

@korinek-milan
Copy link

No description provided.

@korinek-milan korinek-milan changed the title Add llmchat 1.0.0 Add llmchat 1.0.0 extension Feb 1, 2026
@TheBizzle TheBizzle self-requested a review February 12, 2026 17:34
Copy link
Member

@TheBizzle TheBizzle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution, and sorry that I took so long in getting back to you about this.

  • Required fixes
    • The relevant .jar file is named LLMChat.jar. This probably works fine on Windows, but other OSes are case-sensitive, and NetLogo fails to find and load the extension for me, until I rename the file to llmchat.jar. The file in the archive needs to be renamed to all-lowercase before I can merge this.
      • The codeName field in the libraries.conf file should probably change in the same way
  • Recommended changes
    • NetLogo does not use camelCase for identifiers, but instead uses kebab-case
    • You refer to your extension as LLMChat in the code, but I would more commonly expect to see it as llm-chat. Capital letters are not really used in NetLogo.
    • Your demo model reads text from an Input widget and then blanks it. Maybe you would prefer to use the user-input primitive
    • Your demo model dumps the output to the Command Center, but newlines don't render there. Maybe your model would provide a nicer experience by writing the output to an Output widget.

@korinek-milan
Copy link
Author

korinek-milan commented Feb 13, 2026

Fixes and recomended changes were made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants