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
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
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
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
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
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
run ¶
Run the concurrent Automa.
This method is used to run the concurrent Automa.
Returns: The result of the concurrent Automa.