Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added extensions/llm-1.0.0.zip
Binary file not shown.
8 changes: 8 additions & 0 deletions libraries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ In general, the LevelSpace syntax has been designed to align with existing NetLo
version: "1.0.0"
homepage: "https://github.com/cstaelin/LinProg-Extension"
}
{
name: "LLM"
codeName: "llm"
shortDescription: "Multi-provider LLM extension for NetLogo agents"
longDescription: "A NetLogo extension providing a unified interface to multiple LLM providers — OpenAI, Anthropic/Claude, Google/Gemini, local Ollama, OpenRouter, and Together AI — with per-agent conversation memory, synchronous and asynchronous chat, prompt templates, constrained choices, and reasoning/thinking-model support."
version: "1.0.0"
homepage: "https://github.com/JNK234/Netlogo-LLM-Extension"
}
{
name: "LLM-Chat"
codeName: "llm-chat"
Expand Down
Loading