MCPcopy Create free account
hub / github.com/Agent-RL/ReCall / retriever_serving.py

File retriever_serving.py

scripts/serving/retriever_serving.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI, HTTPException
2import argparse
3from pydantic import BaseModel
4from typing import List, Tuple, Union

Callers

nothing calls this directly

Calls 2

init_retrieverFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected