Scenario
You have an open-source LLM inference endpoint (e.g., running via vLLM, Ollama, or Python FastAPI) exposing:Step 1: Upstream FastAPI Service
Assume your FastAPI service is listening onhttp://127.0.0.1:8000:
Step 2: Configure the Proxy
Createconfig.yaml:
Step 3: Agent Client Request
An autonomous caller executes the query using@stellar-x402/client: