visvoai-core 0.0.1__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.
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: visvoai-core
3
+ Version: 0.0.1
4
+ Summary: VisvoAI — Extensible Python agent runtime with tool calling and semantic tool retrieval
5
+ Author-email: VisvoAI <akshant.jain2@gmail.com>
6
+ License: MIT
7
+ Classifier: Development Status :: 1 - Planning
8
+ Classifier: Intended Audience :: Developers
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.11
12
+ Description-Content-Type: text/markdown
File without changes
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "visvoai-core"
7
+ version = "0.0.1"
8
+ description = "VisvoAI — Extensible Python agent runtime with tool calling and semantic tool retrieval"
9
+ readme = "README.md"
10
+ license = { text = "MIT" }
11
+ authors = [{ name = "VisvoAI", email = "akshant.jain2@gmail.com" }]
12
+ requires-python = ">=3.11"
13
+ classifiers = [
14
+ "Development Status :: 1 - Planning",
15
+ "Intended Audience :: Developers",
16
+ "License :: OSI Approved :: MIT License",
17
+ "Programming Language :: Python :: 3",
18
+ ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: visvoai-core
3
+ Version: 0.0.1
4
+ Summary: VisvoAI — Extensible Python agent runtime with tool calling and semantic tool retrieval
5
+ Author-email: VisvoAI <akshant.jain2@gmail.com>
6
+ License: MIT
7
+ Classifier: Development Status :: 1 - Planning
8
+ Classifier: Intended Audience :: Developers
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.11
12
+ Description-Content-Type: text/markdown
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/visvoai_core.egg-info/PKG-INFO
4
+ src/visvoai_core.egg-info/SOURCES.txt
5
+ src/visvoai_core.egg-info/dependency_links.txt
6
+ src/visvoai_core.egg-info/top_level.txt