It connects your CrewAI agents with context-aware search, multi-message prompts, and intelligent answers with citations. 👉 Get started now:
Features
- 🔍 Prompt + Context Search – Send a query with structured context
- 💬 Multi-Message Context – Handle several user messages in one query
- 📚 Source Citations – Responses include references when available
- ⚡ CrewAI Integration – Works with Agent, Task, Crew right away
- 🖥️ Local LLM Support – Use Ollama for reasoning + Search API for live info
- 🛡️ Error Handling – Clear exceptions for invalid models or roles
Installation
Quick Start (with Ollama + CrewAI)
Contextual Prompts
Add multiple context messages for better answers:Configuration Options
Handling Responses
The tool returns:- Answer (AI response)
- Sources (when available)
- Response time
Environment Variables
Troubleshooting
| Problem | Fix |
|---|---|
| model not found | Run ollama pull llama3.2:3b |
| context role error | Ensure all context messages use "role": "user" |
| API key error | Check AISEARCH_API_KEY is set correctly |

