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 SWH

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.10
  • 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-4.4.2.tar.gz (202.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

besser_agentic_framework-4.4.2-py3-none-any.whl (276.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: besser_agentic_framework-4.4.2.tar.gz
  • Upload date:
  • Size: 202.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for besser_agentic_framework-4.4.2.tar.gz
Algorithm Hash digest
SHA256 3dbf57a04a2950e6482a212fbad8bb7884a145cb08990df8194350db3fa706b6
MD5 3e100776f42bc45a9a994b40b4b4e8bc
BLAKE2b-256 f4b2b956272a03b0fed67e9a353f760e2671d6b546b1b6104bbe0dbd0f9c60e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for besser_agentic_framework-4.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 94d0a3cc86c5b83e3243613555dec21fff2a74c2aa1372d793a7d057622cea48
MD5 f5741185f41befd5f792cc6587fd051b
BLAKE2b-256 5e30e79a91d4dba52969967679b8f46ec1c2cec66f32da8fba18ba78c3046db5

See more details on using hashes here.

Supported by

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