Agent0

Latest version: v0.23.0

Safety actively analyzes 662773 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 9

0.15.0

What's Changed
* Added a new reinforcement learning pipeline to the Traider Daive lib
* Refactored and improved the Hyperdrive Interface as well as Interactive Hyperdrive
* Adds a new random bot that will hold trades
* Updated to support Hyperdrive 0.8.0
* Improved documentation

PRs
* Adding columns to database pool info table to contain missing fields from interface pool state by slundqui in https://github.com/delvtech/agent0/pull/1304
* refactor interface, fixtures, and agent state objects by dpaiton in https://github.com/delvtech/agent0/pull/1306
* Adding an option for running the dashboard in interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1307
* Need to coerce float for plotting in interactive example by slundqui in https://github.com/delvtech/agent0/pull/1309
* Hyperdrive v0.7.1 by slundqui in https://github.com/delvtech/agent0/pull/1311
* add open long error messaging by dpaiton in https://github.com/delvtech/agent0/pull/1308
* TraiderDaive by slundqui in https://github.com/delvtech/agent0/pull/1310
* Moving traiderdaive installation to separate requirements by slundqui in https://github.com/delvtech/agent0/pull/1313
* Adjusting addresses for v0.7.1 by slundqui in https://github.com/delvtech/agent0/pull/1315
* update pyproject.toml by wakamex in https://github.com/delvtech/agent0/pull/1317
* Adding post action stage to bot runner by slundqui in https://github.com/delvtech/agent0/pull/1320
* add predict trade test by wakamex in https://github.com/delvtech/agent0/pull/1318
* add tests of economic intuition by wakamex in https://github.com/delvtech/agent0/pull/1316
* Random hold bots by slundqui in https://github.com/delvtech/agent0/pull/1321
* update agent0 readme by dpaiton in https://github.com/delvtech/agent0/pull/1322
* Rl bot improvements by slundqui in https://github.com/delvtech/agent0/pull/1323
* Snapshot policy state in interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1324
* Running dashboard in interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1325
* Hyperdrive Interface tutorial notebook by slundqui in https://github.com/delvtech/agent0/pull/1326
* Update for Hyperdrive v0.8.0 by slundqui in https://github.com/delvtech/agent0/pull/1327
* increment version by dpaiton in https://github.com/delvtech/agent0/pull/1328


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.14.0...v0.15.0

0.14.0

What's Changed
* Update agent0 and hyperdrivepy wheels to support hyperdrive 0.7.0
* Bugfixes and improvements for fuzz and bot pipelines

PRs
* Fuzz updates by slundqui in https://github.com/delvtech/agent0/pull/1278
* Attempt a preview if a transaction call fails, by slundqui in https://github.com/delvtech/agent0/pull/1279
* Error handling when trades not closed within the same checkpoint by slundqui in https://github.com/delvtech/agent0/pull/1280
* Fixing issue in path independence fuzz with reporting warning when no paths were checked by slundqui in https://github.com/delvtech/agent0/pull/1281
* Changing vault shares check and changing exception message to not inc… by slundqui in https://github.com/delvtech/agent0/pull/1282
* lint with black-24 and fix changed foundry error message by wakamex in https://github.com/delvtech/agent0/pull/1287
* test trade prediction by wakamex in https://github.com/delvtech/agent0/pull/1285
* clone repo through https by wakamex in https://github.com/delvtech/agent0/pull/1268
* Error handling of calc max short by slundqui in https://github.com/delvtech/agent0/pull/1283
* Adding vault shares check in long short maturity values interactive fuzz by slundqui in https://github.com/delvtech/agent0/pull/1284
* Agent0 update for hyperdrive v0.6.0 by slundqui in https://github.com/delvtech/agent0/pull/1288
* Checking vault shares separately for long/short by slundqui in https://github.com/delvtech/agent0/pull/1290
* Hard coded error decode for insufficient liquidity by slundqui in https://github.com/delvtech/agent0/pull/1291
* Removing mockHyperdriveMath in addresses json if it exists by slundqui in https://github.com/delvtech/agent0/pull/1293
* Hotfix for hard coded error name by slundqui in https://github.com/delvtech/agent0/pull/1294
* Update for hyperdrive v0.6.2 by slundqui in https://github.com/delvtech/agent0/pull/1295
* Update agent0 to hyperdrive v0.7.0 by slundqui in https://github.com/delvtech/agent0/pull/1296
* Hotfix to call to preview when transaction fails by slundqui in https://github.com/delvtech/agent0/pull/1297
* rename hyperdrive_interface to interface by dpaiton in https://github.com/delvtech/agent0/pull/1299
* Logging ticker when all paths fail in fuzz by slundqui in https://github.com/delvtech/agent0/pull/1300
* test share price compounding by wakamex in https://github.com/delvtech/agent0/pull/1298
* update interactive deployer agent to know balances by dpaiton in https://github.com/delvtech/agent0/pull/1301
* Updating starting block for data pipeline by slundqui in https://github.com/delvtech/agent0/pull/1302
* bump version by dpaiton in https://github.com/delvtech/agent0/pull/1303


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.13.0...v0.14.0

