Skip to content

Commit f49fd99

Browse files
committed
Update README.md
1 parent 716f3f7 commit f49fd99

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ This is a collection of reference implementations for Vector Institute's **Agent
1111

1212
## Reference Implementations
1313

14-
This repository includes three modules, each demonstrating a different aspect of building and evaluating agent-based systems:
14+
This repository includes four modules, each demonstrating a different aspect of building and evaluating agent-based systems:
15+
16+
- **[Basics](implementations/basics/README.md)**
17+
Two introductory notebooks covering agent evaluation fundamentals: why evals are hard, the four quality dimensions, grader types, and a hands-on walkthrough of the shared evaluation harness with Langfuse.
1518

1619
- **[Knowledge-Grounded QA Agent](implementations/knowledge_qa/README.md)**
1720
A ReAct agent using Google ADK and Google Search to answer questions grounded in live web content. Evaluated on the DeepSearchQA benchmark using LLM-as-a-judge metrics.

0 commit comments

Comments
 (0)