AI Powered Data Platform
Project description
Ryoma
Ryoma lib is the core component of the project which includes:
- Data Sources that can be used to fetch data from different sources
- Agents that can be used to process data with AI models
- Tools that can be used by agent to process data
Installation
pip install ryoma_ai
Usage
from ryoma_ai.datasource.postgres import PostgresDataSource
from ryoma_ai.agent.sql import SqlAgent
datasource = PostgresDataSource("postgresql://user:password@localhost/db")
sql_agent = SqlAgent("gpt-3.5-turbo")
.add_datasource(datasource)
sql_agent.stream("Get the top 10 rows from the data source")
Documentation
Visit the documentation for more information.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ryoma_ai-0.1.2.tar.gz
(153.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ryoma_ai-0.1.2-py3-none-any.whl
(164.1 kB
view details)
File details
Details for the file ryoma_ai-0.1.2.tar.gz.
File metadata
- Download URL: ryoma_ai-0.1.2.tar.gz
- Upload date:
- Size: 153.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3ff8e032d51ade5c437579f82e553949deec7e05360f1413cce620654bd12eb
|
|
| MD5 |
d662b26a8847ee4aa879b441fab11a5f
|
|
| BLAKE2b-256 |
a981a09ef164adb0e0ad8f0dfd6c6a8a0109442ce0f59ec5d6db14265d241a09
|
File details
Details for the file ryoma_ai-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ryoma_ai-0.1.2-py3-none-any.whl
- Upload date:
- Size: 164.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16a5c6c9edf3e312aac64672f3bb3170a2192dd53531fca7c014a5c007ab37cd
|
|
| MD5 |
2d3b97ee0aa087b97d645ecf74e0994c
|
|
| BLAKE2b-256 |
f5d29a8c834d5c33df8c0099797a0057003db8e9c56135570259ecaa4cc01287
|