0.13.0

What's Changed
* Improved error messaging and documentation for fuzz tests
* Resolved many bugs and erroneous checks in the fuzz tests
* Bugfixes and improvements to the lp and arb bot

PRs
* Fuzzing fixes by slundqui in https://github.com/delvtech/agent0/pull/1231
* open_random_trades guaranteed to not pass position duration by slundqui in https://github.com/delvtech/agent0/pull/1232
* adds descriptions to each of the fuzz tests by dpaiton in https://github.com/delvtech/agent0/pull/1233
* Code cleanup and logging var renames of long short maturity values fuzz by slundqui in https://github.com/delvtech/agent0/pull/1234
* add present value equality check to path independence fuzz test by dpaiton in https://github.com/delvtech/agent0/pull/1236
* random policy uses min transaction amount for trade lower bound by dpaiton in https://github.com/delvtech/agent0/pull/1238
* Interactive fuzz logs subset of report to rollbar by slundqui in https://github.com/delvtech/agent0/pull/1239
* pass in minimum_trade_amount to lpandarb.py by wakamex in https://github.com/delvtech/agent0/pull/1235
* modify fuzz max trade amount to use get_max by dpaiton in https://github.com/delvtech/agent0/pull/1241
* Changes for path independence check by slundqui in https://github.com/delvtech/agent0/pull/1242
* improve calc_pnl functionality by wakamex in https://github.com/delvtech/agent0/pull/1207
* interactive fuzz trades use correct max amount by dpaiton in https://github.com/delvtech/agent0/pull/1245
* PNL Hotfix and standalone event script getter update by slundqui in https://github.com/delvtech/agent0/pull/1247
* Various updates to fuzz testing by slundqui in https://github.com/delvtech/agent0/pull/1249
* add present value fuzz invariance test by dpaiton in https://github.com/delvtech/agent0/pull/1248
* improve LPandArb bot by wakamex in https://github.com/delvtech/agent0/pull/1240
* Better rollbar logging and path invariance test upgrades by slundqui in https://github.com/delvtech/agent0/pull/1252
* Randomizes closing order in log_short_maturity_values by slundqui in https://github.com/delvtech/agent0/pull/1253
* Add invariant checks to fuzz tests by sentilesdal in https://github.com/delvtech/agent0/pull/1251
* Fuzz logging fixes by slundqui in https://github.com/delvtech/agent0/pull/1255
* Fixing continuous inv check for total shares due to inaccuracy of sha… by slundqui in https://github.com/delvtech/agent0/pull/1256
* Adding epsilon to maturity value checks by slundqui in https://github.com/delvtech/agent0/pull/1257
* Adding microseconds to crash report name to prevent overwriting by slundqui in https://github.com/delvtech/agent0/pull/1258
* update to hyperdrive 5 by dpaiton in https://github.com/delvtech/agent0/pull/1259
* Setting max rows on ticker and reducing plot data if no deltas by slundqui in https://github.com/delvtech/agent0/pull/1261
* Interactive hyperdrive defaults to not coercing floats by slundqui in https://github.com/delvtech/agent0/pull/1250
* fix bug: pass base not bonds to open long in LPandArb by wakamex in https://github.com/delvtech/agent0/pull/1260
* support hyperdrive 0.5.1 by dpaiton in https://github.com/delvtech/agent0/pull/1262
* Updating get_all_events to deploy multiple pools by slundqui in https://github.com/delvtech/agent0/pull/1263
* increase fuzz bot budget & add randomly ignoring slippage by dpaiton in https://github.com/delvtech/agent0/pull/1265
* Setting position duration in interactive fuzz by slundqui in https://github.com/delvtech/agent0/pull/1266
* Hotfixes for hyperdrive v0.5.1 by slundqui in https://github.com/delvtech/agent0/pull/1267
* Hotfixes for fuzz bots by slundqui in https://github.com/delvtech/agent0/pull/1270
* Using variable names for more descriptive exception errors by slundqui in https://github.com/delvtech/agent0/pull/1271
* Path independence checks lp_share_price instead of share_price now by slundqui in https://github.com/delvtech/agent0/pull/1272
* Setting epsilon value for lp share price in path invariance by slundqui in https://github.com/delvtech/agent0/pull/1274
* update doc strings and error messaging by dpaiton in https://github.com/delvtech/agent0/pull/1273
* fix liquidity present value tests by dpaiton in https://github.com/delvtech/agent0/pull/1275
* update python project version by dpaiton in https://github.com/delvtech/agent0/pull/1277


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.12.0...v0.13.0

