Metadata-Version: 2.1
Name: swarmauri
Version: 0.5.1.dev1
Summary: This repository includes core interfaces, standard ABCs and concrete references, third party plugins, and experimental modules for the swarmaURI framework.
Home-page: http://github.com/swarmauri/swarmauri-sdk
Author: Jacob Stewart
Author-email: corporate@swarmauri.com
License: Apache Software License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: pydantic
Requires-Dist: redis
Requires-Dist: swarmauri-core==0.5.1.dev1
Requires-Dist: ai21>=2.2.0
Requires-Dist: shuttleai
Requires-Dist: transformers
Requires-Dist: tensorflow
Requires-Dist: typing-extensions
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib
Requires-Dist: boto3
Requires-Dist: yake
Requires-Dist: torch
Requires-Dist: scikit-learn
Requires-Dist: gensim
Requires-Dist: textblob
Requires-Dist: spacy
Requires-Dist: pygments
Requires-Dist: gradio
Requires-Dist: websockets
Requires-Dist: openai
Requires-Dist: groq
Requires-Dist: mistralai
Requires-Dist: cohere
Requires-Dist: google-generativeai
Requires-Dist: anthropic
Requires-Dist: scipy
Requires-Dist: qdrant-client
Requires-Dist: chromadb
Requires-Dist: textstat
Requires-Dist: nltk
Requires-Dist: psutil
Requires-Dist: qrcode
Requires-Dist: folium
Requires-Dist: captcha
Requires-Dist: bs4
Requires-Dist: pygithub
Requires-Dist: pacmap
Requires-Dist: tf-keras


# Swarmauri Standard SDK

The Swarmauri Standard SDK offers a comprehensive suite of tools designed for building distributed, extensible systems using the Swarmauri framework. 

## Standard
- **Base Classes**: Provide a foundation for constructing Swarmauri components, with standardized methods and properties.
- **Mixins**: Reusable code fragments designed to be integrated into various classes, offering shared functionality across different components.
- **Concrete Classes**: Ready-to-use, pre-implemented classes that fulfill standard system needs while adhering to Swarmauri principles. **These classes are the first in line for ongoing support and maintenance, ensuring they remain stable, performant, and up to date with future SDK developments.**

# Features

- **Polymorphism**: Allows for dynamic behavior switching between components, enabling flexible, context-aware system behavior.
- **Discriminated Unions**: Provides a robust method for handling multiple possible object types in a type-safe manner.
- **Serialization**: Efficiently encode and decode data for transmission across different environments and system components, with support for both standard and custom serialization formats.
- **Intensional and Extensional Programming**: Leverages both rule-based (intensional) and set-based (extensional) approaches to building and manipulating complex data structures, offering developers a wide range of tools for system design.

## Use Cases

- **Modular Systems**: Develop scalable, pluggable systems that can evolve over time by adding or modifying components without disrupting the entire ecosystem.
- **Distributed Architectures**: Build systems with distributed nodes that seamlessly communicate using the SDK’s standardized interfaces.
- **Third-Party Integrations**: Extend the system's capabilities by easily incorporating third-party tools, libraries, and services.
- **Prototype and Experimentation**: Test cutting-edge ideas using the experimental components in the SDK, while retaining the reliability of core and standard features for production systems.

# Future Development

The Swarmauri SDK is an evolving platform, and the community is encouraged to contribute to its growth. Upcoming releases will focus on enhancing the framework's modularity, providing more advanced serialization methods, and expanding the community-driven component library.

Visit us at: https://swarmauri.com
Follow us at: https://github.com/swarmauri  
