mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-21 11:56:09 +00:00
feat: bind pipeline with runtime manager
This commit is contained in:
@@ -58,7 +58,7 @@ class StageManager:
|
||||
"""初始化
|
||||
"""
|
||||
|
||||
for name, cls in stage._stage_classes.items():
|
||||
for name, cls in stage.preregistered_stages.items():
|
||||
self.stage_containers.append(StageInstContainer(
|
||||
inst_name=name,
|
||||
inst=cls(self.ap)
|
||||
|
||||
Reference in New Issue
Block a user