robot-resources 1.12.3 → 1.12.4

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.
@@ -131,16 +131,14 @@ async function showPythonPath() {
131
131
  info(` Detected SDKs: ${result.sdks.join(', ')}`);
132
132
  }
133
133
  blank();
134
- info('Set RR_AUTOATTACH=1 in your shell, then run your Python agent.');
135
- info('Every anthropic.Anthropic() instance routes through Robot Resources.');
136
- info(' echo \'export RR_AUTOATTACH=1\' >> ~/.zshrc # or your shell rc');
134
+ info('Run your Python agent every anthropic / openai / google_generativeai');
135
+ info('SDK call routes through Robot Resources automatically.');
136
+ info('To opt out for a single command: RR_AUTOATTACH=0 python your-script.py');
137
137
  } else {
138
138
  warn(result.message);
139
139
  blank();
140
140
  info('Manual install (run inside your venv):');
141
141
  info(' pip install --upgrade robot-resources');
142
- info('Then set:');
143
- info(' export RR_AUTOATTACH=1');
144
142
  }
145
143
  blank();
146
144
  info('Docs: https://robotresources.ai/docs/crewai');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "robot-resources",
3
- "version": "1.12.3",
3
+ "version": "1.12.4",
4
4
  "description": "Robot Resources — AI agent tools. One command to install everything.",
5
5
  "type": "module",
6
6
  "bin": {