azathoth 0.1.0__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.
- azathoth-0.1.0/LICENSE +21 -0
- azathoth-0.1.0/PKG-INFO +36 -0
- azathoth-0.1.0/README.md +12 -0
- azathoth-0.1.0/azathoth.egg-info/PKG-INFO +36 -0
- azathoth-0.1.0/azathoth.egg-info/SOURCES.txt +8 -0
- azathoth-0.1.0/azathoth.egg-info/dependency_links.txt +1 -0
- azathoth-0.1.0/azathoth.egg-info/requires.txt +3 -0
- azathoth-0.1.0/azathoth.egg-info/top_level.txt +1 -0
- azathoth-0.1.0/setup.cfg +4 -0
- azathoth-0.1.0/setup.py +31 -0
azathoth-0.1.0/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Eldritch, Inc.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
azathoth-0.1.0/PKG-INFO
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: azathoth
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: An advanced AI framework
|
|
5
|
+
Home-page: UNKNOWN
|
|
6
|
+
Author: Oren Montano
|
|
7
|
+
License: UNKNOWN
|
|
8
|
+
Platform: UNKNOWN
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Intended Audience :: Science/Research
|
|
12
|
+
Classifier: Intended Audience :: Information Technology
|
|
13
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
14
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
15
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
16
|
+
Classifier: Programming Language :: Python
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Operating System :: OS Independent
|
|
20
|
+
Description-Content-Type: text/markdown
|
|
21
|
+
License-File: LICENSE
|
|
22
|
+
|
|
23
|
+
# Azathoth AI Framework
|
|
24
|
+
|
|
25
|
+
Welcome to the **Azathoth AI Framework**, an innovative Python library designed for constructing agentic intelligences. Our framework facilitates the development of advanced AI agents, leveraging the power of external tools, including Large Language Models (LLMs), image processing systems, and more, to create robust and versatile intelligences.
|
|
26
|
+
|
|
27
|
+
## Features
|
|
28
|
+
|
|
29
|
+
- **Versatile Agent Construction**: Build AI agents with complex behaviors, capable of operating in diverse environments.
|
|
30
|
+
- **Integration with Advanced Tools**: Seamlessly incorporate LLMs, image recognition systems, and other cutting-edge technologies to enhance agent capabilities.
|
|
31
|
+
- **Python-Based**: Utilize the extensive Python ecosystem for development, ensuring ease of use and broad compatibility.
|
|
32
|
+
- **Open Source**: Collaborate, modify, and distribute the framework with the support of a growing community.
|
|
33
|
+
|
|
34
|
+
## MORE SOON
|
|
35
|
+
|
|
36
|
+
|
azathoth-0.1.0/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Azathoth AI Framework
|
|
2
|
+
|
|
3
|
+
Welcome to the **Azathoth AI Framework**, an innovative Python library designed for constructing agentic intelligences. Our framework facilitates the development of advanced AI agents, leveraging the power of external tools, including Large Language Models (LLMs), image processing systems, and more, to create robust and versatile intelligences.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
|
|
7
|
+
- **Versatile Agent Construction**: Build AI agents with complex behaviors, capable of operating in diverse environments.
|
|
8
|
+
- **Integration with Advanced Tools**: Seamlessly incorporate LLMs, image recognition systems, and other cutting-edge technologies to enhance agent capabilities.
|
|
9
|
+
- **Python-Based**: Utilize the extensive Python ecosystem for development, ensuring ease of use and broad compatibility.
|
|
10
|
+
- **Open Source**: Collaborate, modify, and distribute the framework with the support of a growing community.
|
|
11
|
+
|
|
12
|
+
## MORE SOON
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: azathoth
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: An advanced AI framework
|
|
5
|
+
Home-page: UNKNOWN
|
|
6
|
+
Author: Oren Montano
|
|
7
|
+
License: UNKNOWN
|
|
8
|
+
Platform: UNKNOWN
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Intended Audience :: Science/Research
|
|
12
|
+
Classifier: Intended Audience :: Information Technology
|
|
13
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
14
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
15
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
16
|
+
Classifier: Programming Language :: Python
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Operating System :: OS Independent
|
|
20
|
+
Description-Content-Type: text/markdown
|
|
21
|
+
License-File: LICENSE
|
|
22
|
+
|
|
23
|
+
# Azathoth AI Framework
|
|
24
|
+
|
|
25
|
+
Welcome to the **Azathoth AI Framework**, an innovative Python library designed for constructing agentic intelligences. Our framework facilitates the development of advanced AI agents, leveraging the power of external tools, including Large Language Models (LLMs), image processing systems, and more, to create robust and versatile intelligences.
|
|
26
|
+
|
|
27
|
+
## Features
|
|
28
|
+
|
|
29
|
+
- **Versatile Agent Construction**: Build AI agents with complex behaviors, capable of operating in diverse environments.
|
|
30
|
+
- **Integration with Advanced Tools**: Seamlessly incorporate LLMs, image recognition systems, and other cutting-edge technologies to enhance agent capabilities.
|
|
31
|
+
- **Python-Based**: Utilize the extensive Python ecosystem for development, ensuring ease of use and broad compatibility.
|
|
32
|
+
- **Open Source**: Collaborate, modify, and distribute the framework with the support of a growing community.
|
|
33
|
+
|
|
34
|
+
## MORE SOON
|
|
35
|
+
|
|
36
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
azathoth-0.1.0/setup.cfg
ADDED
azathoth-0.1.0/setup.py
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
from setuptools import setup, find_packages
|
|
2
|
+
|
|
3
|
+
setup(
|
|
4
|
+
name='azathoth',
|
|
5
|
+
version='0.1.0',
|
|
6
|
+
description='An advanced AI framework',
|
|
7
|
+
long_description=open('README.md').read(),
|
|
8
|
+
long_description_content_type='text/markdown',
|
|
9
|
+
author='Oren Montano',
|
|
10
|
+
packages=find_packages(),
|
|
11
|
+
install_requires=[
|
|
12
|
+
# List your project's dependencies here.
|
|
13
|
+
# They will be installed by pip when your project is installed.
|
|
14
|
+
'requests',
|
|
15
|
+
'openai',
|
|
16
|
+
'boto3'
|
|
17
|
+
],
|
|
18
|
+
classifiers=[
|
|
19
|
+
'Development Status :: 1 - Planning',
|
|
20
|
+
'Intended Audience :: Developers',
|
|
21
|
+
'Intended Audience :: Science/Research',
|
|
22
|
+
'Intended Audience :: Information Technology',
|
|
23
|
+
'Topic :: Scientific/Engineering :: Artificial Intelligence',
|
|
24
|
+
'Topic :: Software Development :: Libraries :: Python Modules',
|
|
25
|
+
'License :: OSI Approved :: MIT License',
|
|
26
|
+
'Programming Language :: Python',
|
|
27
|
+
'Programming Language :: Python :: 3',
|
|
28
|
+
'Programming Language :: Python :: 3.8',
|
|
29
|
+
'Operating System :: OS Independent'
|
|
30
|
+
],
|
|
31
|
+
)
|