0.12.0

What's Changed
- improves crash reporting, rollbar support, and exception messages
- improves hyperdrive deploy to rely on pypechain generated objects
- reformats interface API into read_only and read_write versions
- adds ability for an interactive agent to liquidate all trades
- improves testing coverage
- improvements and bugfixes in hyperdrive invariance checks and fuzz tests
- support hyperdrive 0.4.0

PRs
* check postgres status by wakamex in https://github.com/delvtech/agent0/pull/1124
* lint with ruff by wakamex in https://github.com/delvtech/agent0/pull/1116
* Minor updates on interactive example by slundqui in https://github.com/delvtech/agent0/pull/1126
* Docs linting by slundqui in https://github.com/delvtech/agent0/pull/1127
* update docstring style guide by wakamex in https://github.com/delvtech/agent0/pull/1129
* ensure random trades have successful status in random bot test by dpaiton in https://github.com/delvtech/agent0/pull/1131
* add eth config test by dpaiton in https://github.com/delvtech/agent0/pull/1133
* update hypertypes by dpaiton in https://github.com/delvtech/agent0/pull/1134
* Test speedup and cleanup by slundqui in https://github.com/delvtech/agent0/pull/1132
* Removing budget from policy by slundqui in https://github.com/delvtech/agent0/pull/1135
* Global rng spawns children rng for plicies by slundqui in https://github.com/delvtech/agent0/pull/1137
* agent0 known first party by wakamex in https://github.com/delvtech/agent0/pull/1139
* Policy config rework by slundqui in https://github.com/delvtech/agent0/pull/1140
* rename hyperdrive to interface by dpaiton in https://github.com/delvtech/agent0/pull/1141
* add functions to hyperdrive interface api by dpaiton in https://github.com/delvtech/agent0/pull/1142
* Allowing policies in interactive hyperdrive agents by slundqui in https://github.com/delvtech/agent0/pull/1143
* make block number optional in get_gov_fees_accrued by wakamex in https://github.com/delvtech/agent0/pull/1145
* Load/save snapshots using interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1146
* fix get max short docstring by wakamex in https://github.com/delvtech/agent0/pull/1147
* invariant tests by dpaiton in https://github.com/delvtech/agent0/pull/1138
* Pool state snapshot test by slundqui in https://github.com/delvtech/agent0/pull/1153
* simplifies run_agents; adds ability to bump bot funds by dpaiton in https://github.com/delvtech/agent0/pull/1154
* Adjusting path independence script to run by slundqui in https://github.com/delvtech/agent0/pull/1150
* Add rollbar logging to fuzzbots. by sentilesdal in https://github.com/delvtech/agent0/pull/1152
* Minting from deploy account by slundqui in https://github.com/delvtech/agent0/pull/1157
* Adding set variable rate to interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1156
* Updating interactive fuzz scripts to run and assert (some are failing currently) by slundqui in https://github.com/delvtech/agent0/pull/1158
* Fixing create checkpoint call in interface by slundqui in https://github.com/delvtech/agent0/pull/1159
* moves setup_logging function up a level by dpaiton in https://github.com/delvtech/agent0/pull/1160
* add logging to path independence test by dpaiton in https://github.com/delvtech/agent0/pull/1161
* regenreate types by sentilesdal in https://github.com/delvtech/agent0/pull/1168
* Adding flag to advance time to create intermediate checkpoints as needed by slundqui in https://github.com/delvtech/agent0/pull/1163
* rename set_rate to set_variable_rate in the Interface by dpaiton in https://github.com/delvtech/agent0/pull/1167
* make preview calls only when necessary for slippage by wakamex in https://github.com/delvtech/agent0/pull/1149
* Running data pipeline in a thread for performance in interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1169
* allow private key to be passed to interactive agent by wakamex in https://github.com/delvtech/agent0/pull/1144
* Fix up some interactive fuzz tests to unify logging & format by dpaiton in https://github.com/delvtech/agent0/pull/1170
* Add close positions past maturity fuzz tests by sentilesdal in https://github.com/delvtech/agent0/pull/1162
* Making pool cleanup private in favor of calling chain.cleanup() by slundqui in https://github.com/delvtech/agent0/pull/1172
* reorganize interactive fuzz tests to use shared functions by dpaiton in https://github.com/delvtech/agent0/pull/1171
* Adding save_state function by slundqui in https://github.com/delvtech/agent0/pull/1173
* fuzz profit check bugfix by dpaiton in https://github.com/delvtech/agent0/pull/1174
* Add dump state to fuzz tests by slundqui in https://github.com/delvtech/agent0/pull/1175
* Automate Interactive Fuzz Tests by sentilesdal in https://github.com/delvtech/agent0/pull/1176
* Adding assertion checks to fuzz_long_short by slundqui in https://github.com/delvtech/agent0/pull/1177
* Changing checkpoint default by slundqui in https://github.com/delvtech/agent0/pull/1178
* Fuzz bot add logs by slundqui in https://github.com/delvtech/agent0/pull/1179
* Reworking index bookkeeping for chainsync by slundqui in https://github.com/delvtech/agent0/pull/1180
* fuzz command args bugfix & more fuzz logging by dpaiton in https://github.com/delvtech/agent0/pull/1182
* Removing debug prints by slundqui in https://github.com/delvtech/agent0/pull/1183
* remove old function by wakamex in https://github.com/delvtech/agent0/pull/1181
* test interactive get config by wakamex in https://github.com/delvtech/agent0/pull/1136
* add interface tests by wakamex in https://github.com/delvtech/agent0/pull/1184
* Allow advance time with checkpoints without data pipeline for speedup by slundqui in https://github.com/delvtech/agent0/pull/1186
* rename api to interface by wakamex in https://github.com/delvtech/agent0/pull/1185
* Fuzz bot invariant checks logging rework by slundqui in https://github.com/delvtech/agent0/pull/1187
* Fuzz inv hotfix by slundqui in https://github.com/delvtech/agent0/pull/1189
* Adding experimental flag to chain to allow for slow but won't crash mode by slundqui in https://github.com/delvtech/agent0/pull/1190
* add optional command line arg to run_all_fuzz_tests by dpaiton in https://github.com/delvtech/agent0/pull/1188
* increment project version by dpaiton in https://github.com/delvtech/agent0/pull/1191
* create hyperdrive interface fixture by wakamex in https://github.com/delvtech/agent0/pull/1192
* move chain fixture to agent0.test_fixtures by wakamex in https://github.com/delvtech/agent0/pull/1193
* add retry_utils test by wakamex in https://github.com/delvtech/agent0/pull/1194
* Non-experimental mode runs data pipeline synchronously by slundqui in https://github.com/delvtech/agent0/pull/1195
* Logging failed variables in fuzz tests to rollbar by slundqui in https://github.com/delvtech/agent0/pull/1197
* add liquidate to interactive hyperdrive by wakamex in https://github.com/delvtech/agent0/pull/1198
* add transaction unit tests by dpaiton in https://github.com/delvtech/agent0/pull/1196
* add liquidate test by wakamex in https://github.com/delvtech/agent0/pull/1200
* econ experiment by wakamex in https://github.com/delvtech/agent0/pull/1148
* Fixing exception message and adding todos by slundqui in https://github.com/delvtech/agent0/pull/1202
* Adjusting default timeout to account for block mining mode by slundqui in https://github.com/delvtech/agent0/pull/1203
* Removing invariance checks that shouldn't be checked, and being explicit about checking effective share reserves by slundqui in https://github.com/delvtech/agent0/pull/1205
* Minimum txn amount check and test by slundqui in https://github.com/delvtech/agent0/pull/1204
* Path independence tests turns off fees by slundqui in https://github.com/delvtech/agent0/pull/1208
* Adding assertions to long_short_maturity_values by slundqui in https://github.com/delvtech/agent0/pull/1209
* add minimum_transaction_amount to get_liquidation_trades by wakamex in https://github.com/delvtech/agent0/pull/1210
* Custom exceptions subclasses from Exception instead of BaseException by slundqui in https://github.com/delvtech/agent0/pull/1211
* Better rollbar logging by slundqui in https://github.com/delvtech/agent0/pull/1212
* Adding checkpoint_id to checkpoint info field for crash reporting by slundqui in https://github.com/delvtech/agent0/pull/1215
* regenerate hypertypes by sentilesdal in https://github.com/delvtech/agent0/pull/1217
* Explicit checks of checkpoint duration and position durations by slundqui in https://github.com/delvtech/agent0/pull/1219
* split hyperdrive interface into read & readwrite versions by dpaiton in https://github.com/delvtech/agent0/pull/1220
* Adds interface endpoints for building Trade objects by dpaiton in https://github.com/delvtech/agent0/pull/1221
* Randomize liquidation by slundqui in https://github.com/delvtech/agent0/pull/1222
* Use pypechain's new deploy method by sentilesdal in https://github.com/delvtech/agent0/pull/1218
* Setting fixedpointmath requirements to be from pypi by slundqui in https://github.com/delvtech/agent0/pull/1224
* additional interactive hyperdrive tests by wakamex in https://github.com/delvtech/agent0/pull/1223
* New best effort for getting block number on crash by slundqui in https://github.com/delvtech/agent0/pull/1227
* update for latest hyperdrive and hyperdrivepy by dpaiton in https://github.com/delvtech/agent0/pull/1214
* update version to 0.11.0 by dpaiton in https://github.com/delvtech/agent0/pull/1229


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.10.0...v0.12.0

