This repository includes core interfaces for the Swarmauri framework.
Project description
Core Library
The Core Library provides the foundational interfaces and abstract base classes necessary for developing scalable and flexible machine learning agents, models, and tools. It is designed to offer a standardized approach to implementing various components of machine learning systems, such as models, parsers, conversations, and vector stores.
Features
- Models Interface: Define and interact with predictive models.
- Agents Interface: Build and manage intelligent agents for varied tasks.
- Tools Interface: Develop tools with standardized execution and configuration.
- Parsers and Conversations: Handle and parse text data, manage conversations states.
- Vector Stores: Interface for vector storage and similarity searches.
- Document Stores: Manage the storage and retrieval of documents.
- Retrievers and Chunkers: Efficiently retrieve relevant documents and chunk large text data.
Getting Started
To start developing with the Core Library, include it as a module in your Python project. Ensure you have Python 3.6 or later installed.
# Example of using an abstract model interface from the Core Library
from swarmauri.core.models.IModel import IModel
class MyModel(IModel):
# Implement the abstract methods here
pass
Documentation
For more detailed documentation on each interface and available abstract classes, refer to the Docs directory within the library.
Contributing
Contributions are welcome! If you'd like to add a new feature, fix a bug, or improve documentation, please submit a pull request.
License
See LICENSE
for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file swarmauri_core-0.5.1.dev21.tar.gz
.
File metadata
- Download URL: swarmauri_core-0.5.1.dev21.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fb72d7701557b11294729b94fa6c84ad6592b03188dae21801228a031c93e13 |
|
MD5 | 04fcfdc61beaeee09b486ce4b22b1b32 |
|
BLAKE2b-256 | 71ea81dfcdfd1c956589001bd6db3d6d4a669f41130aa31050503a148ec739e6 |
File details
Details for the file swarmauri_core-0.5.1.dev21-py3-none-any.whl
.
File metadata
- Download URL: swarmauri_core-0.5.1.dev21-py3-none-any.whl
- Upload date:
- Size: 49.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b747cbdaec38b77e3b06bde899da1abccae79065ee9e0455c85ad1b6650174e |
|
MD5 | 80e7caf8e2d8b6b305ddefaded70cc1c |
|
BLAKE2b-256 | c061f8ae8b59cfed3fa8fc965bc66a86e8bbecac80c523a3f064d7aff1bde08a |