LlamaIndex tools for U.CASH agent monetization over HTTP-402.
pip install agents-u-cash llama-indexfrom ucashpay_llamaindex import tools
ucash = tools(api_key="uxc_...") # pass to a LlamaIndex agentTools: ucash_create_resource, ucash_list_resources, ucash_get_settlements. Buyers pay per request via U.CASH Pay; settlement is non-custodial.
MIT.