https://github.com/besser-pearl/besser-agentic-framework

Design and implement agents, bot and chatbots in Python

https://github.com/besser-pearl/besser-agentic-framework

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.4%) to scientific vocabulary

Keywords

agent bot chatbot framework low-code nlp python
Last synced: 5 months ago · JSON representation

Repository

Design and implement agents, bot and chatbots in Python

Basic Info
Statistics
  • Stars: 54
  • Watchers: 2
  • Forks: 10
  • Open Issues: 45
  • Releases: 16
Topics
agent bot chatbot framework low-code nlp python
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

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:

bash 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:

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

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

bash pip install -e .[extras]

or by referencing to the requirements files:

bash 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!

Owner

  • Name: BESSER-PEARL
  • Login: BESSER-PEARL
  • Kind: organization
  • Email: jordi.cabot@list.lu
  • Location: Luxembourg

GitHub Events

Total
  • Create event: 10
  • Issues event: 27
  • Release event: 5
  • Watch event: 21
  • Delete event: 4
  • Issue comment event: 4
  • Member event: 3
  • Push event: 64
  • Pull request review comment event: 16
  • Pull request review event: 11
  • Pull request event: 22
  • Fork event: 7
Last Year
  • Create event: 10
  • Issues event: 27
  • Release event: 5
  • Watch event: 21
  • Delete event: 4
  • Issue comment event: 4
  • Member event: 3
  • Push event: 64
  • Pull request review comment event: 16
  • Pull request review event: 11
  • Pull request event: 22
  • Fork event: 7

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 22
  • Total pull requests: 11
  • Average time to close issues: 7 months
  • Average time to close pull requests: 5 days
  • Total issue authors: 11
  • Total pull request authors: 5
  • Average comments per issue: 0.32
  • Average comments per pull request: 0.09
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 20
  • Pull requests: 11
  • Average time to close issues: 25 days
  • Average time to close pull requests: 5 days
  • Issue authors: 11
  • Pull request authors: 5
  • Average comments per issue: 0.15
  • Average comments per pull request: 0.09
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • JulianValline (3)
  • maurodlt (3)
  • ivan-alfonso (3)
  • mgv99 (3)
  • DaoudiNadia (2)
  • AtefehNirumandJazi (2)
  • Aran30 (2)
  • ArmenSl (1)
  • gwendal-jouneaux (1)
  • lothritz (1)
  • ademait (1)
Pull Request Authors
  • mgv99 (6)
  • gwendal-jouneaux (2)
  • JulianValline (1)
  • natarajan-chidambaram (1)
  • jcabot (1)
Top Labels
Issue Labels
enhancement (2) nlp (1) ner (1)
Pull Request Labels
bug (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 56 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
pypi.org: besser-agentic-framework

BESSER Agentic Framework (BAF)

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 56 Last month
Rankings
Dependent packages count: 9.8%
Average: 32.4%
Dependent repos count: 55.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

docs/requirements-docs.txt pypi
  • furo ==2023.8.19
  • m2r2 ==0.3.3
  • sphinx ==7.2.3
  • sphinx-copybutton ==0.5.2
  • sphinx-paramlinks ==0.6.0
requirements.txt pypi
  • dateparser ==1.1.8
  • keras *
  • nltk ==3.8.1
  • numpy *
  • pandas *
  • python-telegram-bot ==20.4
  • streamlit ==1.25.0
  • tensorflow ==2.13.0
  • text2num ==2.5.0
  • websocket-client ==1.6.1
  • websockets ==11.0.3
pyproject.toml pypi