0.11.0

What's Changed
* Added new invariant fuzz tests for Hyperdrive
* Improved performance of the Interactive Hyperdrive
* Added capability to log crash reports to rollbar
* Various code fixes, cleanups, tests

PRs
* check postgres status by wakamex in https://github.com/delvtech/agent0/pull/1124
* lint with ruff by wakamex in https://github.com/delvtech/agent0/pull/1116
* Minor updates on interactive example by slundqui in https://github.com/delvtech/agent0/pull/1126
* Docs linting by slundqui in https://github.com/delvtech/agent0/pull/1127
* update docstring style guide by wakamex in https://github.com/delvtech/agent0/pull/1129
* ensure random trades have successful status in random bot test by dpaiton in https://github.com/delvtech/agent0/pull/1131
* add eth config test by dpaiton in https://github.com/delvtech/agent0/pull/1133
* update hypertypes by dpaiton in https://github.com/delvtech/agent0/pull/1134
* Test speedup and cleanup by slundqui in https://github.com/delvtech/agent0/pull/1132
* Removing budget from policy by slundqui in https://github.com/delvtech/agent0/pull/1135
* Global rng spawns children rng for plicies by slundqui in https://github.com/delvtech/agent0/pull/1137
* agent0 known first party by wakamex in https://github.com/delvtech/agent0/pull/1139
* Policy config rework by slundqui in https://github.com/delvtech/agent0/pull/1140
* rename hyperdrive to interface by dpaiton in https://github.com/delvtech/agent0/pull/1141
* add functions to hyperdrive interface api by dpaiton in https://github.com/delvtech/agent0/pull/1142
* Allowing policies in interactive hyperdrive agents by slundqui in https://github.com/delvtech/agent0/pull/1143
* make block number optional in get_gov_fees_accrued by wakamex in https://github.com/delvtech/agent0/pull/1145
* Load/save snapshots using interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1146
* fix get max short docstring by wakamex in https://github.com/delvtech/agent0/pull/1147
* invariant tests by dpaiton in https://github.com/delvtech/agent0/pull/1138
* Pool state snapshot test by slundqui in https://github.com/delvtech/agent0/pull/1153
* simplifies run_agents; adds ability to bump bot funds by dpaiton in https://github.com/delvtech/agent0/pull/1154
* Adjusting path independence script to run by slundqui in https://github.com/delvtech/agent0/pull/1150
* Add rollbar logging to fuzzbots. by sentilesdal in https://github.com/delvtech/agent0/pull/1152
* Minting from deploy account by slundqui in https://github.com/delvtech/agent0/pull/1157
* Adding set variable rate to interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1156
* Updating interactive fuzz scripts to run and assert (some are failing currently) by slundqui in https://github.com/delvtech/agent0/pull/1158
* Fixing create checkpoint call in interface by slundqui in https://github.com/delvtech/agent0/pull/1159
* moves setup_logging function up a level by dpaiton in https://github.com/delvtech/agent0/pull/1160
* add logging to path independence test by dpaiton in https://github.com/delvtech/agent0/pull/1161
* regenreate types by sentilesdal in https://github.com/delvtech/agent0/pull/1168
* Adding flag to advance time to create intermediate checkpoints as needed by slundqui in https://github.com/delvtech/agent0/pull/1163
* rename set_rate to set_variable_rate in the Interface by dpaiton in https://github.com/delvtech/agent0/pull/1167
* make preview calls only when necessary for slippage by wakamex in https://github.com/delvtech/agent0/pull/1149
* Running data pipeline in a thread for performance in interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1169
* allow private key to be passed to interactive agent by wakamex in https://github.com/delvtech/agent0/pull/1144
* Fix up some interactive fuzz tests to unify logging & format by dpaiton in https://github.com/delvtech/agent0/pull/1170
* Add close positions past maturity fuzz tests by sentilesdal in https://github.com/delvtech/agent0/pull/1162
* Making pool cleanup private in favor of calling chain.cleanup() by slundqui in https://github.com/delvtech/agent0/pull/1172
* reorganize interactive fuzz tests to use shared functions by dpaiton in https://github.com/delvtech/agent0/pull/1171
* Adding save_state function by slundqui in https://github.com/delvtech/agent0/pull/1173
* fuzz profit check bugfix by dpaiton in https://github.com/delvtech/agent0/pull/1174
* Add dump state to fuzz tests by slundqui in https://github.com/delvtech/agent0/pull/1175
* Automate Interactive Fuzz Tests by sentilesdal in https://github.com/delvtech/agent0/pull/1176
* Adding assertion checks to fuzz_long_short by slundqui in https://github.com/delvtech/agent0/pull/1177
* Changing checkpoint default by slundqui in https://github.com/delvtech/agent0/pull/1178
* Fuzz bot add logs by slundqui in https://github.com/delvtech/agent0/pull/1179
* Reworking index bookkeeping for chainsync by slundqui in https://github.com/delvtech/agent0/pull/1180
* fuzz command args bugfix & more fuzz logging by dpaiton in https://github.com/delvtech/agent0/pull/1182
* Removing debug prints by slundqui in https://github.com/delvtech/agent0/pull/1183
* remove old function by wakamex in https://github.com/delvtech/agent0/pull/1181
* test interactive get config by wakamex in https://github.com/delvtech/agent0/pull/1136
* add interface tests by wakamex in https://github.com/delvtech/agent0/pull/1184
* Allow advance time with checkpoints without data pipeline for speedup by slundqui in https://github.com/delvtech/agent0/pull/1186
* rename api to interface by wakamex in https://github.com/delvtech/agent0/pull/1185
* Fuzz bot invariant checks logging rework by slundqui in https://github.com/delvtech/agent0/pull/1187
* Fuzz inv hotfix by slundqui in https://github.com/delvtech/agent0/pull/1189
* Adding experimental flag to chain to allow for slow but won't crash mode by slundqui in https://github.com/delvtech/agent0/pull/1190
* add optional command line arg to run_all_fuzz_tests by dpaiton in https://github.com/delvtech/agent0/pull/1188


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.10.0...v0.11.0

