Skip to main content
Install Caesar beside your CrewAI project:

Search tool

Read tool

Attach tools to the agents that need web retrieval. For a research crew, give search to the planning agent and read to the evidence-gathering agent, or give both tools to a single retrieval specialist.

Feedback

Crew handoffs can lose the search_id unless you preserve it. Store it with the chosen doc_id and send feedback after the task is complete:

For agents

  • Keep the search result JSON available to the crew. It contains search_id for feedback and doc_id for reading.
  • Do not ask every agent to search independently. Let one retrieval agent search, then hand off selected doc_id values.
  • Use web_fetch for evidence before making claims. Snippets are for triage; documents are for citations.
  • If your crew runtime supports MCP, the remote MCP server is the lowest-maintenance integration.