feat: update README.md and solving Python compatibility issues

This commit is contained in:
saboteur7
2026-02-03 01:17:25 +08:00
parent c6ac175ce4
commit 60abcd92a3
11 changed files with 28 additions and 22 deletions

View File

@@ -4,6 +4,7 @@ System Prompt Builder - 系统提示词构建器
实现模块化的系统提示词构建,支持工具、技能、记忆等多个子系统
"""
from __future__ import annotations
import os
from typing import List, Dict, Optional, Any
from dataclasses import dataclass