ursa-ai 0.2.11__py3-none-any.whl → 0.2.12__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.

@@ -500,7 +500,7 @@ class HypothesizerAgent(BaseAgent):
500
500
  final_solution="",
501
501
  )
502
502
  # Run the graph
503
- result = hypothesizer_agent.action.invoke(
503
+ result = self.action.invoke(
504
504
  initial_state,
505
505
  {
506
506
  "recursion_limit": recursion_limit,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ursa-ai
3
- Version: 0.2.11
3
+ Version: 0.2.12
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
@@ -21,7 +21,7 @@ Requires-Dist: arxiv<3.0,>=2.2.0
21
21
  Requires-Dist: beautifulsoup4<5.0,>=4.13.4
22
22
  Requires-Dist: coolname<3.0,>=2.2.0
23
23
  Requires-Dist: langchain<0.4,>=0.3.27
24
- Requires-Dist: langchain-community<0.4,>=0.3.27
24
+ Requires-Dist: langchain-community<0.4,>=0.3.29
25
25
  Requires-Dist: langchain-litellm<0.3,>=0.2.2
26
26
  Requires-Dist: langchain-openai<0.4,>=0.3.30
27
27
  Requires-Dist: langgraph<0.7,>=0.6.6
@@ -36,8 +36,8 @@ Requires-Dist: mp-api<0.46,>=0.45.8
36
36
  Requires-Dist: langchain-google-genai<3.0,>=2.1.9
37
37
  Requires-Dist: langchain-anthropic<0.4,>=0.3.19
38
38
  Requires-Dist: langgraph-checkpoint-sqlite<3.0,>=2.0.10
39
- Requires-Dist: duckduckgo-search<9.0,>=8.1
40
39
  Requires-Dist: langchain-ollama<0.4,>=0.3.6
40
+ Requires-Dist: ddgs>=9.5.5
41
41
  Dynamic: license-file
42
42
 
43
43
  # URSA - The Universal Research and Scientific Agent
@@ -3,7 +3,7 @@ ursa/agents/arxiv_agent.py,sha256=6pycpm1hkUNjwXF6lJ4DCF5CxOiSnS5dvpW2Qes3ZD8,14
3
3
  ursa/agents/base.py,sha256=uFhRLVzqhFbTZVA7IePKbUi03ATCXuvga7rzwaHy1B0,1321
4
4
  ursa/agents/code_review_agent.py,sha256=aUDq5gT-jdl9Qs-Wewj2oz1d60xov9sN-DOYRfGNTU0,11550
5
5
  ursa/agents/execution_agent.py,sha256=-At1EcKRHP9lYQ80jpqTPtQyPuQV-sIpf9J8LlEfWdA,16618
6
- ursa/agents/hypothesizer_agent.py,sha256=rSLohNQz3xvEcL_DGTFivf9q5BlX1cqlLUcts4GJIjM,23309
6
+ ursa/agents/hypothesizer_agent.py,sha256=KrOoyM5znZVAIpcflGLO1sybMbyx7S7HERAXvct5zig,23295
7
7
  ursa/agents/mp_agent.py,sha256=UyJSheMGHZpWQJL3EgYgPPqArfv6F8sndN05q4CPtyo,6015
8
8
  ursa/agents/planning_agent.py,sha256=AKWQJ848RLPiwQGrvDNdN9lBlf3YI5qWmt2hqXnRGj8,5426
9
9
  ursa/agents/recall_agent.py,sha256=bQk7ZJtiO5pj89A50OBDzAJ4G2F7ZdsMwmKnp1WWR7g,813
@@ -19,8 +19,8 @@ ursa/tools/write_code.py,sha256=DtCsUMZegYm0mk-HMPG5Zo3Ba1gbGfnXHsv1NZTdDs8,1220
19
19
  ursa/util/diff_renderer.py,sha256=1L1q2qWWb8gLhR532-LgJn2TrqXDx0gUpPVOWD_sqeU,4086
20
20
  ursa/util/memory_logger.py,sha256=9tNPF3Fgth4ImpNbs7Qg5Ci6Hb1ziMWsDTsqjkDi1iY,6096
21
21
  ursa/util/parse.py,sha256=M0cjyQWmjatxX4WbVmDRUiirTLyW-t_Aemlrlrsc5nA,2811
22
- ursa_ai-0.2.11.dist-info/licenses/LICENSE,sha256=4Vr6_u2zTHIUvYjoOBg9ztDbfpV3hyCFv3mTCS87gYU,1482
23
- ursa_ai-0.2.11.dist-info/METADATA,sha256=apeOKu1ZbVz8Fbi4p41DsdGLkasx8yZ0uuE2BjUAmek,6849
24
- ursa_ai-0.2.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
- ursa_ai-0.2.11.dist-info/top_level.txt,sha256=OjA1gRYSUAeiXGnpqPC8iOOGfcjFO1IlP848qMnYSdY,5
26
- ursa_ai-0.2.11.dist-info/RECORD,,
22
+ ursa_ai-0.2.12.dist-info/licenses/LICENSE,sha256=4Vr6_u2zTHIUvYjoOBg9ztDbfpV3hyCFv3mTCS87gYU,1482
23
+ ursa_ai-0.2.12.dist-info/METADATA,sha256=Yx4oeE3N7uIaQemsgzHldvOC818Hmo0UNyTnxcHchcQ,6833
24
+ ursa_ai-0.2.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
+ ursa_ai-0.2.12.dist-info/top_level.txt,sha256=OjA1gRYSUAeiXGnpqPC8iOOGfcjFO1IlP848qMnYSdY,5
26
+ ursa_ai-0.2.12.dist-info/RECORD,,