Feature: LlmAgent支持配置最大轮数/LLM次数/工具调用次数 - #286
Conversation
AI Code Review目前没有任何针对 发现的问题
|
b93def9 to
52e7f47
Compare
AI Code Review
I have enough. Let me finalize the review. One more: the Now compile findings. Let me reconsider the severity of the Also, the new code on Let me write the review.## 发现的问题 🚨 Critical未发现必须修复的阻塞性问题。
|
52e7f47 to
920d0db
Compare
--story=136739020 LlmAgent支持配置最大轮数/LLM次数/工具调用次数
920d0db to
eade0a9
Compare
AI Code Review现在让我来撰写最终的审查结论。 发现的问题🚨 Critical
|
|
|
||
| langfuse_opentelemetry_setup( | ||
| LangfuseConfig( | ||
| public_key="pk-lf-d56fef7a-a925-44eb-8203-885b00221913", |
There was a problem hiding this comment.
示例硬编码真实 Langfuse 凭证
public_key 与 secret_key 以字面量写入并随仓库提交,secret_key 为真实可用密钥,泄露后任何人都能向该 Langfuse 实例上报或读取数据。应改为从环境变量读取,并立即吊销已泄露的 key。
AI Code Review基于我对 发现的问题
|
--story=136739020 LlmAgent支持配置最大轮数/LLM次数/工具调用次数