1. 在plugins/langfuse_tracing.py中,_patched_log函数只接受2个参数,但原始的_write_llm_log函数接受3个参数(label, content, log_path)。 2. chatapp_common.py在frontends目录中,需要添加GenericAgent目录到Python路径 针对以上两个问题,提交了pullrequest https://github.com/lsdefine/GenericAgent/pull/346
针对以上两个问题,提交了pullrequest #346