Skip to main content

BESSER Agentic Framework (BAF)

Project description

BESSER Agentic Framework

Python PyPI version PyPI - Downloads Documentation Status PyPI - License LinkedIn GitHub Repo stars

The BESSER Agentic Framework (BAF) is part of the BESSER (Building Better Smart Software Faster) project. It aims to make the design and implementation of agents, bots and chatbots easier and accessible for everyone.

Check out the official documentation.

Quick start

Requirements

  • Python 3.11
  • Recommended: Create a virtual environment (e.g. venv, conda)
  • Install the package:
pip install besser-agentic-framework

This command will install the base package with the core dependencies, but will omit some optional dependencies.

You can add the following tags to the installation:

  • extras: It will install the necessary dependencies for some additional agent functionalities (e.g., RAG, Speech-to-Text, plotly, opencv).
  • llms: Necessary dependencies to run LLMs (openai, replicate, transformers)
  • torch: To install PyTorch, necessary for the Simple Intent Classifier (PyTorch implementation) and HuggingFace models
  • tensorflow: Necessary for the Simple Intent Classifier (Tensorflow implementation) and some HuggingFace models. Since tensorflow is a very heavy package, this allows to install it only if necessary
  • docs: Dependencies to compile the project documentation (the one you are reading now)
  • all: It installs all the dependencies at once

This is how you would install the package with additional dependencies:

  pip install besser-agentic-framework[extras,llms,tensorflow]

If you cloned this repository, you can install the dependencies in 2 ways:

pip install -e .[extras]

or by referencing to the requirements files:

pip install -r requirements/requirements-extras.txt

Note that if you want to set your agent's language to Luxembourgish, you will need to manually install the spellux library.

Example agents

For more example agents, check out the BAF-agent-examples repository!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

besser_agentic_framework-3.0.0.tar.gz (92.6 kB view details)

Uploaded Source

Built Distribution

besser_agentic_framework-3.0.0-py3-none-any.whl (140.8 kB view details)

Uploaded Python 3

File details

Details for the file besser_agentic_framework-3.0.0.tar.gz.

File metadata

File hashes

Hashes for besser_agentic_framework-3.0.0.tar.gz
Algorithm Hash digest
SHA256 6aedc4d169b20e0fbf417c92b89e8e78bbdbcd9de4fccd95040c73287aca1835
MD5 c151d67b70afa70959531c86e8744cce
BLAKE2b-256 cdc967253d0c842382afd93c85d08ad7d18565ce7f7f3442201ac4c18838872d

See more details on using hashes here.

File details

Details for the file besser_agentic_framework-3.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for besser_agentic_framework-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fee8387f58cfefd9a970e946265d59a13fa8bb6955cbfef43967373340884cda
MD5 bf3255d99850039d80265204d06f1771
BLAKE2b-256 e35daf1f986e108243c0a41e49b2b579f9536fdd0e393d575deb8e26b0168fbe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page