Boer Zhang

Results 4 issues of Boer Zhang

## Description The is a PR on issue #1316. I refactored sharegpt and tool calling related data models, and put them into camel/data_schemas/data_schemas.py Here are the major changes: - Refactored...

enhancement

## Description ### Overview This **draft PR** introduces the initial version of `DeepResearchAgent` (issue #1639), a lightweight research agent that performs real-time document retrieval and summarization based on user queries....

This is a **ongoing draft** on issue #1462: Implement CodeRAG-Bench benchmark. CodeRAG-Bench is designed to enable rigorous evaluations and advance research on retrieval-augmented code generation. https://code-rag-bench.github.io/ This benchmark has 7...

## Motivation In a single step of `ChatAgent`, there could be multiple tool calls. here can be multiple tool calls. Different tool calls consume different amounts of tokens: some are...

P1