ursa-ai 0.6.2__py3-none-any.whl → 0.7.0rc1__py3-none-any.whl

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.

Potentially problematic release.


This version of ursa-ai might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ursa-ai
3
- Version: 0.6.2
3
+ Version: 0.7.0rc1
4
4
  Summary: Agents for science at LANL
5
5
  Author-email: Mike Grosskopf <mikegros@lanl.gov>, Nathan Debardeleben <ndebard@lanl.gov>, Rahul Somasundaram <rsomasundaram@lanl.gov>, Isaac Michaud <imichaud@lanl.gov>, Avanish Mishra <avanish@lanl.gov>, Arthur Lui <alui@lanl.gov>, Russell Bent <rbent@lanl.gov>, Earl Lawrence <earl@lanl.gov>
6
6
  License-Expression: BSD-3-Clause
@@ -166,8 +166,8 @@ the following commands:
166
166
  ### Docker
167
167
 
168
168
  ```shell
169
- # Build a local container using the Docker runtime
170
- docker buildx build --progress=plain -t ursa .
169
+ # Pull the image
170
+ docker pull ghcr.io/lanl/ursa
171
171
 
172
172
  # Run included example
173
173
  docker run -e "OPENAI_API_KEY"=$OPENAI_API_KEY ursa \
@@ -189,8 +189,8 @@ that is sometimes preferred on HPC. The following commands replicate the
189
189
  behaviors above for docker.
190
190
 
191
191
  ```shell
192
- # Build a local container using the Docker runtime
193
- ch-image build -t ursa
192
+ # Pull the image
193
+ ch-image pull ghcr.io/lanl/ursa
194
194
 
195
195
  # Convert image to sqfs, for use on another system
196
196
  ch-convert ursa ursa.sqfs
@@ -202,7 +202,7 @@ ch-run -W ursa \
202
202
  --set-env="OPENAI_API_KEY"=$OPENAI_API_KEY \
203
203
  --cd /app \
204
204
  -- bash -c \
205
- "uv run python examples/single_agent_examples/execution_agnet/integer_sum.py"
205
+ "uv run examples/single_agent_examples/execution_agnet/integer_sum.py"
206
206
 
207
207
  # Run script from host system (if wanted, replace ursa with /path/to/ursa.sqfs)
208
208
  mkdir -p scripts
@@ -214,7 +214,7 @@ ch-run -W ursa \
214
214
  --bind ${PWD}/scripts:/mnt/workspace \
215
215
  --cd /app \
216
216
  -- bash -c \
217
- "uv run python /mnt/workspace/integer_sum.py"
217
+ "uv run /mnt/workspace/integer_sum.py"
218
218
  ```
219
219
 
220
220
  ## Development Dependencies
@@ -35,9 +35,9 @@ ursa/util/helperFunctions.py,sha256=cs-pQEcXyOr4nb5FoH9Ssg3hktycEapW07-MKJcUNOA,
35
35
  ursa/util/memory_logger.py,sha256=GiKYbQBpxlNRLKyqKFJyrbSbVCkXpRB7Yr5so43tUAw,6097
36
36
  ursa/util/optimization_schema.py,sha256=b2wO0BjCIgQb15Q3adDu-ZyG3dfncme9OGQw6FmDGDc,2731
37
37
  ursa/util/parse.py,sha256=bTC582fAJDWozXU1XGq4WpY2KR1GnAKVC6kTDFh-kXk,2825
38
- ursa_ai-0.6.2.dist-info/licenses/LICENSE,sha256=4Vr6_u2zTHIUvYjoOBg9ztDbfpV3hyCFv3mTCS87gYU,1482
39
- ursa_ai-0.6.2.dist-info/METADATA,sha256=c_8BgiHs3PSc74dIq8qCB9Rwossmsim6hntpYHIwKTo,9885
40
- ursa_ai-0.6.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
- ursa_ai-0.6.2.dist-info/entry_points.txt,sha256=B0bbgM-NcAqLujZ1lfmChJZpQMYQDYFJck4moU89Y4E,39
42
- ursa_ai-0.6.2.dist-info/top_level.txt,sha256=OjA1gRYSUAeiXGnpqPC8iOOGfcjFO1IlP848qMnYSdY,5
43
- ursa_ai-0.6.2.dist-info/RECORD,,
38
+ ursa_ai-0.7.0rc1.dist-info/licenses/LICENSE,sha256=4Vr6_u2zTHIUvYjoOBg9ztDbfpV3hyCFv3mTCS87gYU,1482
39
+ ursa_ai-0.7.0rc1.dist-info/METADATA,sha256=yC_iIpRhEMIjylFTP-m86a3g0wbXsnrMTAuJdmGVpnc,9798
40
+ ursa_ai-0.7.0rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
+ ursa_ai-0.7.0rc1.dist-info/entry_points.txt,sha256=B0bbgM-NcAqLujZ1lfmChJZpQMYQDYFJck4moU89Y4E,39
42
+ ursa_ai-0.7.0rc1.dist-info/top_level.txt,sha256=OjA1gRYSUAeiXGnpqPC8iOOGfcjFO1IlP848qMnYSdY,5
43
+ ursa_ai-0.7.0rc1.dist-info/RECORD,,