feat: 支持通过 GROK_SSL_VERIFY 环境变量禁用 SSL 证书验证#23
Open
c00134744 wants to merge 18 commits intoGuDaStudio:grok-with-tavilyfrom
Open
feat: 支持通过 GROK_SSL_VERIFY 环境变量禁用 SSL 证书验证#23c00134744 wants to merge 18 commits intoGuDaStudio:grok-with-tavilyfrom
c00134744 wants to merge 18 commits intoGuDaStudio:grok-with-tavilyfrom
Conversation
…arkdown自动重试与递增waitFor策略;新增FIRECRAWL_API_URL和FIRECRAWL_API_KEY环境变量配置;搜索prompt优化及时间上下文始终注入;同步更新README。
…,Firecrawl占70%配额、Tavily占30%;新增extra_sources参数控制额外信源数量(默认20,设0禁用);单信源失败不影响其他结果;utils新增format_extra_sources格式化函数,按来源分组并去重URL。
…度评估→查询分解→策略规划→工具选择→执行排序六阶段结构化思考;complexity level自适应控制所需阶段数(L1仅需3阶段,L2需5阶段,L3全部6阶段);支持session跨调用状态追踪、phase revision覆写及计划完成时自动汇总executable_plan;新建planning.py独立模块含7个Pydantic结构化产出模型与PlanningEngine状态管理引擎。
…earchTerm.term增加冗余同义词警告、purpose约束为单一sub-query ID禁止合并、round补充多轮语义说明;tool description Phase 3新增单一分解轴原则防止双轴交叉产生重叠矩阵;anti-patterns改为6组正反对照示例;phases_remaining按流程序输出替代字母序。
…tune 500);Phase 1说明追加unverified_terms识别指引;Phase 3追加前置规则要求将未验证术语转化为前置子查询,禁止从训练数据硬编码假定值。
…RL。将extra_sources参数默认值更新为10并优化Firecrawl计数计算。在GrokSearchProvider中实现异步URL描述与排序方法以提升结果相关性。
…_prompt被同时注入system和user消息的冗余结构。
适用于内网环境使用自签名证书的场景
b06389f to
9284dad
Compare
Collaborator
|
为了避免潜在的安全风险,我们不建议直接跳过 SSL 证书验证。 在 v1.7.4 版本中,我们已经更新了 README。如果在公司内网环境中遇到 SSL 证书认证失败的问题,可以在安装时添加 --native-ntl 参数,以更宽容的方式进行 SSL 认证。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
适用于内网环境使用自签名证书的场景