Refactor done using GLM-5

This commit is contained in:
Alishahryar1
2026-02-15 21:58:03 -08:00
parent a336b0f3ae
commit 539854fe7b
53 changed files with 172 additions and 683 deletions
+1 -3
View File
@@ -4,10 +4,8 @@ This parser emits an ordered stream of low-level events suitable for building a
Claude Code-like transcript in messaging UIs.
"""
import logging
from typing import Dict, List, Any
logger = logging.getLogger(__name__)
from loguru import logger
def parse_cli_event(event: Any) -> List[Dict]: