https://github.com/besser-pearl/besser-agentic-framework
Design and implement agents, bot and chatbots in Python
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
Repository
Design and implement agents, bot and chatbots in Python
Basic Info
- Host: GitHub
- Owner: BESSER-PEARL
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://besser-agentic-framework.readthedocs.io/
- Size: 23.2 MB
Statistics
- Stars: 54
- Watchers: 2
- Forks: 10
- Open Issues: 45
- Releases: 16
Topics
Metadata Files
README.md
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
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 modelstensorflow: 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 necessarydocs: 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
- greetings_agent: Very simple agent for the first contact with the framework
- weather_agent: Introducing entities
- llm_agent: Introducing Large Language Models (LLMs)
- rag_agent: Introducing Retrieval Augmented Generation (RAG)
- telegram_agent: Introducing the TelegramPlatform
- github_agent: Introducing GitHubPlatform
- gitlab_agent: Introducing the GitLabPlatform
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
- Repositories: 1
- Profile: https://github.com/BESSER-PEARL
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
Pull Request Labels
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)
- Documentation: https://besser-agentic-framework.readthedocs.io/
- License: MIT
-
Latest release: 4.0.0
published 8 months ago
Rankings
Maintainers (1)
Dependencies
- furo ==2023.8.19
- m2r2 ==0.3.3
- sphinx ==7.2.3
- sphinx-copybutton ==0.5.2
- sphinx-paramlinks ==0.6.0
- 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