| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Swarmauri builds open source developer tools for modular AI applications, agent workflows, governed software delivery, and reusable automation. The ecosystem centers on the Swarmauri SDK, a Python toolkit for composing models, tools, agents, parsers, embeddings, vector stores, and application workflows through consistent interfaces.
Install the main Python package:
pip install swarmauriInstall the full SDK surface:
pip install "swarmauri[full]"Use the documentation for API references, examples, and package guidance:
Swarmauri projects are designed for developers who need AI systems that can be assembled, tested, extended, and operated as real software.
| Area | What it provides | Primary repository |
|---|---|---|
| AI application SDK | Core interfaces, base classes, standard components, community packages, and a unified namespace for AI application development | swarmauri-sdk |
| Workflow generation | Template-driven project generation, dependency-aware file ordering, and CLI-first automation for repeatable software work | peagen |
| Example applications | Retrieval-augmented chat, multi-provider LLM workflows, notebooks, playgrounds, and component demos | rag_assistant, swarmauri-notebooks, swarmauri-playground |
| UI components | TypeScript, Svelte, Gradio, and Mesop-oriented interface components for application frontends | swarmakit, swarmauri-mesop-components |
| Infrastructure | GitHub runner infrastructure and operational support for project automation | swarmauri-runners |
Use these entry points when choosing where to start:
Most Swarmauri projects are Python-first and work well with pip, uv, and virtual environments. Start with the repository README for the package you are using, then move to the hosted docs for API details and examples.
Common paths:
python -m pip install swarmauri
python -m pip install "swarmauri[full]"
python -m pip install peagenFor contributors:
git clone https://github.com/swarmauri/swarmauri-sdk.git
cd swarmauri-sdk
uv sync --all-extras --devOpen an issue or pull request in the relevant repository with a focused description, reproduction steps when applicable, and the package or workflow surface involved. For SDK usage, include the package name, Python version, installation command, and the smallest code sample that shows the behavior.
Modular Python SDK and monorepo for AI agents, LLM integrations, tools, parsers, embeddings, vector stores, and extensible application workflows.
A multi-provider, multi-model retrieval augmentation chatbot.
Modular Python SDK and monorepo for AI agents, LLM integrations, tools, parsers, embeddings, vector stores, and extensible application workflows.
Soliloquy is a unified command-line tool for managing a Python monorepo that contains multiple standalone packages—each with its own pyproject.toml. It consolidates common tasks such as dependency management, version bumping, remote dependency resolution, test execution and analysis, and project configuration updates into one robust CLI.
This organization has no public members. You must be a member to see who’s a part of this organization.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |