ursa-ai 0.2.6__tar.gz → 0.2.7__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 (31) hide show
  1. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/PKG-INFO +3 -3
  2. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/README.md +2 -2
  3. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa_ai.egg-info/PKG-INFO +3 -3
  4. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/LICENSE +0 -0
  5. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/pyproject.toml +0 -0
  6. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/setup.cfg +0 -0
  7. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/agents/__init__.py +0 -0
  8. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/agents/arxiv_agent.py +0 -0
  9. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/agents/base.py +0 -0
  10. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/agents/code_review_agent.py +0 -0
  11. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/agents/execution_agent.py +0 -0
  12. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/agents/hypothesizer_agent.py +0 -0
  13. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/agents/mp_agent.py +0 -0
  14. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/agents/planning_agent.py +0 -0
  15. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/agents/recall_agent.py +0 -0
  16. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/agents/websearch_agent.py +0 -0
  17. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/prompt_library/code_review_prompts.py +0 -0
  18. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/prompt_library/execution_prompts.py +0 -0
  19. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/prompt_library/hypothesizer_prompts.py +0 -0
  20. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/prompt_library/literature_prompts.py +0 -0
  21. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/prompt_library/planning_prompts.py +0 -0
  22. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/prompt_library/websearch_prompts.py +0 -0
  23. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/tools/run_command.py +0 -0
  24. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/tools/write_code.py +0 -0
  25. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/util/diff_renderer.py +0 -0
  26. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/util/memory_logger.py +0 -0
  27. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa/util/parse.py +0 -0
  28. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa_ai.egg-info/SOURCES.txt +0 -0
  29. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa_ai.egg-info/dependency_links.txt +0 -0
  30. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/src/ursa_ai.egg-info/requires.txt +0 -0
  31. {ursa_ai-0.2.6 → ursa_ai-0.2.7}/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.2.6
3
+ Version: 0.2.7
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
@@ -45,7 +45,7 @@ Dynamic: license-file
45
45
  <img src="https://github.com/lanl/ursa/raw/main/logos/logo.png" alt="URSA Logo" width="200" height="200">
46
46
 
47
47
  [![PyPI Version][pypi-version]](https://pypi.org/project/ursa-ai/)
48
- [![PyPI Downloads][total-downloads]](https://pepy.tech/projects/ursa-ai)
48
+ [![PyPI Downloads][monthly-downloads]](https://pypistats.org/packages/ursa-ai)
49
49
 
50
50
  The flexible agentic workflow for accelerating scientific tasks.
51
51
  Composes information flow between agents for planning, code writing and execution, and online research to solve complex problems.
@@ -127,4 +127,4 @@ Redistribution and use in source and binary forms, with or without modification,
127
127
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
128
128
 
129
129
  [pypi-version]: https://img.shields.io/pypi/v/ursa-ai?style=flat-square&label=PyPI
130
- [total-downloads]: https://img.shields.io/pepy/dt/ursa-ai?style=flat-square&label=downloads&color=blue
130
+ [monthly-downloads]: https://img.shields.io/pypi/dm/ursa-ai?style=flat-square&label=Downloads&color=blue
@@ -3,7 +3,7 @@
3
3
  <img src="https://github.com/lanl/ursa/raw/main/logos/logo.png" alt="URSA Logo" width="200" height="200">
4
4
 
5
5
  [![PyPI Version][pypi-version]](https://pypi.org/project/ursa-ai/)
6
- [![PyPI Downloads][total-downloads]](https://pepy.tech/projects/ursa-ai)
6
+ [![PyPI Downloads][monthly-downloads]](https://pypistats.org/packages/ursa-ai)
7
7
 
8
8
  The flexible agentic workflow for accelerating scientific tasks.
9
9
  Composes information flow between agents for planning, code writing and execution, and online research to solve complex problems.
@@ -85,4 +85,4 @@ Redistribution and use in source and binary forms, with or without modification,
85
85
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
86
86
 
87
87
  [pypi-version]: https://img.shields.io/pypi/v/ursa-ai?style=flat-square&label=PyPI
88
- [total-downloads]: https://img.shields.io/pepy/dt/ursa-ai?style=flat-square&label=downloads&color=blue
88
+ [monthly-downloads]: https://img.shields.io/pypi/dm/ursa-ai?style=flat-square&label=Downloads&color=blue
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ursa-ai
3
- Version: 0.2.6
3
+ Version: 0.2.7
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
@@ -45,7 +45,7 @@ Dynamic: license-file
45
45
  <img src="https://github.com/lanl/ursa/raw/main/logos/logo.png" alt="URSA Logo" width="200" height="200">
46
46
 
47
47
  [![PyPI Version][pypi-version]](https://pypi.org/project/ursa-ai/)
48
- [![PyPI Downloads][total-downloads]](https://pepy.tech/projects/ursa-ai)
48
+ [![PyPI Downloads][monthly-downloads]](https://pypistats.org/packages/ursa-ai)
49
49
 
50
50
  The flexible agentic workflow for accelerating scientific tasks.
51
51
  Composes information flow between agents for planning, code writing and execution, and online research to solve complex problems.
@@ -127,4 +127,4 @@ Redistribution and use in source and binary forms, with or without modification,
127
127
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
128
128
 
129
129
  [pypi-version]: https://img.shields.io/pypi/v/ursa-ai?style=flat-square&label=PyPI
130
- [total-downloads]: https://img.shields.io/pepy/dt/ursa-ai?style=flat-square&label=downloads&color=blue
130
+ [monthly-downloads]: https://img.shields.io/pypi/dm/ursa-ai?style=flat-square&label=Downloads&color=blue
File without changes
File without changes
File without changes
File without changes
File without changes