Expanding abbreviations to remove ambiguity, simplifying agent names to reduce repetition. ref: N25B-257
8 lines
322 B
Python
8 lines
322 B
Python
from .bdi_core_agent.bdi_core_agent import BDICoreAgent as BDICoreAgent
|
|
from .belief_collector_agent.belief_collector_agent import (
|
|
BDIBeliefCollectorAgent as BDIBeliefCollectorAgent,
|
|
)
|
|
from .text_belief_extractor_agent.text_belief_extractor_agent import (
|
|
TextBeliefExtractorAgent as TextBeliefExtractorAgent,
|
|
)
|