Add LLM 1.0.0 extension#87
Conversation
|
Please update this line to use NetLogo version Please update the URL here to be under the NetLogo organization. Same for the Also, you guys have a bunch of demo models in the repository for this extension. Please include them inside the You can close the pull request for the |
|
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
|
Thanks for the review! I've pushed an update addressing everything:
I've also closed the |
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.