Skip to content

Releases: denoslab/AgentEvac

v0.2.1 — Scenario Prompts, CLI Improvements & Bug Fixes

06 Mar 18:51
e0499b9

Choose a tag to compare

What's New in v0.2.1

Features

  • CLI startup summary — runtime flags and configuration are now printed to stdout before each simulation run, making it easier to confirm settings at a glance (#2b5f4ef)

Improvements

  • Refined scenario promptsagents/scenarios.py prompts for all three information regimes (no_notice, alert_guided, advice_guided) have been reworked for clearer, more realistic agent decision-making (#20, #21)

Bug Fixes

  • Replay key error fixed — resolved a KeyError crash in utils/replay.py that occurred during deterministic replay runs (#26)
  • Agent departure time — earliest agent departure time corrected to 0 so agents can leave at the very start of the simulation (#22)
  • Docker image name — fixed lowercase image name in docker.yml to comply with Docker naming rules (#16)

Documentation

  • Added TL;DR quickstart with pip install agentevac (#19)
  • Added PyPI install option to the quickstart section (#18)
  • Added CI / Docker / PyPI / Docs status badges and API docs link to README (#17)

Full changelog: v0.1.0...v0.2.1

What's Changed

  • fix: bump version to 0.2.0 to match release tag by @stedrew in #27
  • chore: bump version to 0.2.1 by @stedrew in #28

Full Changelog: v0.2.0...v0.2.1

First release

05 Mar 21:12
b241db5

Choose a tag to compare

First release Pre-release
Pre-release

This is the first release.

What's Changed

  • docs: expand README with background, objectives, and quickstart by @stedrew in #2
  • feat: add Docker support for portable containerized runs by @stedrew in #4
  • Added a banner logo for README. by @stedrew in #5
  • docs: add professional docstrings and inline comments to all source files by @stedrew in #7
  • refactor: adopt standard Python project layout by @stedrew in #9
  • test: add 223 comprehensive unit tests for all library modules by @stedrew in #11
  • fix: replace all stale Traci_GPT2.py references after package refactor by @stedrew in #13
  • ci: add GitHub Actions pipelines for lint/test, docs, and PyPI release by @stedrew in #15

New Contributors

Full Changelog: https://github.com/denoslab/AgentEvac/commits/v0.1.0