rename sidercall.py to llmcore.py; add cache-aware cd to compress_history_tags

This commit is contained in:
Liang Jiaqing
2026-03-13 13:21:32 +08:00
parent 2a98cc44e5
commit fd7bf241d0
7 changed files with 40 additions and 87 deletions

View File

@@ -5,7 +5,7 @@ from pathlib import Path
import subprocess
import tempfile
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from sidercall import SiderLLMSession, LLMSession, ToolClient
from llmcore import SiderLLMSession, LLMSession, ToolClient
ask = SiderLLMSession().ask