
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
marmot-agents
Advanced tools
Marmot is an extension of _simpy <https://_simpy.readthedocs.io/en/latest/>_
that makes it easier to build agent-based process models. Marmot allows a user
to model the actions of discrete agents acting within an environment.
:Version: 0.2.5
:Authors: Jake Nunemaker <https://www.linkedin.com/in/jake-nunemaker/>_
:Documentation: Coming soon!
pip install marmot-agents
.. code-block:: python
from marmot import Environment, Agent
env = Environment() agent = Agent("Test Agent") env.register(agent)
agent.task("Run", 10) # The agent is scheduled to run for 10 units of time
env.run() print(env.now)
10
env.logs
[{"agent": "Test Agent", "action": "Run", "duration": 10, "time": 10}]
FAQs
Agent based processs modeling.
We found that marmot-agents demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.