Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

27 lines (25 loc) · 1.05 KB

Version 0.0.58

  • Add Barabasi-Albert graph generation
  • Add generalized random graph generation
  • Add a reference to self agent jid
  • Add uuid module (+ModuleVar)
  • Add log instruction
  • Optimize spade instance backup mechanism
  • Import only required Python modules
  • TODO 7a4a78ed -- aasm/generating/python_code.py
  • TODO fa3d7007 -- aasm/generating/python_graph.py
  • TODO 0d78038d -- aasm/intermediate/graph.py
  • TODO dfa11b53 -- aasm/intermediate/graph.py
  • TODO b9750a60 -- aasm/intermediate/graph.py
  • Add remaining assignment operators
  • Add simulation id to agent
  • Standardize logging format -- make it event log compatible
  • Add str and float to reserved keywords

BACKLOG

  • Add optional initialization of httpx client in backup behaviour
  • Add tests
  • Change graph generation to types + adjacency row format?
  • Change connection type to string?
  • Support all types as agent parameters
  • Support all types as message parameters
  • Support all types in decl instruction