Anish Dabhane

Results 7 issues of Anish Dabhane

# Add New Termite Simulation Example ## Summary This PR introduces a new termite simulation example inspired by the classic termite wood chip gathering behavior. The simulation models termites moving...

## Changes - Update the file structure - added solara support - fixed the batch_run - updated the readme file ## Solara Visualization ![image](https://github.com/user-attachments/assets/bd86c667-c23a-425f-a773-481c1706c18e)

Changes: - separated `model` and `agent` class in different files. - added `solara` support for network visualization. - updated `requirements.txt` Issue reference: #246

The current code for the bank_reserves example doesn't work with the latest mesa version i.e `3.1.4`. The following changes are supposed to be made to ensure that it works perfectly...

### Description Current example works with mesa `2.0` and a lot of changes have been made to the mesa core implementation since then. ### Changes - add solara visualization support...

By default `GithubSearchTool` is using `OpenAI` : `gpt-4o-mini` model. But as per the [documentation](https://github.com/crewAIInc/crewAI-tools/blob/main/crewai_tools/tools/github_search_tool/README.md), the LLM models can be changed as per the different LLM provider. Even after changing the...

### Summary This PR introduces a new **Preferential Attachment** simulation example, inspired by the Barabási–Albert model of network growth. The simulation models how a network evolves over time as new...