mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-06-02 06:13:46 +02:00
Refactor done using GLM-5
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user