đ Learning Flow
AI Agent Tutorial
Quick Start (3 minutes)
System Overview & Core Concepts
Run in Colab (No Code)
Build Your Own AI Agent
FAQ / Troubleshooting
Learn how the AI Agent worksâwithout installing anything
In this chapter weâll walk through the AI Agentâs end-to-end flow, using Google Colab so you donât need to set up Python on your computer.
- The AI Agent is written in Python. Normally youâd install a Python interpreter, packages, and permissions.
- Colab skips all that: open it in your browser â connect to a cloud runtime â click the Play buttons in order.
- Result: no installation, no codingâperfect for class use and first-time learners.
Colab notebook
One-time setup: account & keys
- Create an account at **https://one.araliadata.io/**.
- Sign up / sign in to Stellar (Araliaâs developer console).
- Get your API credentials (your secure âpassâ that identifies you to the system):
- Go to User Settings
- Open For Developers
- Click Generate Key â youâll receive Client ID and Client Secret
- Keep your Client ID & Client Secret safe. Youâll paste them into Colab and use them for any future development.
đĄ
Whatâs a âkeyâ?
Think of it like a
library card
Client ID/Secret
Use the Colab notebook (point-and-click, no code)
- Open the Notebook
- Click Connect (top right/left) to âConnect to hosted runtime.â This spins up a cloud machine for you.
- When prompted in the notebook, paste your Secrets / Keys:
- LLM API Key (start with Gemini; you can switch to OpenAI/Anthropic later)
- Client ID / Client Secret (from Stellar)
- Click the â¶ Play icon on each cell in order:
- Install & import
- Initialize (OAuth sign-in, choose your Planet)
- Ask your complete question (you can start with the Malaysia GDP Ă Gini example)
- Youâll see:
- a list of data sources the Agent selected
- a short insight generated by the LLM (about ~300 words)
Stuck? Try this:
-
Most issues are either keys not pasted correctly or the year/region doesnât exist in the datasetâdouble-check both.
-
Not sure about your keys? Go back to One-time setup and follow the steps to generate them again.
â PreviousïŒ [**Run in Colab (No Code)**](<https://deciduous-centipede-9d7.notion.site/Run-in-Colab-No-Code-269ddf94fd1481dda3d4ed06e450afcd>) ă| NextïŒ[
Build Your Own AI Agent](https://deciduous-centipede-9d7.notion.site/Build-Your-Own-AI-Agent-269ddf94fd1481b686fcc76c5d51d3aa) â