AgentVerse's picture
bump version to 0.1.8
01523b5
raw
history blame contribute delete
270 Bytes
from agentverse.registry import Registry
updater_registry = Registry(name="UpdaterRegistry")
from .base import BaseUpdater
from .basic import BasicUpdater
from .classroom import ClassroomUpdater
from .sde_team import SdeTeamUpdater
from .pokemon import PokemonUpdater