📚 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

🚀 Go further: create (or customize) your own Agent

Ready to tailor the workflow to your course or research? You can clone our open-source project and modify the Agent to fit your use case.


🔧 Where to start (file map)

Use this as your “tour guide” to the codebase:

💡 Quick win: start with the

Interpretation Agent

Adjust the tone, structure, or length of the final summary (e.g., academic abstract vs. executive brief). Run it in the Colab example to see changes instantly.


🛠 Suggested customization path

  1. Clone & run the default Agent (use the Colab notebook or your local Python setup).
  2. Tweak prompts in prompts.py (e.g., add “limitations” or “policy implications” to the summary).
  3. Add validations in analytics_planning_agent to enforce metric/geo/time clarity.
  4. Insert a new node (optional) for quality checks or citation formatting (edit graph.py to add the node to the flow).
  5. Document your changes so others in your class/research group can reproduce.

🔐 Keep your

Client ID / Client Secret


📚 If you’re new to Python

You don’t need to be a software engineer to get started. These resources cover the essentials:

Recommended topics to learn first: variables, functions, conditionals, loops, modules, using pip, and running notebooks in Colab.


✅ What “success” looks like

When you’re ready, branch off and start shaping the Agent around your class or study—one small improvement at a time.

                                                ← Previous: [**Run in Colab (No Code)**](<https://deciduous-centipede-9d7.notion.site/Run-in-Colab-No-Code-264ddf94fd1480e993c8fe5c71dffd6f>)