-
-
Notifications
You must be signed in to change notification settings - Fork 84
Pull requests: mesa/mesa-llm
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: replace deprecated seed= with rng= in all example models
#290
opened Apr 6, 2026 by
ospreyboi
Loading…
fix: add include_default_tools parameter to LLMAgent to prevent unwanted inbuilt tool calls
#289
opened Apr 5, 2026 by
saakshisinghal14
Loading…
fix: change executor tool_choice from required to auto so reasoning respects no-action decisions
#286
opened Apr 1, 2026 by
saakshisinghal14
Loading…
Fix: Correctly raised value error with descriptive error message in case of Invalid model instead of not a function calling model
#285
opened Mar 31, 2026 by
DineshThumma9
Loading…
1 task done
fix(reasoning): scope system prompts per LLM call to avoid prompt race conditions
#283
opened Mar 31, 2026 by
raghav-567
Loading…
1 task done
Add stock market example with LLM trader and analyst agents
example
Release notes label
#281
opened Mar 31, 2026 by
hussanshabbir
Loading…
Fix: Raises value error for invalid tool name instead of key error
tools
#280
opened Mar 30, 2026 by
DineshThumma9
Loading…
Fix: coerce numeric arguments in ToolManager
tools
#277
opened Mar 30, 2026 by
BhoomiAgrawal12
Loading…
Improved Ollama integration with async + retry support
#274
opened Mar 30, 2026 by
Zzeelan7
Loading…
pin mesa below 4
depedency
Release notes label
#272
opened Mar 29, 2026 by
wang-boyu
Loading…
1 task done
Fix: Optimize message broadcasting from O(n²) to O(n) complexity
#271
opened Mar 28, 2026 by
crocmons
Loading…
1 task done
feat: Add connection pooling and request batching optimizations
#270
opened Mar 27, 2026 by
crocmons
Loading…
1 task done
Improve ModuleLLM retry handling and preserve tool-calling configuration
#267
opened Mar 26, 2026 by
MohidNaghman1
Loading…
Fix: Critical Performance Regression in Parallel Agent Stepping
#264
opened Mar 26, 2026 by
crocmons
Loading…
1 task done
docs: complete documentation with getting started, feature overview, …
#263
opened Mar 25, 2026 by
MohidNaghman1
Loading…
Add Agriculture decision Model
example
Release notes label
#259
opened Mar 23, 2026 by
niteshver
Loading…
fix: add serialization-safe agent_id and to_dict() to MemoryEntry (#156)
memory
#256
opened Mar 21, 2026 by
aatmaj28
Loading…
example: add jury deliberation model example
example
Release notes label
#252
opened Mar 21, 2026 by
khansalman12
Loading…
example: add Information Cascade model to benchmark STLTMemory latency
example
Release notes label
#251
opened Mar 20, 2026 by
ZhehaoZhao423
Loading…
1 task done
fix(llm_agent): prevent TypeError when agent.pos is None in _build_observation()
#245
opened Mar 18, 2026 by
abikooo
Loading…
fix(memory): prevent add_to_memory() from overwriting events of the same type
memory
#243
opened Mar 18, 2026 by
abikooo
Loading…
Fix: Comprehensive Error Handling and Reliability Implementation
#241
opened Mar 18, 2026 by
crocmons
Loading…
1 task done
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.