Metadata-Version: 2.1
Name: rhythmFramework
Version: 0.1.1
Summary: A Framework for faster development with AI Agents.
Home-page: https://www.rhyme-network.com
Author: Rhyme Network
Author-email: rhyme.ainetwork@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: langchain >=0.0.350
Requires-Dist: qdrant-client >=1.7.0
Requires-Dist: tweepy >=4.14.0
Requires-Dist: openai >=1.4.0

# Rhythm Framework

Rhythm Framework is a package that speeds up development with AI agents in phython by providing built-in agents (Robots) and integration classes for easier API interations. This allows users to build complex systems based on the ALAN (Autonomous layered AI network) technology in no time and start to automate their life today. ALAN technology allows linking multiple AI systems together in a net based structure and ensure cooperation between them to work towards a greater goal and push the limits of what AI can do.

Check the [documentation folder](https://github.com/RhymeAI/Rhythm-Framework/tree/main/doc) for help.

## Installation

Install rhythm framework with pip

```bash
  pip install rhythmFramework
```

## Authors

- [@Dan-The-Man-350](https://github.com/Dan-The-Man-350)

- [@EKV](https://github.com/EKVgd)

- [@Sanki1001](https://github.com/sanki1001)

## License

[MIT](https://choosealicense.com/licenses/mit/)
