gofannon 0.25.15.3__tar.gz → 0.25.16__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 (49) hide show
  1. {gofannon-0.25.15.3 → gofannon-0.25.16}/PKG-INFO +2 -2
  2. {gofannon-0.25.15.3 → gofannon-0.25.16}/README.md +1 -1
  3. {gofannon-0.25.15.3 → gofannon-0.25.16}/pyproject.toml +1 -1
  4. gofannon-0.25.15.3/gofannon/cli.py +0 -53
  5. {gofannon-0.25.15.3 → gofannon-0.25.16}/LICENSE +0 -0
  6. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/__init__.py +0 -0
  7. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/arxiv/__init__.py +0 -0
  8. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/arxiv/get_article.py +0 -0
  9. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/arxiv/search.py +0 -0
  10. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/base/__init__.py +0 -0
  11. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/base/bedrock.py +0 -0
  12. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/base/langchain.py +0 -0
  13. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/base/langflow.py +0 -0
  14. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/base/mcp.py +0 -0
  15. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/base/smol_agents.py +0 -0
  16. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/basic_math/__init__.py +0 -0
  17. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/basic_math/addition.py +0 -0
  18. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/basic_math/division.py +0 -0
  19. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/basic_math/exponents.py +0 -0
  20. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/basic_math/multiplication.py +0 -0
  21. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/basic_math/subtraction.py +0 -0
  22. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/config.py +0 -0
  23. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/github/__init__.py +0 -0
  24. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/github/commit_file.py +0 -0
  25. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/github/commit_files.py +0 -0
  26. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/github/create_issue.py +0 -0
  27. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/github/get_repo_contents.py +0 -0
  28. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/github/pr_review_tool.py +0 -0
  29. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/github/read_issue.py +0 -0
  30. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/github/search.py +0 -0
  31. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/google_search/__init__.py +0 -0
  32. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/google_search/google_search.py +0 -0
  33. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/headless_browser/__init__.py +0 -0
  34. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/headless_browser/base.py +0 -0
  35. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/headless_browser/headless_browser_get.py +0 -0
  36. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/nasa/__init__.py +0 -0
  37. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/nasa/apod.py +0 -0
  38. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/nhsta/__init__.py +0 -0
  39. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/open_notify_space/__init__.py +0 -0
  40. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/open_notify_space/iss_locator.py +0 -0
  41. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/orchestration/__init__.py +0 -0
  42. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/orchestration/firebase_wrapper.py +0 -0
  43. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/reasoning/__init__.py +0 -0
  44. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/reasoning/base.py +0 -0
  45. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/reasoning/hierarchical_cot.py +0 -0
  46. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/reasoning/sequential_cot.py +0 -0
  47. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/reasoning/tree_of_thought.py +0 -0
  48. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/wikipedia/__init__.py +0 -0
  49. {gofannon-0.25.15.3 → gofannon-0.25.16}/gofannon/wikipedia/wikipedia_lookup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: gofannon
3
- Version: 0.25.15.3
3
+ Version: 0.25.16
4
4
  Summary: A collection of tools for LLMs
5
5
  License: ASFv2
6
6
  Author: Trevor Grant
@@ -80,7 +80,7 @@ have the latest and greatest, this will work too:
80
80
  git+https://github.com/The-AI-Alliance/gofannon.git@main
81
81
  ```
82
82
 
83
- For more information, see out [quickstart guide](https://github.com/The-AI-Alliance/gofannon/blob/main/docs/quickstart.md).
83
+ For more information, see our [quickstart guide](https://github.com/The-AI-Alliance/gofannon/blob/main/docs/quickstart.md).
84
84
 
85
85
  ## 🏆🏆 Acknowledgments 🏆🏆
86
86
 
@@ -43,7 +43,7 @@ have the latest and greatest, this will work too:
43
43
  git+https://github.com/The-AI-Alliance/gofannon.git@main
44
44
  ```
45
45
 
46
- For more information, see out [quickstart guide](https://github.com/The-AI-Alliance/gofannon/blob/main/docs/quickstart.md).
46
+ For more information, see our [quickstart guide](https://github.com/The-AI-Alliance/gofannon/blob/main/docs/quickstart.md).
47
47
 
48
48
  ## 🏆🏆 Acknowledgments 🏆🏆
49
49
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "gofannon"
3
- version = "0.25.15.3"
3
+ version = "0.25.16"
4
4
  description = "A collection of tools for LLMs"
5
5
  authors = ["Trevor Grant <trevor.d.grant@gmail.com>"]
6
6
  license = "ASFv2"
@@ -1,53 +0,0 @@
1
- import argparse
2
- from .orchestration import ToolChain
3
- from .base import WorkflowContext
4
- from orchestration.firebase_wrapper import FirebaseWrapper
5
- import json
6
-
7
- def main():
8
- parser = argparse.ArgumentParser(description="Gofannon CLI")
9
- parser.add_argument('--local', action='store_true', help='Run locally')
10
- parser.add_argument('--firebase', help='Firebase config path')
11
- parser.add_argument('--workflow', required=True, help='Workflow config JSON')
12
- parser.add_argument('--output', help='Output file path')
13
-
14
- args = parser.parse_args()
15
-
16
- # Initialize context
17
- if args.firebase:
18
- FirebaseWrapper.initialize(args.firebase)
19
- context = FirebaseWrapper.get_context('current_workflow')
20
- else:
21
- context = WorkflowContext()
22
-
23
- # Load workflow config
24
- with open(args.workflow) as f:
25
- workflow_config = json.load(f)
26
-
27
- # Import and instantiate tools
28
- tools = []
29
- for tool_config in workflow_config['tools']:
30
- module = __import__(f".{tool_config['module']}", fromlist=[tool_config['class']])
31
- tool_class = getattr(module, tool_config['class'])
32
- tool = tool_class(**tool_config.get('params', {}))
33
- tools.append(tool)
34
-
35
- # Execute workflow
36
- chain = ToolChain(tools, context)
37
- result = chain.execute(workflow_config.get('initial_input', {}))
38
-
39
- # Handle output
40
- if args.output:
41
- with open(args.output, 'w') as f:
42
- json.dump(result.output, f)
43
- else:
44
- print(json.dumps(result.output, indent=2))
45
-
46
- # Save final state
47
- if args.firebase:
48
- FirebaseWrapper.save_context('current_workflow', context)
49
- else:
50
- context.save_checkpoint('final')
51
-
52
- if __name__ == '__main__':
53
- main()
File without changes