跳到主要内容
自动生成

此文档由 make doc-gen 命令从 Python 源码注释自动生成。

Log

日志模块 / Logging Module

此模块配置 AgentRun SDK 的日志系统。 This module configures the logging system for AgentRun SDK.

CustomFormatter

class CustomFormatter(logging.Formatter)

自定义日志格式化器 / Custom Log Formatter

提供带颜色的日志输出格式。 Provides colorful log output format.

方法

🔹 format

def format(self, record)