Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 626 Bytes

🧩 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 .