Module sinbadflow.agents

Agents are the main building components of any Sinbadflow pipeline. The package provides ability to use pre-existant agents or create our own one.

Expand source code
'''Agents are the main building components of any Sinbadflow pipeline. The package provides ability to use 
pre-existant agents or create our own one.'''
from .base_agent import BaseAgent

Sub-modules

sinbadflow.agents.base_agent
sinbadflow.agents.databricks