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

@@ -8,7 +8,7 @@ try:
except:
print("Please ask the agent install python-telegram-bot to use telegram module.")
sys.exit(1)
from sidercall import mykeys
from llmcore import mykeys
agent = GeneraticAgent()
agent.verbose = False