Skip to content

agentic

The Agentic module provides core components for building intelligent agent systems.

This module contains various Automa implementations for orchestrating and executing LLM-based intelligent agent workflows. These Automa implementations are typically composed together to build complex intelligent agents with advanced capabilities.

ConcurrentAutoma

Concurrent Automa class

This class is used to create a concurrent Automa.

Attributes: name (str): The name of the Automa. description (str): The description of the Automa. parameters (dict): The parameters of the Automa. returns (dict): The returns of the Automa.

Source code in bridgic/core/agentic/_concurrent_automa.py
class ConcurrentAutoma:
    """Concurrent Automa class

    This class is used to create a concurrent Automa.

    Attributes:
        name (str): The name of the Automa.
        description (str): The description of the Automa.
        parameters (dict): The parameters of the Automa.
        returns (dict): The returns of the Automa.
    """

    def __init__(self):
        pass

    def run(self):
        pass

ConcurrentAutomaV1

Concurrent AutomaV1 class

This class is used to create a concurrent Automa.

Attributes: name (str): The name of the Automa. description (str): The description of the Automa. parameters (dict): The parameters of the Automa. returns (dict): The returns of the Automa.

Source code in bridgic/core/agentic/_concurrent_automa.py
class ConcurrentAutomaV1:
    """Concurrent AutomaV1 class

    This class is used to create a concurrent Automa.

    Attributes:
        name (str): The name of the Automa.
        description (str): The description of the Automa.
        parameters (dict): The parameters of the Automa.
        returns (dict): The returns of the Automa.
    """

    def __init__(self):
        pass

    def run(self):
        pass

ConcurrentAutomaV2

Concurrent AutomaV2 class

This class is used to create a concurrent Automa.

Attributes: name (str): The name of the Automa. description (str): The description of the Automa. parameters (dict): The parameters of the Automa. returns (dict): The returns of the Automa.

Source code in bridgic/core/agentic/_concurrent_automa.py
class ConcurrentAutomaV2:
    """Concurrent AutomaV2 class

    This class is used to create a concurrent Automa.

    Attributes:
        name (str): The name of the Automa.
        description (str): The description of the Automa.
        parameters (dict): The parameters of the Automa.
        returns (dict): The returns of the Automa.
    """

    def __init__(self):
        pass

    def run(self):
        pass

ConcurrentAutomaV3

Concurrent AutomaV3 class

This class is used to create a concurrent Automa.

Attributes: name (str): The name of the Automa. description (str): The description of the Automa. parameters (dict): The parameters of the Automa. returns (dict): The returns of the Automa.

Source code in bridgic/core/agentic/_concurrent_automa.py
class ConcurrentAutomaV3:
    """Concurrent AutomaV3 class

    This class is used to create a concurrent Automa.

    Attributes:
        name (str): The name of the Automa.
        description (str): The description of the Automa.
        parameters (dict): The parameters of the Automa.
        returns (dict): The returns of the Automa.
    """
    def __init__(self):
        pass

    def run(self):
        pass

ConcurrentAutomaV4

Concurrent AutomaV4 class

This class is used to create a concurrent Automa.

Attributes: name (str): The name of the Automa. description (str): The description of the Automa. parameters (dict): The parameters of the Automa. returns (dict): The returns of the Automa.

Source code in bridgic/core/agentic/_concurrent_automa.py
class ConcurrentAutomaV4:
    """Concurrent AutomaV4 class

    This class is used to create a concurrent Automa.

    Attributes:
        name (str): The name of the Automa.
        description (str): The description of the Automa.
        parameters (dict): The parameters of the Automa.
        returns (dict): The returns of the Automa.
    """
    def __init__(self):
        pass

ConcurrentAutomaV5

Concurrent AutomaV5 class

This class is used to create a concurrent Automa.

Attributes: name (str): The name of the Automa. description (str): The description of the Automa. parameters (dict): The parameters of the Automa. returns (dict): The returns of the Automa.

Source code in bridgic/core/agentic/_concurrent_automa.py
class ConcurrentAutomaV5:
    """Concurrent AutomaV5 class

    This class is used to create a concurrent Automa.

    Attributes:
        name (str): The name of the Automa.
        description (str): The description of the Automa.
        parameters (dict): The parameters of the Automa.
        returns (dict): The returns of the Automa.
    """
    def __init__(self):
        pass

    def run(self):
        """Run the concurrent Automa.

        This method is used to run the concurrent Automa.

        Returns:
            The result of the concurrent Automa.
        """
        pass

run

run()

Run the concurrent Automa.

This method is used to run the concurrent Automa.

Returns: The result of the concurrent Automa.

Source code in bridgic/core/agentic/_concurrent_automa.py
def run(self):
    """Run the concurrent Automa.

    This method is used to run the concurrent Automa.

    Returns:
        The result of the concurrent Automa.
    """
    pass