- Add web_search tool with Jina Search/Reader/Rerank - Flash mode: top 3, 8s timeout, no Reader/Rerank - Pro mode: top 10, 20s timeout, concurrent Reader + Rerank top 5 - Add Redis async cache (TTL=300s) for search results - Register "search" in ALL_TOOLS mapping Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
litestar[standard]>=2.15.0
|
|
uvicorn[standard]>=0.34.0
|
|
langchain>=0.3.0
|
|
langchain-openai>=0.3.0
|
|
langgraph>=0.3.0
|
|
langgraph-checkpoint>=2.0.0
|
|
langgraph-checkpoint-postgres>=2.0.0
|
|
pydantic-settings>=2.7.0
|
|
python-dotenv>=1.0.0
|
|
httpx>=0.28.0
|
|
asyncpg>=0.30.0
|
|
sqlalchemy[asyncio]>=2.0.0
|
|
psycopg[binary]>=3.1.0
|
|
gunicorn>=22.0.0
|
|
redis[hiredis]>=5.0.0
|