Contents Menu Expand Light mode Dark mode Auto light/dark mode
BAF 4.4.1
Light Logo Dark Logo
BAF 4.4.1
  • Your first agent
  • Your first multi-agent
  • Wiki
    • Core
      • States
      • Intents
      • Entities
      • Events
      • Transitions
      • Sessions
        • Persisting sessions across restarts
      • Processors
      • Files
    • NLP
      • Intent classification
      • Named Entity Recognition
      • LLM
      • RAG
      • Speech-to-Text
      • Text-to-Speech
      • Speech-to-Speech
    • Reasoning
      • Tools
      • Skills
      • Workspaces
      • Reasoning state
    • Platforms
      • WebSocket platform
        • Streamlit UI
        • Chat widget
      • Telegram platform
      • GitHub platform
      • GitLab platform
      • A2A platform
    • Database
      • DB Handler
      • Monitoring Database
      • Monitoring UI
    • Utils
      • Web Crawl
    • Configuration properties
    • Supported Languages
  • Examples
    • Greetings agent
    • Weather agent
    • LLM agent
    • RAG agent
    • Reasoning agent
    • Telegram agent
    • GitHub agent
    • GitLab agent
    • Speech2Text agent
    • Text2Speech agent
    • Speech2Speech agent
    • A2A multiagent execution examples
    • Web Crawl agent
  • Release Notes
    • Version 4.4.1
    • Version 4.4.0
    • Version 4.3.3
    • Version 4.3.2
    • Version 4.3.1
    • Version 4.3.0
    • Version 4.2.3
    • Version 4.2.2
    • Version 4.2.1
    • Version 4.2.0
    • Version 4.1.0
    • Version 4.0.0
    • Version 3.0.0
    • Version 2.1.0
    • Version 2.0.0
    • Version 1.5.0
    • Version 1.4.0
    • Version 1.3.0
    • Version 1.2.2
    • Version 1.2.1
    • Version 1.2.0
    • Version 1.1.0
    • Version 1.0.0
  • API
    • core
      • message
      • session
      • file
      • agent
      • property
      • state
      • entity
      • entity_entry
      • language_detection_processor
      • processor
      • user_adaptation_processor
      • audio_language_detection_processor
      • gui_deserializer
      • gui_schema
      • gui_serializer
      • transition_builder
      • event
      • transition
      • condition
      • intent_parameter
      • intent
    • db
      • db_handler
      • monitoring_db
    • exceptions
      • logger
      • exceptions
    • library
      • task_tools
      • workspace_tools
      • base_entities
      • async_helpers
      • conditions
      • condition_functions
      • github_webhooks_events
      • gitlab_webhooks_events
      • base_events
      • state_library
      • reasoning_state_library
      • intent_library
    • nlp
      • utils
      • nlp_engine
      • llm_huggingface_api
      • llm_replicate_api
      • llm
      • llm_huggingface
      • llm_openai_api
      • hf_text2speech
      • piper_text2speech
      • text2speech
      • openai_text2speech
      • ner_prediction
      • matched_parameter
      • simple_ner
      • ner
      • any
      • number
      • datetime
      • rag
      • text_preprocessing
      • pipelines
      • intent_classifier_configuration
      • intent_classifier_prediction
      • intent_classifier
      • llm_intent_classifier
      • simple_intent_classifier_tensorflow
      • simple_intent_classifier_pytorch
      • openai_speech2text
      • speech2text
      • luxasr_speech2text
      • api_speech2text
      • hf_speech2text
    • platforms
      • platform
      • payload
      • telegram_platform
      • gitlab_platform
      • gitlab_actions
      • gitlab_objects
      • github_actions
      • github_platform
      • github_objects
      • websocket_platform
      • login
      • reasoning
      • user_db
      • agent_registry
      • server
      • message_router
      • task_protocol
      • a2a_platform
      • error_handler
      • agent_card
      • client
    • reasoning
      • tool
      • workspace
      • skill
    • utils
      • web_crawl
Back to top

Database#

The agents can use databases in order to read or write data. BAF allows the easy connection with external databases, thanks to the wide variety of Python libraries available, such as SQLAlchemy.

BAF provides a monitoring database that can be used to monitor the agent usage.

Table of contents#

  • DB Handler
  • Monitoring Database
  • Monitoring UI
Next
DB Handler
Previous
A2A platform
Copyright © 2023 - 2026 Luxembourg Institute of Science and Technology. All Rights Reserved
Made with Sphinx and @pradyunsg's Furo
On this page
  • Database
    • Table of contents