ragbits-agents


Nameragbits-agents JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryBuilding blocks for rapid development of GenAI applications
upload_time2025-08-02 19:35:06
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/de/82/3e18281882d471df24a00e4c312a581e2eb32b51056b4c136d130f42705f/ragbits_agents-1.2.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.2.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": "c9d439dd208f8f62f5654f31bbf0b82714c844255d01f51d4e83924321355ab5",
                "md5": "42ee78cecdbb5d5d4ac53450d56659d9",
                "sha256": "43bffa2c84537040972a4a1ab9ca16f58352136adb7e55551cd34f96458c15c8"
            },
            "downloads": -1,
            "filename": "ragbits_agents-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "42ee78cecdbb5d5d4ac53450d56659d9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 17151,
            "upload_time": "2025-08-02T19:34:58",
            "upload_time_iso_8601": "2025-08-02T19:34:58.300858Z",
            "url": "https://files.pythonhosted.org/packages/c9/d4/39dd208f8f62f5654f31bbf0b82714c844255d01f51d4e83924321355ab5/ragbits_agents-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de823e18281882d471df24a00e4c312a581e2eb32b51056b4c136d130f42705f",
                "md5": "c3a73e0b3018c2f669cecc456a483284",
                "sha256": "2fd7228c4d7017eba1e1f89b88d443f60bbb680764fac1dcc8a49ea15784bfd7"
            },
            "downloads": -1,
            "filename": "ragbits_agents-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c3a73e0b3018c2f669cecc456a483284",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 19742,
            "upload_time": "2025-08-02T19:35:06",
            "upload_time_iso_8601": "2025-08-02T19:35:06.409003Z",
            "url": "https://files.pythonhosted.org/packages/de/82/3e18281882d471df24a00e4c312a581e2eb32b51056b4c136d130f42705f/ragbits_agents-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-02 19:35:06",
    "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: 1.92475s