refactor(sandbox): remove unused bash tool methods and streamline sandbox session handling in LLMNode

This commit is contained in:
Harry
2026-01-12 00:09:40 +08:00
parent 390c805ef4
commit bc2ffa39fc
4 changed files with 155 additions and 60 deletions

View File

@ -2197,4 +2197,3 @@ class TenantCreditPool(Base):
def has_sufficient_credits(self, required_credits: int) -> bool:
return self.remaining_credits >= required_credits