{{ message }}
Add LLM 1.0.0 extension#87
Merged
Merged
Conversation
Member
Member
|
It might also be good to explain in the
|
…up note - Rebuild zip against NetLogo 7.0.4 (drops the Matomo jar dependency) - Point homepage to the NetLogo org repo (build.sbt + libraries.conf) - Bundle five demo models and their prompt templates in the zip so the Models Library can auto-discover them; exclude all config files - Expand longDescription to explain the required config-file setup step
Closed
Contributor
Author
|
Thanks for the review! I've pushed an update addressing everything:
I've also closed the |
- Demo models and templates now sit flat in demos/ (not in subfolders) so the NetLogo Models Library auto-discovers them - Drop the baba-is-ai demo for now (still being refined) - Ship a single placeholder demos/config.txt; all bundled demos load it via llm:load-config
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds the LLM extension (codeName
llm, v1.0.0) — a unified multi-provider LLM extension for NetLogo agents (OpenAI, Anthropic/Claude, Gemini, Ollama, OpenRouter, Together AI) with per-agent memory, sync/async chat, prompt templates, and reasoning-model support. Built withsbt packageZip.