gofannon 0.25.12.1__tar.gz → 0.25.12.4__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.
Files changed (43) hide show
  1. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/PKG-INFO +3 -3
  2. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/README.md +2 -2
  3. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/pyproject.toml +1 -1
  4. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/LICENSE +0 -0
  5. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/__init__.py +0 -0
  6. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/arxiv/__init__.py +0 -0
  7. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/arxiv/get_article.py +0 -0
  8. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/arxiv/search.py +0 -0
  9. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/base/__init__.py +0 -0
  10. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/base/bedrock.py +0 -0
  11. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/base/langchain.py +0 -0
  12. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/base/smol_agents.py +0 -0
  13. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/basic_math/__init__.py +0 -0
  14. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/basic_math/addition.py +0 -0
  15. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/basic_math/division.py +0 -0
  16. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/basic_math/exponents.py +0 -0
  17. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/basic_math/multiplication.py +0 -0
  18. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/basic_math/subtraction.py +0 -0
  19. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/cli.py +0 -0
  20. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/config.py +0 -0
  21. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/github/__init__.py +0 -0
  22. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/github/commit_file.py +0 -0
  23. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/github/commit_files.py +0 -0
  24. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/github/create_issue.py +0 -0
  25. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/github/get_repo_contents.py +0 -0
  26. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/github/pr_review_tool.py +0 -0
  27. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/github/read_issue.py +0 -0
  28. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/github/search.py +0 -0
  29. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/google_search/__init__.py +0 -0
  30. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/google_search/google_search.py +0 -0
  31. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/headless_browser/__init__.py +0 -0
  32. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/headless_browser/base.py +0 -0
  33. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/headless_browser/headless_browser_get.py +0 -0
  34. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/nhsta/__init__.py +0 -0
  35. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/open_notify_space/__init__.py +0 -0
  36. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/open_notify_space/iss_locator.py +0 -0
  37. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/orchestration/__init__.py +0 -0
  38. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/orchestration/firebase_wrapper.py +0 -0
  39. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/reasoning/__init__.py +0 -0
  40. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/reasoning/base.py +0 -0
  41. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/reasoning/hierarchical_cot.py +0 -0
  42. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/reasoning/sequential_cot.py +0 -0
  43. {gofannon-0.25.12.1 → gofannon-0.25.12.4}/gofannon/reasoning/tree_of_thought.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: gofannon
3
- Version: 0.25.12.1
3
+ Version: 0.25.12.4
4
4
  Summary: A collection of tools for LLMs
5
5
  License: ASFv2
6
6
  Author: Trevor Grant
@@ -34,13 +34,13 @@ Requires-Dist: selenium (>=4.10.0,<5.0.0) ; extra == "headless-browser"
34
34
  Requires-Dist: smolagents (>=1.6.0,<2.0.0) ; extra == "smolagents"
35
35
  Description-Content-Type: text/markdown
36
36
 
37
- ![gofannon logo](https://github.com/The-AI-Alliance/gofannon/blob/main/gofannon.jpg)
37
+ ![logo](https://the-ai-alliance.github.io/gofannon/assets/images/logo_1000x1260.png)
38
38
  <!-- ![CI](https://github.com/The-AI-Alliance/gofannon/actions/workflows/main.yml/badge.svg) -->
39
39
  ![PyPI](https://img.shields.io/pypi/v/gofannon)
40
40
  ![License](https://img.shields.io/github/license/The-AI-Alliance/gofannon)
41
41
  ![Issues](https://img.shields.io/github/issues/The-AI-Alliance/gofannon)
42
42
  ![GitHub stars](https://img.shields.io/github/stars/The-AI-Alliance/gofannon?style=social)
43
-
43
+
44
44
  # gofannon
45
45
 
46
46
  **gofannon** is a collection of tools designed to enhance the capabilities of function-calling-enabled language models. These tools provide additional functionality for various tasks, including mathematical operations, GitHub interactions, arXiv searches, and advanced reasoning techniques.
@@ -1,10 +1,10 @@
1
- ![gofannon logo](https://github.com/The-AI-Alliance/gofannon/blob/main/gofannon.jpg)
1
+ ![logo](https://the-ai-alliance.github.io/gofannon/assets/images/logo_1000x1260.png)
2
2
  <!-- ![CI](https://github.com/The-AI-Alliance/gofannon/actions/workflows/main.yml/badge.svg) -->
3
3
  ![PyPI](https://img.shields.io/pypi/v/gofannon)
4
4
  ![License](https://img.shields.io/github/license/The-AI-Alliance/gofannon)
5
5
  ![Issues](https://img.shields.io/github/issues/The-AI-Alliance/gofannon)
6
6
  ![GitHub stars](https://img.shields.io/github/stars/The-AI-Alliance/gofannon?style=social)
7
-
7
+
8
8
  # gofannon
9
9
 
10
10
  **gofannon** is a collection of tools designed to enhance the capabilities of function-calling-enabled language models. These tools provide additional functionality for various tasks, including mathematical operations, GitHub interactions, arXiv searches, and advanced reasoning techniques.
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "gofannon"
3
- version = "0.25.12.1"
3
+ version = "0.25.12.4"
4
4
  description = "A collection of tools for LLMs"
5
5
  authors = ["Trevor Grant <trevor.d.grant@gmail.com>"]
6
6
  license = "ASFv2"
File without changes