This repository demonstrates how to set up and run a JSON-RPC example integrated with Cube D3.
- Python 3.12+ installed on your system
- Access to Cube D3 API
- UV installed on your system
Create a .env
file with the following variables:
D3_A2A_AGENT_URL=https://api.cube.dev
D3_A2A_SECRET=your_secret
OPENAI_API_KEY=https://api.cube.dev
Execute the following command in your terminal:
uv run .