NetLogo / NetLogo/Netlogo-LLM-Extension
chore: re-add baba-is-ai demo to the bundled library
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 1
- Forks
- 0
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 4
Description
Roadmap priority: B16
Summary
Re-add the baba-is-ai demo to the bundled library. It was pulled during the v1.0.0 library submission over a config-file issue flagged in review.
Why it matters
It is one of the more research-grounded demos — it reproduces the knowing-doing gap from BALROG (arXiv:2411.13543), where LLMs score near zero on spatial puzzle games despite being able to state the correct rule. Good demonstration material and a genuine research result.
What needs to be done
- Recover the exact reviewer note from the NetLogo-Libraries submission — the issue was an extensionless config file that did not fit the bundle conventions.
- Rename or restructure the config so it conforms (compare
demos/tests/config.txt.exampleand the other bundled demos). - Verify the demo runs against a current default model — it was built against Ollama
qwen2.5:7b. - Re-run and confirm behaviour still reproduces the intended result.
- Re-submit to the library bundle.
Open questions
- Is the config issue the only blocker, or were there other reviewer notes?
- Should it ship with an Ollama config (free, offline, matches the original result) or a cloud config (faster to demo)?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by recovering the NetLogo-Libraries reviewer note, then compare the demo's config with demos/tests/config.txt.example and configs used by other bundled demos. Verify baba-is-ai with the current default model, originally Ollama qwen2.5:7b, and re-run it to confirm the intended result. Done means the config follows bundle conventions and the demo is ready for library resubmission.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ollama
- Domain
- release, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100