import localshell in __init__.py

This commit is contained in:
2026-02-28 16:52:24 +08:00
parent abb78ad70e
commit 8558e60ee6

View File

@@ -2,6 +2,7 @@ import tyro
from lang_agent.fs_bkends.base import BaseFilesystemBackend from lang_agent.fs_bkends.base import BaseFilesystemBackend
from lang_agent.fs_bkends.statebk import StateBk, StateBkConfig from lang_agent.fs_bkends.statebk import StateBk, StateBkConfig
from lang_agent.fs_bkends.localshell import LocalShell, LocalShellConfig
statebk_dict = { statebk_dict = {
"statebk": StateBkConfig(), "statebk": StateBkConfig(),