Metadata-Version: 2.1
Name: modular_intelligence
Version: 0.0.2
Summary: This repository contains an AI agent framework that was made to simplify and separate the building and deployment phases of AI agents.  Using sqlite, we are able to create & save agents, put them into stacks, then deploy those stacks of agents into any application connected to the server or machine.
Author-email: xrgpublic <xrgpublic@gmail.com>
Project-URL: Homepage, https://github.com/xrgpublic/modular-intelligence
Project-URL: Issues, https://github.com/xrgpublic/modular-intelligence/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE

# Modular Intelligence

## Description
Modular Intelligence is a Python package designed to [briefly describe the purpose and functionality of your package].

## Installation
You can install the package using pip:

```bash
pip install modular_intellegence
```

## Usage

# Example code snippet
from modular_intellegence import some_function

result = some_function()
print(result)
