Metadata-Version: 2.1
Name: swarmauri
Version: 0.5.0.dev3
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
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: pydantic
Requires-Dist: swarmauri_core==0.5.0.dev1
Provides-Extra: full
Requires-Dist: ai21>=2.2.0; extra == "full"
Requires-Dist: shuttleai; extra == "full"
Requires-Dist: transformers; extra == "full"
Requires-Dist: tensorflow; extra == "full"
Requires-Dist: typing_extensions; extra == "full"
Requires-Dist: google-api-python-client; extra == "full"
Requires-Dist: google-auth-httplib2; extra == "full"
Requires-Dist: google-auth-oauthlib; extra == "full"
Requires-Dist: boto3; extra == "full"
Requires-Dist: yake; extra == "full"
Requires-Dist: torch; extra == "full"
Requires-Dist: scikit-learn; extra == "full"
Requires-Dist: gensim; extra == "full"
Requires-Dist: textblob; extra == "full"
Requires-Dist: spacy; extra == "full"
Requires-Dist: pygments; extra == "full"
Requires-Dist: gradio; extra == "full"
Requires-Dist: websockets; extra == "full"
Requires-Dist: openai; extra == "full"
Requires-Dist: groq; extra == "full"
Requires-Dist: mistralai; extra == "full"
Requires-Dist: cohere; extra == "full"
Requires-Dist: google-generativeai; extra == "full"
Requires-Dist: anthropic; extra == "full"
Requires-Dist: scipy; extra == "full"
Requires-Dist: qdrant-client; extra == "full"
Requires-Dist: chromadb; extra == "full"
Requires-Dist: textstat; extra == "full"
Requires-Dist: nltk; extra == "full"
Requires-Dist: psutil; extra == "full"
Requires-Dist: qrcode; extra == "full"
Requires-Dist: folium; extra == "full"
Requires-Dist: captcha; extra == "full"
Requires-Dist: bs4; extra == "full"
Requires-Dist: pygithub; extra == "full"
Requires-Dist: pacmap; extra == "full"
Requires-Dist: tf-keras; extra == "full"


# 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  
