adam-community 1.0.0__py3-none-any.whl → 1.0.1__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.
@@ -1,4 +1,14 @@
1
1
  from .util import messageSend, knowledgeSearch, completionCreate, runCmd
2
2
  from .tool import Tool
3
+ from .cli.parser import parse_python_file, parse_directory, convert_python_type_to_json_schema
3
4
 
4
- __all__ = ['Tool', 'messageSend', 'knowledgeSearch', 'completionCreate', 'runCmd']
5
+ __all__ = [
6
+ 'Tool',
7
+ 'messageSend',
8
+ 'knowledgeSearch',
9
+ 'completionCreate',
10
+ 'runCmd',
11
+ 'parse_python_file',
12
+ 'parse_directory',
13
+ 'convert_python_type_to_json_schema'
14
+ ]
@@ -0,0 +1 @@
1
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: adam_community
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Adam Community Tools and Utilities
5
5
  Home-page: https://github.com/yourusername/adam-community
6
6
  Author: Adam Community
@@ -1,14 +1,14 @@
1
- adam_community/__init__.py,sha256=XC_W9nEYq0KSXRRIotZi02ZbLSVIf-XZO-nrhBYUOSg,180
1
+ adam_community/__init__.py,sha256=NlWs67gQ_RumB5ulWuYwb_nytZYo5wv0oxqFxTtEERA,392
2
2
  adam_community/tool.py,sha256=CCzWosxtuZ0yk7mupmnlgMpO59jr1hl-a_brSGIqhDI,4867
3
3
  adam_community/util.py,sha256=W4SD4x-Tg_JVAINoi2Q2j5FqbWrQxvg0TRYfE9Yh2WI,11031
4
- adam_community/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ adam_community/cli/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
5
  adam_community/cli/build.py,sha256=XZK5OjbuihmwI9fZEKU7HkvYn0Ws5_MrE6okOxwwaOE,9753
6
6
  adam_community/cli/cli.py,sha256=i26C8A2iZKDKzGCcpxUg-Jn2uxnPBb9K6FiIsAwFZ2c,1451
7
7
  adam_community/cli/init.py,sha256=ukdIXm1V75xRDWRnQaiKRhkmGDGKp4GASQjTroRan8I,6552
8
8
  adam_community/cli/parser.py,sha256=H4NjJSwjmgVxOdP8Ppp8rY_ZYBvmM-IYfAhZ1FnuLQA,12482
9
9
  adam_community/cli/templates/__init__.py,sha256=43rU9rFkpsVrWjxR-brDnT2eakgRtb4XpnunbE-ais4,34
10
- adam_community-1.0.0.dist-info/METADATA,sha256=2hLbHhMx360SkD3i_XW6yPLT2RIEqULXGWvMDlsiCZY,1186
11
- adam_community-1.0.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
12
- adam_community-1.0.0.dist-info/entry_points.txt,sha256=4I7yRkn7cHwPY8-fWQLeAvKjc24zUy8Z65VsZNs0Wos,56
13
- adam_community-1.0.0.dist-info/top_level.txt,sha256=MS8jbePXKZChih9kGizNVX0I1MFZFGWBMCIW_r86qhU,15
14
- adam_community-1.0.0.dist-info/RECORD,,
10
+ adam_community-1.0.1.dist-info/METADATA,sha256=U_2lqjj_VCFMBv6nzTTbeBJaF-Md-rxypSdO6fCKOis,1186
11
+ adam_community-1.0.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
12
+ adam_community-1.0.1.dist-info/entry_points.txt,sha256=4I7yRkn7cHwPY8-fWQLeAvKjc24zUy8Z65VsZNs0Wos,56
13
+ adam_community-1.0.1.dist-info/top_level.txt,sha256=MS8jbePXKZChih9kGizNVX0I1MFZFGWBMCIW_r86qhU,15
14
+ adam_community-1.0.1.dist-info/RECORD,,