-
Notifications
You must be signed in to change notification settings - Fork 390
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
Streamline Rust Agent Config Shapes #2659
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v3-agents-rebase #2659 +/- ##
===================================================
Coverage ? 64.16%
===================================================
Files ? 92
Lines ? 1398
Branches ? 186
===================================================
Hits ? 897
Misses ? 494
Partials ? 7 ☔ View full report in Codecov by Sentry. |
# Conflicts: # typescript/sdk/src/index.ts # typescript/sdk/src/metadata/agentConfig.ts # typescript/sdk/src/metadata/chainMetadataTypes.ts # typescript/sdk/src/metadata/deploymentArtifacts.ts # typescript/sdk/src/metadata/matchingList.ts
# Conflicts: # rust/agents/relayer/src/settings/matching_list.rs
@tkporter for review |
…nfig/head # Conflicts: # typescript/token/tsconfig.json
Continues the updates to the rust config shapes by updating deployment and runtime expectations. This PR also attempts to rely on the new single source of truth created by the schema in the SDK as much as reasonably possible which helped delete more code but also give some guarantees of consistency. THIS IS A BREAKING CHANGE! It changes the config shapes the agents want and we should not merge this until we are ready. Fixes #2215 --------- Co-authored-by: Guillaume Bouvignies <[email protected]> Co-authored-by: Yorke Rhodes <[email protected]> Co-authored-by: Guillaume Bouvignies <[email protected]>
Description
Continues the updates to the rust config shapes by updating deployment and runtime expectations. This PR also attempts to rely on the new single source of truth created by the schema in the SDK as much as reasonably possible which helped delete more code but also give some guarantees of consistency.
THIS IS A BREAKING CHANGE! It changes the config shapes the agents want and we should not merge this until we are ready.
Fixes #2215