294 projects
tigrbl-ops-olap
OLAP operation package boundary for analytical Tigrbl workloads.
tigrbl-ops-oltp
OLTP operation implementations for Tigrbl, including CRUD and bulk handlers.
swarmauri_embedding_doc2vec
A Doc2Vec based Embedding Model.
swarmauri_evaluator_anyusage
An evaluator component that detects and penalizes usage of the `Any` type in Python code
swarmauri_embedding_nmf
NMF Embedding for Swarmauri.
swarmauri_evaluator_abstractmethods
An evaluator that verifies all methods in abstract base classes are properly marked as abstract
swarmauri_distance_minkowski
Minkowski Distance for Swarmauri.
swarmauri_crypto_paramiko
Paramiko-backed RSA + AES-GCM crypto provider for Swarmauri
swarmauri_crypto_nacl_pkcs11
NaCl + PKCS#11 crypto provider for Swarmauri
swarmauri_crypto_pgp
OpenPGP (GnuPG) + AES-GCM crypto provider for Swarmauri
swarmauri_crypto_jwe
RFC 7516/7518 compliant JWE crypto provider for Swarmauri
swarmauri_crypto_ecdh_es_a128kw
ECDH-ES+A128KW crypto provider for Swarmauri
swarmauri_cipher_suite_yubikey_fips
FIPS-constrained YubiKey cipher suite for Swarmauri PIV operations
swarmauri_cipher_suite_xades
XAdES signing cipher suite skeleton for Swarmauri
swarmauri_cipher_suite_yubikey
YubiKey-backed cipher suite for Swarmauri PIV signing and key transport
swarmauri_cipher_suite_webauthn
WebAuthn and FIDO2 cipher suite for Swarmauri
swarmauri_cipher_suite_tls13
TLS 1.3 cipher suite policy for Swarmauri
swarmauri_cipher_suite_ssh
OpenSSH cipher suite skeleton for Swarmauri
swarmauri_cipher_suite_sigstore
Sigstore / Cosign signing policy suite for Swarmauri
swarmauri_cipher_suite_pep458
PEP 458 policy and algorithm definitions for Swarmauri cipher suites
swarmauri_cipher_suite_pades
PAdES signing cipher suite skeleton for Swarmauri
swarmauri_cipher_suite_jwa
JWA-focused cipher suite for Swarmauri
swarmauri_cipher_suite_ipsec
IPsec / IKE cipher suite skeleton for Swarmauri
swarmauri_cipher_suite_fips204
FIPS 204 ML-DSA cipher suite bindings for Swarmauri
swarmauri_cipher_suite_fips205
FIPS 205 SLH-DSA cipher suite bindings for Swarmauri
swarmauri_cipher_suite_fips203
FIPS 203 ML-KEM cipher suite bindings for Swarmauri
swarmauri_cipher_suite_fips1403
FIPS 140-3 policy cipher suite for Swarmauri
swarmauri_cipher_suite_cose
COSE-aware cipher suite for Swarmauri
swarmauri_cipher_suite_cades
CAdES signing cipher suite skeleton for Swarmauri
swarmauri_certs_x509
X.509 certificate service for Swarmauri
swarmauri_certs_x509verify
X.509 certificate verification service for Swarmauri
swarmauri_certs_self_signed
Self-signed certificate builder for Swarmauri
swarmauri_certs_remote_ca
Remote CA certificate service for Swarmauri
swarmauri_certs_local_ca
Local CA certificate service for Swarmauri
swarmauri_certs_composite
Feature-routing certificate service for Swarmauri
swarmauri_auth_idp_gitea
Gitea OAuth 2.0 / OAuth 2.1 / OIDC 1.0 identity provider implementations for Swarmauri
swarmauri_auth_idp_cognito
AWS Cognito OAuth 2.0 / OAuth 2.1 / OIDC 1.0 identity provider implementations for Swarmauri
swarmauri_auth_idp_apple
Apple OAuth 2.0 / OAuth 2.1 / OIDC 1.0 identity provider implementations for Swarmauri
swarmauri_signing_ecdsa
ECDSA-based signer for Swarmauri
swarmauri_signing_dpop
DPoP signer/verifier for Swarmauri
swarmauri_signing_cms
CMS signer stub registered on the Swarmauri SigningBase registry
swarmauri_publisher_webhook
A Webhook publisher implementation for Swarmauri.
swarmauri_signing_ca
Certificate authority style signer for Swarmauri envelopes
swarmauri_publisher_redis
A Redis publisher implementation for Swarmauri.
swarmauri_publisher_rabbitmq
A RabbitMQ publisher implementation for Swarmauri.
swarmauri_prompt_j2prompttemplate
Jinja2 Prompt Template for Swarmauri.
swarmauri_parser_keywordextractor
Keyword Extractor Parser for Swarmauri.
swarmauri_mre_crypto_pgp
OpenPGP sealed-per-recipient MRE provider for Swarmauri
swarmauri_parser_beautifulsoupelement
BeautifulSoup Element Parser for Swarmauri.
swarmauri_mre_crypto_shamir
Shamir secret sharing based MRE crypto provider for Swarmauri
swarmauri_mre_crypto_keyring
Keyring-backed multi-recipient encryption provider for Swarmauri
swarmauri_mre_crypto_ecdh_es_kw
ECDH-ES+A128KW based multi-recipient encryption provider for Swarmauri
swarmauri_mre_crypto_age
Age-style X25519 sealed-per-recipient MRE provider for Swarmauri
swarmauri_middleware_time
Middleware for tracking request processing time in Swarmauri applications
swarmauri_middleware_session
Session middleware for maintaining session state across requests.
swarmauri_middleware_stdio
Middleware that logs requests and responses to standard output
swarmauri_middleware_securityheaders
Middleware for adding security headers to HTTP responses
swarmauri_middleware_logging
Logging middleware for Swarmauri
swarmauri_middleware_ratelimit
Rate limiting middleware for Swarmauri applications
swarmauri_middleware_jwt
JWT validation middleware for Swarmauri applications.
swarmauri_middleware_jwksverifier
JWKS-based JWT verification middleware for Swarmauri
swarmauri_middleware_llamaguard
Middleware for inspecting and filtering unsafe content using LlamaGuard
swarmauri_middleware_httpsig
HTTP signature verification middleware for Swarmauri
swarmauri_middleware_jsonrpc
Middleware for validating basic JSON-RPC requests
swarmauri_middleware_cors
Custom CORS Middleware for Swarmauri Framework
swarmauri_middleware_exceptionhandling
Custom Exception Handling Middleware for Swarmauri Framework
swarmauri_middleware_gzipcompression
Gzip compression middleware for Swarmauri
swarmauri_middleware_cachecontrol
Middleware for managing HTTP cache headers and client-side caching behavior.
swarmauri_middleware_bulkhead
Bulkhead middleware implementation for Swarmauri
swarmauri_keyproviders_mirrored
Mirrored key provider for Swarmauri
swarmauri_keyprovider_ssh
SSH-based key provider for Swarmauri
swarmauri_keyprovider_local
In-memory key provider for development and testing
swarmauri_keyprovider_remote_jwks
Remote JWKS-backed key provider for verification-only use
swarmauri_keyprovider_inmemory
In-memory key provider for Swarmauri
swarmauri_keyprovider_hierarchical
Hierarchical key provider for Swarmauri
swarmauri_gitfilter_s3fs
S3 git filter for Peagen using s3fs
swarmauri_gitfilter_minio
MinIO git filter for Peagen
swarmauri_gitfilter_gh_release
GitHub release backed git filter for Peagen
swarmauri_workflow_statedriven
Swarmauri's StateDrivenWorkflow
swarmauri_evaluator_subprocess
A subprocess-based evaluator for executing and measuring program performance in isolated subprocesses
tigrbl_tests
Test suite and fixtures for the Tigrbl framework.
swarmauri_tests_loc_tersity
Pytest plugin enforcing line count limits
swarmauri_gitfilter_file
Filesystem git filter for Peagen
swarmauri_tests_readme_examples
Pytest plugin that executes README code examples.
swarmauri_tests_pylicense
Pytest plugin reporting dependency licenses
tigrbl-typing
Typing protocols and shared type helpers for the Tigrbl framework.
swarmauri_evaluator_constanttime
Evaluator that detects timing side channels using fixed-vs-random test
swarmauri_evaluator_externalimports
Evaluator that detects and penalizes non-built-in Python imports in source files
swarmauri_certs_pkcs11
PKCS#11-backed certificate service for Swarmauri
tigrbl-kernel
Kernel orchestration for Tigrbl runtime composition.
swarmauri_keyprovider_pkcs11
PKCS#11 hardware-backed key provider for Swarmauri
tigrbl-runtime
Runtime pipeline and executor components for Tigrbl.
tigrbl-core
Core specifications and primitives for the Tigrbl framework.
tigrbl-concrete
Concrete implementations of Tigrbl base abstractions.
tigrbl-canon
Canonical mapping and routing resolution utilities for Tigrbl.
tigrbl-base
Abstract base interfaces for Tigrbl APIs and runtime components.
tigrbl
A modern pure ASGI/WSGI Python framework for building schema-first REST and JSON-RPC APIs with SQLAlchemy models, typed validation, lifecycle hooks, and engine extension support.
tigrbl-orm
ORM tables and mixins for the Tigrbl framework.
swarmauri_vectorstore_redis
Swarmauri Redis Vector Store
swarmauri_vectorstore_pinecone
Swarmauri Pinecone Vector Store
swarmauri_vectorstore_persistentchromadb
A Persistent ChromaDB based Vector Store
swarmauri_vectorstore_neo4j
Swarmauri Neo4j Vector Store
swarmauri_vectorstore_mlm
Swarmauri MLM Vector Store
swarmauri_vectorstore_duckdb
A DuckDB based Vector Store
tigrbl_kms
A Tigrbl key management service for Swarmauri.
swarmauri_toolkit_jupytertoolkit
A unified toolkit for aggregating standalone jupyter notebook tools.
swarmauri_vectorstore_annoy
Swarmauri Annoy Vector Store
swarmauri_toolkit_github
Github Toolkit
swarmauri_vectorstore_cloudweaviate
Swarmauri Weaviate Vector Store
tigrbl_client
A client for Tigrbl servers by Swarmauri.
tigrbl_auth
A Tigrbl Multi‑tenant OpenID‑Connect / OAuth2 Identity‑Provider server by Swarmauri.
swarmauri_tool_zapierhook
Zapier Hook Tool
tigrbl_spiffe
SPIFFE/SPIRE implementation for Tigrbl with table/op-centric UDS + HTTP(S) transports
swarmauri_tool_smogindex
Swarmauri Smog Index Tool.
swarmauri_tool_sentimentanalysis
Sentiment Analysis Tool
swarmauri_tool_webscraping
Web Scraping Tool for Swarmauri
swarmauri_tool_textlength
Text Length Tool for Swarmauri
swarmauri_core
This repository includes core interfaces for the Swarmauri framework.
swarmauri_standard
This repository includes standard components within the Swarmauri framework.
swarmauri_base
This repository includes base classes and mixins for the Swarmauri framework.
swarmauri
Namespace package for components, packages, and plugins within the Swarmauri framework.
swarmauri_typing
This repository includes typing used in the Swarmauri framework.
tigrbl_engine_snowflake
Tigrbl engine plugin for Snowflake, auto-registered via entry points.
tigrbl_engine_rediscachethrough
Tigrbl engine plugin for Redis/Postgres cache-through workflows.
swarmauri_tool_sentencecomplexity
This repository includes an example of a First Class Swarmauri Example.
tigrbl_engine_redis
Tigrbl engine plugin for Redis.
swarmauri_tool_searchword
A tool for searching a specific word or phrase in a file.
swarmauri_tool_jupyterwritenotebook
A tool that writes a NotebookNode object to a file in JSON format, preserving the notebook structure.
swarmauri_tool_qrcodegenerator
Swarmauri QR Code Generator Tool.
swarmauri_tool_psutil
Swarmauri Psutil Tool.
tigrbl_engine_pgsqli_wal
PostgreSQL and SQLite WAL engine plugin for Tigrbl (auto-registered via entry points).
tigrbl_engine_duckdb
DuckDB engine extension for Tigrbl (optional plugin).
tigrbl_engine_pandas
Tigrbl engine plugin providing transactional pandas DataFrame sessions.
swarmauri_tool_lexicaldensity
Lexical Density Tool for Swarmauri.
swarmauri_tool_jupytervalidatenotebook
A tool that validates a NotebookNode object against the Jupyter Notebook schema using nbformat, ensuring structural correctness.
swarmauri_tool_jupyterstartkernel
A tool designed to start a new Jupyter kernel programmatically using jupyter_client, enabling execution of notebook cells.
swarmauri_tool_jupytershutdownkernel
A tool designed to shut down a running Jupyter kernel programmatically using jupyter_client, releasing all associated resources.
tigrbl_api_cron
Cron job storage, execution, and result tracking built on the Tigrbl engine.
tigrbl_engine_clickhouse
Tigrbl engine plugin providing ClickHouse database support.
tigrbl_engine_bigquery
Tigrbl engine plugin for Google BigQuery.
tigrbl_acme_ca
ACME v2 CA tables for Tigrbl.
swarmauri_tool_jupyterruncell
A tool designed to execute a single code cell in an IPython interactive shell, mimicking notebook cell execution.
swarmauri_tool_jupyterreadnotebook
A tool that reads a Jupyter Notebook file using nbformat, converting the JSON file into a NotebookNode object.
swarmauri_xmp_webp
WebP handler scaffold for embedding and extracting XMP packets in Swarmauri runtimes.
swarmauri_tool_jupytergetshellmessage
A tool designed to retrieve shell messages from a running Jupyter kernel using jupyter_client, useful for debugging execution responses.
swarmauri_tool_jupytergetiopubmessage
A tool designed to retrieve messages from the IOPub channel of a Jupyter kernel using jupyter_client, capturing cell outputs and logs.
swm_example_package
This repository includes an example of a First Class Swarmauri Example.
zdx
Z Doc Builder Experience by Swarmauri
swarmauri_tool_jupyterfromdict
A tool that converts a plain dictionary into a NotebookNode object using nbformat, facilitating programmatic notebook creation.
swarmauri_tool_jupyterexportpython
A tool that exports a Jupyter Notebook to a Python script using nbconvert’s PythonExporter, facilitating code extraction.
swarmauri_tool_jupyterexportmarkdown
A Swarmauri tool designed to export Jupyter Notebooks to Markdown.
wcag_pdf_pytest
Pytest plugin for WCAG 2.1 A/AA/AAA compliance checks on PDFs.
swarmauri_xmp_tiff
TIFF/DNG handler scaffold for embedding and extracting XMP packets in Swarmauri runtimes.
swarmauri_tool_jupyterexecutecell
A tool designed to execute a single code cell in a running Jupyter kernel using jupyter_client, capturing its output and errors.
MediaSigner
Swarmauri signing facade plugin that aggregates registered SigningBase providers.
swm_example_plugin
This repository includes an example of a Swarmauri Plugin.
swarmauri_tool_jupyterexecutenotebookwithparameters
A tool designed to execute parameterized notebooks using papermill, allowing dynamic input and output capture for automated workflows.
EmbeddedSigner
Embed XMP metadata and sign media assets using Swarmauri plugins.
EmbedXMP
Dynamic XMP embed/read/remove orchestration for Swarmauri handlers.
swarmauri_tool_jupyterexportlatex
A tool that exports a Jupyter Notebook to LaTeX format using nbconvert’s LatexExporter, enabling further conversion to PDF.
swarmauri_tool_jupyterexporthtml
A tool that exports a Jupyter Notebook to HTML format using nbconvert’s HTMLExporter, enabling web-based presentation of notebooks.
swarmauri_xmp_pdf
PDF handler scaffold for embedding and extracting XMP packets in Swarmauri runtimes.
swarmauri_tool_jupyterexecutenotebook
A tool designed to execute all cells in a Jupyter Notebook using nbconvert’s ExecutePreprocessor, capturing outputs for testing and reporting.
swarmauri_xmp_jpeg
JPEG handler for embedding and extracting XMP packets in Swarmauri runtimes.
swarmauri_xmp_png
PNG handler for embedding and extracting XMP packets in Swarmauri runtimes.
swarmauri_xmp_svg
SVG handler for embedding and extracting XMP packets in Swarmauri runtimes.
swarmauri_xmp_mp4
ISO-BMFF handler scaffold for embedding and extracting XMP packets in Swarmauri runtimes.
peagen_templset_vue
A Swarmauri Peagen Template Set for Vue Atom
swarmauri_crypto_rust
Rust-backed crypto provider for Swarmauri using Maturin
swarmauri_crypto_composite
Algorithm-routing crypto provider for Swarmauri
swarmauri_tool_jupyterexecuteandconvert
A tool that programmatically executes and converts a Jupyter Notebook using nbconvert's CLI functionality, enabling automated notebook execution and format conversion.
swarmauri_cipher_suite_cnsa20
CNSA 2.0 policy cipher suite with classical and post-quantum algorithms
swarmauri_tool_jupyterdisplayhtml
A tool designed to render HTML content within a Jupyter Notebook using IPython's HTML display method.
swarmauri_tool_jupyterdisplay
A tool designed to display rich media and object representations in a Jupyter Notebook using IPython's display functionality.
swarmauri_tool_jupyterclearoutput
A tool designed to clear all outputs from a Jupyter Notebook using nbconvert’s ClearOutputPreprocessor, preparing the notebook for sharing or version control.
swarmauri_tool_gmail
example community package
swarmauri_tool_entityrecognition
Swarmauri Community Entity Recognition Tool
swarmauri_tool_folium
This repository includes an example of a First Class Swarmauri Example.
swarmauri_parser_asn1
Grammar-driven ASN.1 (X.680/X.690 DER subset) parser plugin for swarmauri-sdk using Lark Earley.
swarmauri_tool_downloadpdf
Swarmauri Community Download PDF Tool
swarmauri_tool_dalechallreadability
Swarmauri Community Dale-Chall Readability Tool
swarmauri_tool_captchagenerator
Swarmauri Community Captcha Generator Tool
swarmauri_tests_griffe
Pytest plugin that turns Griffe inspection warnings into failing quality gates for Swarmauri packages.
swarmauri_state_clipboard
Swarmauri Community Clipboard State
swarmauri_parser_textblob
TextBlob Parser for Swarmauri.
swarmauri_signing_dsse
Composable DSSE envelope adapter that layers Pre-Authentication Encoding onto Swarmauri signing providers
swarmauri_parser_slate
A parser for extracting text from PDFs using Slate.
swarmauri_parser_pypdftk
A parser for extracting text from PDFs using PyPDFTK.
swarmauri_parser_pypdf2
PyPDF2 Parser for Swarmauri.
swarmauri_parser_fitzpdf
Fitz PDF Parser for Swarmauri.
swarmauri_parser_bertembedding
Swarmauri Bert Embedding Parser
swarmauri_parser_entityrecognition
Entity Recognition Parser for Swarmauri.
swarmauri_ocr_pytesseract
Swarmauri Tesseract Image to Text Model
swarmauri_middleware_ratepolicy
A middleware implementing rate policy and retry logic for Swarmauri
swarmauri_measurement_tokencountestimator
This repository includes an example of a First Class Swarmauri Example.
swarmauri_middleware_circuitbreaker
Circuit Breaker Middleware for Swarmauri
swarmauri_metric_hamming
Swarmauri Hamming distance metric community package.
swarmauri_llm_leptonai
Swarmauri Lepton AI Model
swarmauri_measurement_mutualinformation
Swarmauri Mutual Information Measurement Community Package.
swarmauri_keyprovider_vaulttransit
Swarmauri Vault Transit Key Provider
swarmauri_matrix_hamming74
Swarmauri Hamming (7,4) matrix community package.
swarmauri_keyprovider_gcpkms
Google Cloud KMS Key Provider for Swarmauri
swarmauri_keyprovider_aws_kms
AWS KMS KeyProvider for Swarmauri
swarmauri_certservice_stepca
Step-ca backed certificate service for Swarmauri
swarmauri_certservice_ms_adcs
Microsoft AD CS certificate service client for Swarmauri
swarmauri_certservice_scep
Swarmauri SCEP Certificate Service
swarmauri_embedding_mlm
example community package
swarmauri_certservice_gcpkms
Google Cloud KMS Certificate Service for Swarmauri
swarmauri_certservice_aws_kms
AWS KMS backed CertService for Swarmauri
swarmauri_certs_ocspverify
OCSP certificate verification service for Swarmauri.
swarmauri_certs_csronly
Community service for generating PKCS#10 CSRs
swarmauri_certs_crlverifyservice
Certificate verification against CRLs
swarmauri_certs_cfssl
CFSSL-backed certificate service for Swarmauri
swarmauri_certs_acme
ACME certificate service for Swarmauri
swarmauri_certs_azure
Azure Key Vault certificate utilities for the Swarmauri ecosystem
swarmauri_keyprovider_file
File-backed key provider for Swarmauri
swarmauri_evaluatorpool_accessibility
A package providing accessibility and readability evaluators for SwarmAuri
swarmauri_vectorstore_qdrant
Swarmauri Persistent Qdrant Vector Store
tigrbl_billing
Canonical billing models, lifecycle operations, and analytics for the Tigrbl platform.
tigrbl_engine_xlsx
XLSX engine plugin for tigrbl where each workbook is a database and each sheet is a table.
tigrbl_engine_pyspark
PySpark engine plugin for tigrbl.
tigrbl_engine_numpy
NumPy engine plugin for tigrbl with array-to-table helpers.
tigrbl_engine_csv
CSV engine plugin for tigrbl backed by pandas DataFrames.
swm_example_community_package
example community package
peagen
Swarmauri's Peagan - An AI-driven contextual, dependency-based scaffolding tool for rapid content generation.
tigrbl_api_hpks
High-trust OpenPGP keyserver APIs built on the Tigrbl application engine.
swarmauri_vectorstore_doc2vec
A Doc2Vec based Vector Store and Doc2Vec Based Embedding Model.
swarmauri_toolkit_containertoolkit
Toolkit bundling container management tools.
swarmauri_tool_matplotlib
Matplotlib tool for Swarmauri.
swarmauri_tool_httploaded
Load components from a YAML manifest over HTTP.
swarmauri_tool_containernewsession
Create a new Docker or Kubernetes session.
swarmauri_tool_githubloader
Load YAML-defined components directly from GitHub repositories.
swarmauri_tool_containermakepr
Create GitHub pull requests from containers.
swarmauri_tool_containerfeedchars
Execute commands in Docker or Kubernetes containers.
swarmauri_tokens_sshsig
SSH signature token service for Swarmauri
swarmauri_tokens_tlsboundjwt
mTLS-bound JWT token service for Swarmauri
swarmauri_tokens_rotatingjwt
Rotating JWT token service for Swarmauri
swarmauri_tokens_sshcert
OpenSSH certificate token service for Swarmauri
swarmauri_tokens_remoteoidc
Remote OIDC token verification service
swarmauri_tokens_paseto_v4
PASETO v4 token service for Swarmauri
swarmauri_tokens_jwt
JWT token service for Swarmauri
swarmauri_tokens_introspection
OAuth 2.0 Token Introspection service for Swarmauri
swarmauri_tokens_dpopboundjwt
DPoP-bound JWT token service for Swarmauri
swarmauri_tokens_composite
Algorithm-routing token service for Swarmauri
swarmauri_storage_file
Filesystem storage adapter for Peagen
swarmauri_storage_minio
MinIO storage adapter for SwarmauriSDK
swarmauri_storage_github
GitHub storage adapter stub for Peagen
swarmauri_storage_github_release
GitHub Release storage adapter for Peagen
swarmauri_signing_ssh
OpenSSH-based signer for Swarmauri
swarmauri_signing_secp256k1
secp256k1-based signer for Swarmauri
swarmauri_signing_rsa
RSA-based signer for Swarmauri
swarmauri_signing_pgp
OpenPGP envelope signer for Swarmauri
swarmauri_signing_pep458
PEP 458 compatible detached signing provider for Swarmauri
swarmauri_signing_openpgp
OpenPGP signer stub registered on the Swarmauri SigningBase registry
swarmauri_signing_jws
Composite JWS signer/verifier for Swarmauri
swarmauri_signing_hmac
HMAC-based signer for Swarmauri
swarmauri_signing_ed25519
Ed25519-based signer for Swarmauri
genlms
A genlms package
cayaml
Swarmauri's Canon Yaml Handler
catoml
Swarmauri's Canon Toml
swarmauri_cert_ocspverify
OCSP certificate verification service for Swarmauri.
swarmauri_cert_acme
ACME certificate service for Swarmauri
swarmauri_cert_cfssl
CFSSL-backed certificate service for Swarmauri
crouton
A repository to enable API CRUD Routing
crouton-client
A client for Swarmauri's crouton.
f64
A f64 package
64
A 64 package
6w
A 6w package
sfw
A sfw package
jz
A jz package
s.f
A s.f package
9x
A 9x package
77
A 77 package
6z
A 6z package
6y
A 6y package
6x
A 6x package
snt
A HTTP1.1/2 compliant package
ymls
A parser of all things YAML
ye
A ye package
zr0
An zr0 package
g9
Swarmauri Framework
uvinert
Custom inert build backend for UV monorepo
swarmauri-monorepo
Monorepo for multiple interdependent Swarmauri Python packages
swarmauri_vectorstore_tfidf
A Tfidf based Vector Store and Tfidf Based Embedding Model.
swarmauri_embedding_tfidf
Tfidf Embedding for Swarmauri
soliloquy
A CLI for managing a monorepo.
swarmauri_llm_pytesseractimg2text
Swarmauri Tesseract Image to Text Model
swarmauri-community
This repository includes Swarmauri community components.
swarmauri_doc2vec_vectorstore
A Doc2Vec based Vector Store and Doc2Vec Based Embedding Model.
swarmauri-experimental
This repository includes experimental components.
ragford
A Discord bot using Swarmauri LLM, RAG agent, and Hikari.
rag-assistant
This repository includes rag_assistant
swarmauri-api-crudrouter
A repository to enable API CRUD Routing
swarmauri-developer
The Swarmauri Developer Assistant is part of the swarmaURI framework and is designed to enable developers to rapidly develop with the Swarmauri Sdk.. This tool is designed to enhance software development workflows by integrating an advanced AI with pretrained vectorizers and document retrieval. The assistant features a web gui with chatbot, file explorer and editor, and code interpreter.