ursa-ai 0.2.4__tar.gz → 0.2.5__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.4/src/ursa_ai.egg-info → ursa_ai-0.2.5}/PKG-INFO +3 -3
  2. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/pyproject.toml +8 -2
  3. {ursa_ai-0.2.4 → ursa_ai-0.2.5/src/ursa_ai.egg-info}/PKG-INFO +3 -3
  4. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/LICENSE +0 -0
  5. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/README.md +0 -0
  6. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/setup.cfg +0 -0
  7. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/agents/__init__.py +0 -0
  8. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/agents/arxiv_agent.py +0 -0
  9. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/agents/base.py +0 -0
  10. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/agents/code_review_agent.py +0 -0
  11. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/agents/execution_agent.py +0 -0
  12. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/agents/hypothesizer_agent.py +0 -0
  13. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/agents/mp_agent.py +0 -0
  14. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/agents/planning_agent.py +0 -0
  15. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/agents/recall_agent.py +0 -0
  16. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/agents/websearch_agent.py +0 -0
  17. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/prompt_library/code_review_prompts.py +0 -0
  18. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/prompt_library/execution_prompts.py +0 -0
  19. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/prompt_library/hypothesizer_prompts.py +0 -0
  20. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/prompt_library/literature_prompts.py +0 -0
  21. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/prompt_library/planning_prompts.py +0 -0
  22. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/prompt_library/websearch_prompts.py +0 -0
  23. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/tools/run_command.py +0 -0
  24. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/tools/write_code.py +0 -0
  25. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/util/diff_renderer.py +0 -0
  26. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/util/memory_logger.py +0 -0
  27. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa/util/parse.py +0 -0
  28. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa_ai.egg-info/SOURCES.txt +0 -0
  29. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa_ai.egg-info/dependency_links.txt +0 -0
  30. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa_ai.egg-info/requires.txt +0 -0
  31. {ursa_ai-0.2.4 → ursa_ai-0.2.5}/src/ursa_ai.egg-info/top_level.txt +0 -0
@@ -1,14 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ursa-ai
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: Agents for science at LANL
5
- Author-email: Mike Grosskopf <mikegros@lanl.gov>, Rahul Somasundaram <rsomasundaram@lanl.gov>, Arthur Lui <alui@lanl.gov>
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
+ License-Expression: BSD-3-Clause
6
7
  Project-URL: Homepage, https://github.com/lanl/ursa
7
8
  Project-URL: Documentation, https://github.com/lanl/ursa/tree/main/docs
8
9
  Project-URL: Repository, https://github.com/lanl/ursa
9
10
  Project-URL: Issues, https://github.com/lanl/ursa/issues
10
11
  Classifier: Operating System :: OS Independent
11
- Classifier: License :: OSI Approved :: BSD License
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
14
14
  Classifier: Programming Language :: Python :: 3.12
@@ -5,9 +5,16 @@ description = "Agents for science at LANL"
5
5
  readme = "README.md"
6
6
  authors = [
7
7
  { name = "Mike Grosskopf", email = "mikegros@lanl.gov" },
8
+ { name = "Nathan Debardeleben", email = "ndebard@lanl.gov" },
8
9
  { name = "Rahul Somasundaram", email = "rsomasundaram@lanl.gov" },
9
- { name = "Arthur Lui", email = "alui@lanl.gov" }
10
+ { name = "Isaac Michaud", email = "imichaud@lanl.gov" },
11
+ { name = "Avanish Mishra", email = "avanish@lanl.gov" },
12
+ { name = "Arthur Lui", email = "alui@lanl.gov" },
13
+ { name = "Russell Bent", email = "rbent@lanl.gov" },
14
+ { name = "Earl Lawrence", email = "earl@lanl.gov" }
10
15
  ]
16
+ license = "BSD-3-Clause"
17
+ license-files = [ "LICENSE" ]
11
18
  requires-python = ">=3.10"
12
19
  dependencies = [
13
20
  "arxiv>=2.2.0,<3.0",
@@ -34,7 +41,6 @@ dependencies = [
34
41
  ]
35
42
  classifiers = [
36
43
  "Operating System :: OS Independent",
37
- "License :: OSI Approved :: BSD License",
38
44
  "Programming Language :: Python :: 3.10",
39
45
  "Programming Language :: Python :: 3.11",
40
46
  "Programming Language :: Python :: 3.12",
@@ -1,14 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ursa-ai
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: Agents for science at LANL
5
- Author-email: Mike Grosskopf <mikegros@lanl.gov>, Rahul Somasundaram <rsomasundaram@lanl.gov>, Arthur Lui <alui@lanl.gov>
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
+ License-Expression: BSD-3-Clause
6
7
  Project-URL: Homepage, https://github.com/lanl/ursa
7
8
  Project-URL: Documentation, https://github.com/lanl/ursa/tree/main/docs
8
9
  Project-URL: Repository, https://github.com/lanl/ursa
9
10
  Project-URL: Issues, https://github.com/lanl/ursa/issues
10
11
  Classifier: Operating System :: OS Independent
11
- Classifier: License :: OSI Approved :: BSD License
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
14
14
  Classifier: Programming Language :: Python :: 3.12
File without changes
File without changes
File without changes
File without changes
File without changes