@mindstudio-ai/remy 0.1.326 → 0.1.327

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -134,6 +134,7 @@ remy-admin secrets set ARCHIVE_S3_SECRET --prod <value>
134
134
  remy-admin datasources connect --source archive --bucket acme-docs --region us-east-1 --prefix contracts/ --access-key-secret ARCHIVE_S3_KEY --secret-key-secret ARCHIVE_S3_SECRET --budget-per-sync 5
135
135
  remy-admin datasources sync --source archive --wait # first sync: plans the whole bucket, stops for approval if over the budget
136
136
  remy-admin datasources sync --source archive --limit 20000 --concurrency 64 # a slice, run hard: how a big backfill is measured before it is approved
137
+ remy-admin datasources sync --source archive --concurrency 256 --priority # the real backfill when the clock matters: the whole fleet, priority-tier embedding at 1.5x the embedding price
137
138
  remy-admin datasources connector --source archive # what it follows, last sync, object counts
138
139
  ```
139
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.326",
3
+ "version": "0.1.327",
4
4
  "description": "Remy coding agent",
5
5
  "repository": {
6
6
  "type": "git",