feat:为多个模块添加丰富的追踪信息以增强调试能力
This commit is contained in:
@@ -2,6 +2,8 @@ from typing import Optional
|
||||
from .personality import Personality
|
||||
from .identity import Identity
|
||||
import random
|
||||
from rich.traceback import install
|
||||
install(show_locals=True, extra_lines=3)
|
||||
|
||||
|
||||
class Individuality:
|
||||
|
||||
Reference in New Issue
Block a user