| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Please update this line to use NetLogo version 7.0.4 and rebuild your extension. If nothing else, your extension will then cease to bring in a dependency on the Matomo .jar. Please update the URL here to be under the NetLogo organization. Same for the homepage field in libraries.conf. Also, you guys have a bunch of demo models in the repository for this extension. Please include them inside the .zip for this extension. The NetLogo Models Library can automatically find them inside the unzipped folder for this extension and present them to users of the extension. You can close the pull request for the 7.1 branch. I will cherry-pick these changes over to the 7.1 branch after they get merged onto 7.0 (assuming your 7.1 PR isn't any different than this one). |
Sorry, something went wrong.
|
It might also be good to explain in the longDescription that you've added to libraries.conf, or in messages directly from the extension, that people need to take extra steps when setting up this extension—namely: producing a config file and putting it in the right place. Otherwise, the likely course of events for them is:
|
Sorry, something went wrong.
…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 7.1 PR (#88) as you suggested — it's identical to this one, so feel free to cherry-pick after this merges. |
Sorry, something went wrong.
- 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
|
Very nice, thanks a bunch for your contribution! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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 with sbt packageZip.