AI Learning Guide

Aralia AI SDK

AI Agent Tutorial

Quick Start

System Overview & Core Concepts

Prerequisite

Experiment in Colab

Custom AI Workflow

🔌DataPlanet API


Summary

📌 Tip: The clearer you define your research/decision question, the more precisely Aralia’s AI SDK will discover key insights.


After this tutorial, you will be able to:


What you’ll build


Tools & resources you’ll use (no setup needed)


How it works (understand the flow; no need to memorize)

graph LR
      A[Question] --> B["Aralia<br/>Search<br/>Node"]
      B --> C["Analytics<br/>Planning<br/>Node"]
      C --> D["Filter<br/>Decision<br/>Node"]
      D --> E["Analytics<br/>Execution<br/>Node"]
      E --> F["<br/>Interpretation<br/>Node"]
      F --> G[Answer]

subgraph "Workflow"
B
C
D
E
F
end

style A fill:#e1f5fe
style G fill:#e8f5e8
style B fill:#fff3e0
style C fill:#fff3e0
style D fill:#fff3e0
style E fill:#fff3e0
style F fill:#fff3e0

Ready? Let’s start with Step 1.

← Previous: Aralia AI SDK

Next: Quick Start