Metadata-Version: 2.4
Name: ragbits-agents
Version: 1.3.0
Summary: Building blocks for rapid development of GenAI applications
Project-URL: Homepage, https://github.com/deepsense-ai/ragbits
Project-URL: Bug Reports, https://github.com/deepsense-ai/ragbits/issues
Project-URL: Documentation, https://ragbits.deepsense.ai/
Project-URL: Source, https://github.com/deepsense-ai/ragbits
Author-email: "deepsense.ai" <ragbits@deepsense.ai>
License-Expression: MIT
Keywords: Agents,GenAI,Generative AI,LLMs,Large Language Models,RAG,Retrieval Augmented Generation
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: ragbits-core==1.3.0
Provides-Extra: a2a
Requires-Dist: a2a-sdk<1.0.0,>=0.2.9; extra == 'a2a'
Requires-Dist: fastapi<1.0.0,>=0.115.0; extra == 'a2a'
Requires-Dist: uvicorn<1.0.0,>=0.31.0; extra == 'a2a'
Provides-Extra: cli
Requires-Dist: textual<1.0.0,>=0.85.2; extra == 'cli'
Provides-Extra: mcp
Requires-Dist: mcp<2.0.0,>=1.9.4; extra == 'mcp'
Provides-Extra: openai
Requires-Dist: openai<2.0.0,>=1.91.0; extra == 'openai'
Description-Content-Type: text/markdown

# 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.
-->
