Skip to content

Latest commit

 

History

History

jsonrpc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

🧩 JSON-RPC Example with Cube D3

This repository demonstrates how to set up and run a JSON-RPC example integrated with Cube D3.

📋 Prerequisites

  • Python 3.12+ installed on your system
  • Access to Cube D3 API
  • UV installed on your system

🚀 Getting Started

🔑 Environment Setup

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

🚀 Running the Agent

Execute the following command in your terminal:

uv run .