ragbits-agents


Nameragbits-agents JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryBuilding blocks for rapid development of GenAI applications
upload_time2025-07-09 15:46:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords agents genai generative ai llms large language models rag retrieval augmented generation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ragbits Agents

Ragbits Agents contains primitives for building agentic systems.

The package is in the experimental phase, the API may change in the future.

## Installation

To install the Ragbits Agents package, run:

```sh
pip install ragbits-agents
```

<!--
TODO: Add a minimalistic example inspired by the Quickstart chapter on Ragbits Evaluate once it is ready.
-->

<!--
TODO:
* Add link to the Quickstart chapter on Ragbits Evaluate once it is ready.
* Add link to API Reference once classes from the Evaluate package are added to the API Reference.
-->

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ragbits-agents",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Agents, GenAI, Generative AI, LLMs, Large Language Models, RAG, Retrieval Augmented Generation",
    "author": null,
    "author_email": "\"deepsense.ai\" <ragbits@deepsense.ai>",
    "download_url": "https://files.pythonhosted.org/packages/88/f2/8e3a7722292bd7a3ed9abceadca8dc423bd809a55d4db8d51d4d7533ba4c/ragbits_agents-1.1.0.tar.gz",
    "platform": null,
    "description": "# Ragbits Agents\n\nRagbits Agents contains primitives for building agentic systems.\n\nThe package is in the experimental phase, the API may change in the future.\n\n## Installation\n\nTo install the Ragbits Agents package, run:\n\n```sh\npip install ragbits-agents\n```\n\n<!--\nTODO: Add a minimalistic example inspired by the Quickstart chapter on Ragbits Evaluate once it is ready.\n-->\n\n<!--\nTODO:\n* Add link to the Quickstart chapter on Ragbits Evaluate once it is ready.\n* Add link to API Reference once classes from the Evaluate package are added to the API Reference.\n-->\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Building blocks for rapid development of GenAI applications",
    "version": "1.1.0",
    "project_urls": {
        "Bug Reports": "https://github.com/deepsense-ai/ragbits/issues",
        "Documentation": "https://ragbits.deepsense.ai/",
        "Homepage": "https://github.com/deepsense-ai/ragbits",
        "Source": "https://github.com/deepsense-ai/ragbits"
    },
    "split_keywords": [
        "agents",
        " genai",
        " generative ai",
        " llms",
        " large language models",
        " rag",
        " retrieval augmented generation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "58ecf99060febd42ea33d2c4c64863ff7b61c57f970206a745e755e6a49b95b8",
                "md5": "d6b606657700cc489305e8af742cbfc4",
                "sha256": "fc34caf4f6da11751fea45af5e0d885bf71e69545602d2c5a4cf6538ed4a3d5f"
            },
            "downloads": -1,
            "filename": "ragbits_agents-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d6b606657700cc489305e8af742cbfc4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 14656,
            "upload_time": "2025-07-09T15:45:59",
            "upload_time_iso_8601": "2025-07-09T15:45:59.837895Z",
            "url": "https://files.pythonhosted.org/packages/58/ec/f99060febd42ea33d2c4c64863ff7b61c57f970206a745e755e6a49b95b8/ragbits_agents-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "88f28e3a7722292bd7a3ed9abceadca8dc423bd809a55d4db8d51d4d7533ba4c",
                "md5": "0df8e9fed5f44d28b074ee2ed0c26d21",
                "sha256": "08d2d3079f74e71f18d828a3dd05f9eea6607392445f52067f94bb418cc68743"
            },
            "downloads": -1,
            "filename": "ragbits_agents-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0df8e9fed5f44d28b074ee2ed0c26d21",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 16707,
            "upload_time": "2025-07-09T15:46:08",
            "upload_time_iso_8601": "2025-07-09T15:46:08.685260Z",
            "url": "https://files.pythonhosted.org/packages/88/f2/8e3a7722292bd7a3ed9abceadca8dc423bd809a55d4db8d51d4d7533ba4c/ragbits_agents-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 15:46:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "deepsense-ai",
    "github_project": "ragbits",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ragbits-agents"
}
        
Elapsed time: 0.66854s