baf-agent-examples

This repository contains a collection of bots createe with the BESSER bot framework.

https://github.com/besser-pearl/baf-agent-examples

Science Score: 44.0%

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

  • CITATION.cff file
    Found 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 (12.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

This repository contains a collection of bots createe with the BESSER bot framework.

Basic Info
  • Host: GitHub
  • Owner: BESSER-PEARL
  • License: mit
  • Default Branch: main
  • Homepage:
  • Size: 134 KB
Statistics
  • Stars: 8
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Codeowners Security Governance

README.md

Besser-Bot-Framework Bot Examples

Welcome to the Besser-Bot-Framework (BBF) examples repository! This collection showcases a variety of example bot models created using our BBF.

Repository Structure

examples/: In this folder, you'll find a range of example bot models, each demonstrating different use cases and functionalities. Feel free to explore these examples to gain insights into building your own chatbots.

Requirements

  • Python 3.11
  • Recommended: Create a virtual environment (e.g. venv, conda)
  • Install the package:

bash pip install besser-bot-framework

Getting Started

To run the example bots or contribute your own, follow the instructions provided within each example's folder. These instructions will guide you through the setup, configuration, and execution of the bot.

Contributions

We encourage contributions from the community! If you've developed an interesting example bot or have improvements to existing ones, please consider creating a pull request. Together, we can expand the library of example bots to help others learn and build amazing chatbots.

📚 References

This project is an extended and adapted version (to the BESSER-PEARL organization) of the GitHub Best Practices Template

Owner

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

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "FamilyNames"
  given-names: "GivenNames"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "FamilyNames"
  given-names: "GivenNames"
  orcid: "https://orcid.org/0000-0000-0000-0000"
title: "The title of your paper"
version: 1.0.0
doi: 10.1007/s10664-021-10061-x
date-released: 2021-11-16
url: "https://github.com/SOM-Research/NonCodingRoleAnalysis-NPMPackages"
preferred-citation:
  type: article
  authors:
  - family-names: "FamilyNames"
    given-names: "GivenNames"
    orcid: "https://orcid.org/0000-0000-0000-0000"
  - family-names: "FamilyNames"
    given-names: "GivenNames"
    orcid: "https://orcid.org/0000-0000-0000-0000"
  doi: "10.1007/s00000-000-00000-x"
  journal: "JournalName"
  month: 1
  start: 1 # First page number
  end: 100 # Last page number
  title: "The title of your paper"
  issue: 1
  volume: 29
  year: 2022

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Dependencies

docs/requirements.txt pypi
  • sphinx ==7.1.2
  • sphinx-rtd-theme ==1.3.0rc1