ursa-ai 0.6.3__tar.gz → 0.7.0rc2__tar.gz

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.

Files changed (48) hide show
  1. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/PKG-INFO +7 -7
  2. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/README.md +6 -6
  3. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa_ai.egg-info/PKG-INFO +7 -7
  4. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/LICENSE +0 -0
  5. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/pyproject.toml +0 -0
  6. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/setup.cfg +0 -0
  7. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/__init__.py +0 -0
  8. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/__init__.py +0 -0
  9. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/arxiv_agent.py +0 -0
  10. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/base.py +0 -0
  11. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/code_review_agent.py +0 -0
  12. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/execution_agent.py +0 -0
  13. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/hypothesizer_agent.py +0 -0
  14. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/lammps_agent.py +0 -0
  15. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/mp_agent.py +0 -0
  16. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/optimization_agent.py +0 -0
  17. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/planning_agent.py +0 -0
  18. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/rag_agent.py +0 -0
  19. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/recall_agent.py +0 -0
  20. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/agents/websearch_agent.py +0 -0
  21. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/cli/__init__.py +0 -0
  22. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/cli/hitl.py +0 -0
  23. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/observability/pricing.py +0 -0
  24. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/observability/timing.py +0 -0
  25. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/prompt_library/__init__.py +0 -0
  26. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/prompt_library/code_review_prompts.py +0 -0
  27. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/prompt_library/execution_prompts.py +0 -0
  28. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/prompt_library/hypothesizer_prompts.py +0 -0
  29. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/prompt_library/literature_prompts.py +0 -0
  30. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/prompt_library/optimization_prompts.py +0 -0
  31. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/prompt_library/planning_prompts.py +0 -0
  32. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/prompt_library/websearch_prompts.py +0 -0
  33. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/tools/__init__.py +0 -0
  34. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/tools/feasibility_checker.py +0 -0
  35. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/tools/feasibility_tools.py +0 -0
  36. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/tools/run_command.py +0 -0
  37. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/tools/write_code.py +0 -0
  38. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/util/__init__.py +0 -0
  39. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/util/diff_renderer.py +0 -0
  40. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/util/helperFunctions.py +0 -0
  41. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/util/memory_logger.py +0 -0
  42. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/util/optimization_schema.py +0 -0
  43. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa/util/parse.py +0 -0
  44. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa_ai.egg-info/SOURCES.txt +0 -0
  45. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa_ai.egg-info/dependency_links.txt +0 -0
  46. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa_ai.egg-info/entry_points.txt +0 -0
  47. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa_ai.egg-info/requires.txt +0 -0
  48. {ursa_ai-0.6.3 → ursa_ai-0.7.0rc2}/src/ursa_ai.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ursa-ai
3
- Version: 0.6.3
3
+ Version: 0.7.0rc2
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
@@ -123,8 +123,8 @@ the following commands:
123
123
  ### Docker
124
124
 
125
125
  ```shell
126
- # Build a local container using the Docker runtime
127
- docker buildx build --progress=plain -t ursa .
126
+ # Pull the image
127
+ docker pull ghcr.io/lanl/ursa
128
128
 
129
129
  # Run included example
130
130
  docker run -e "OPENAI_API_KEY"=$OPENAI_API_KEY ursa \
@@ -146,8 +146,8 @@ that is sometimes preferred on HPC. The following commands replicate the
146
146
  behaviors above for docker.
147
147
 
148
148
  ```shell
149
- # Build a local container using the Docker runtime
150
- ch-image build -t ursa
149
+ # Pull the image
150
+ ch-image pull ghcr.io/lanl/ursa
151
151
 
152
152
  # Convert image to sqfs, for use on another system
153
153
  ch-convert ursa ursa.sqfs
@@ -159,7 +159,7 @@ ch-run -W ursa \
159
159
  --set-env="OPENAI_API_KEY"=$OPENAI_API_KEY \
160
160
  --cd /app \
161
161
  -- bash -c \
162
- "uv run python examples/single_agent_examples/execution_agnet/integer_sum.py"
162
+ "uv run examples/single_agent_examples/execution_agnet/integer_sum.py"
163
163
 
164
164
  # Run script from host system (if wanted, replace ursa with /path/to/ursa.sqfs)
165
165
  mkdir -p scripts
@@ -171,7 +171,7 @@ ch-run -W ursa \
171
171
  --bind ${PWD}/scripts:/mnt/workspace \
172
172
  --cd /app \
173
173
  -- bash -c \
174
- "uv run python /mnt/workspace/integer_sum.py"
174
+ "uv run /mnt/workspace/integer_sum.py"
175
175
  ```
176
176
 
177
177
  ## Development Dependencies
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ursa-ai
3
- Version: 0.6.3
3
+ Version: 0.7.0rc2
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
File without changes
File without changes
File without changes
File without changes
File without changes