Skip to content

Commit 86cfa4f

Browse files
docs(readme): update agent section in readme
1 parent baaea23 commit 86cfa4f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ Both patterns share the same configuration interface and are transparent to user
541541
**Built-in Agents:**
542542
- `AgentFactCheck`: LangChain-based fact-checking with autonomous search control
543543
- `AgentHallucination`: Custom workflow hallucination detection with adaptive context gathering
544+
- `ArticleFactChecker`: Two-phase article fact-checking — extracts verifiable claims then verifies each in parallel using web search and Arxiv, with configurable concurrency control
544545

545546
**Quick Example:**
546547

@@ -597,6 +598,7 @@ For detailed guidance on choosing and implementing agent patterns, see [Agent De
597598
- [Agent Development Guide](docs/agent_development_guide.md) - Comprehensive guide for creating custom agents and tools
598599
- [AgentHallucination Example](examples/agent/agent_hallucination_example.py) - Production agent example
599600
- [AgentFactCheck Example](examples/agent/agent_executor_example.py) - LangChain agent example
601+
- [ArticleFactChecker Example](examples/agent/agent_article_fact_checking_example.py) - Article-scale two-phase fact verification
600602

601603
## ⚙️ Execution Modes
602604

README_zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ Dingo 支持基于智能体的评估器,可以使用外部工具进行多步
534534
**内置智能体:**
535535
- `AgentFactCheck`: 基于 LangChain 的事实核查,自主搜索控制
536536
- `AgentHallucination`: 自定义工作流的幻觉检测,自适应上下文收集
537+
- `ArticleFactChecker`: 两阶段文章事实核查 —— 先提取可验证声明,再并发调用网络搜索与 Arxiv 逐条验证,支持可配置的并发控制
537538

538539
**快速示例:**
539540

@@ -590,6 +591,7 @@ class MyAgent(BaseAgent):
590591
- [智能体开发指南](docs/agent_development_guide.md)
591592
- [AgentHallucination 示例](examples/agent/agent_hallucination_example.py)
592593
- [AgentFactCheck LangChain示例](examples/agent/agent_executor_example.py)
594+
- [ArticleFactChecker 示例](examples/agent/agent_article_fact_checking_example.py) - 文章级两阶段事实核查
593595

594596
## 执行引擎
595597

0 commit comments

Comments
 (0)