0.10.0

What's Changed
* adds an interactive agent0 workflow to enable running economic experiments in jupyter notebooks
* improves typing system using pypechain
* various bug fixes, doc improvements, and new tests

PRs
* Adding explicit postgres version in database janitor by slundqui in https://github.com/delvtech/agent0/pull/1098
* Lateral deps need to install packages with all dependencies by slundqui in https://github.com/delvtech/agent0/pull/1100
* move stateful variables into their own folder & centralize types by dpaiton in https://github.com/delvtech/agent0/pull/1099
* convert LPandArb bot to use rust sdk by wakamex in https://github.com/delvtech/agent0/pull/1102
* random agent policy test by dpaiton in https://github.com/delvtech/agent0/pull/1103
* Interactive Agent0 by slundqui in https://github.com/delvtech/agent0/pull/1101
* Adding docs badge to readme by slundqui in https://github.com/delvtech/agent0/pull/1109
* Fixing and cleaning up various db interface issues with interactive hyperdrive by slundqui in https://github.com/delvtech/agent0/pull/1110
* Update Hypertypes by sentilesdal in https://github.com/delvtech/agent0/pull/1104
* agent0 banner and fix codecov to ignore generated files by dpaiton in https://github.com/delvtech/agent0/pull/1111
* move camel_to_snake by sentilesdal in https://github.com/delvtech/agent0/pull/1112
* Consolidate hypertypes types, integrate pypechain by sentilesdal in https://github.com/delvtech/agent0/pull/1113
* add multimethod to requirements by wakamex in https://github.com/delvtech/agent0/pull/1114
* mark tests by wakamex in https://github.com/delvtech/agent0/pull/1115
* increment agent0 version to 0.10.0 by dpaiton in https://github.com/delvtech/agent0/pull/1117


**Full Changelog**: https://github.com/delvtech/agent0/compare/v0.9.0...v0.10.0

Page 5 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.