-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat(arbiter-engine): config based simulation workflows #843
Conversation
… startup message to config test toml
6bd1668
to
c81dfb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love to see this. Why are there duplicate behaviors in the toml?
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #843 +/- ##
==========================================
+ Coverage 16.77% 16.95% +0.18%
==========================================
Files 39 40 +1
Lines 30124 30193 +69
==========================================
+ Hits 5053 5119 +66
- Misses 25071 25074 +3 ☔ View full report in Codecov by Sentry. |
Give an overview of the tasks completed
examples
directory.arbiter-macros
crate. This crate effectively replaces the deprecatedarbiter-derive
. Currently contains one derive procedural macro that expands anenum
into composable agent behaviors. The behaviors are injected into theWorld::build_with_config
method where they are attached to the appropriate agents.Link to issue(s) that this PR closes
Closes #825 and #728