Quickstart: Kumo Coding Agent
Quickstart: Kumo Coding Agent
This guide helps you get started with the Kumo Coding Agent for KumoRFM Pre-Trained workflows.
Use this page when you already have a project, notebook, or editor environment available and want a short path to productive agent-assisted work.
What this quick start covers:
- choosing an environment for agent-assisted work
- connecting the Kumo Coding Agent to your local project or notebook flow
- using Codex or Claude Code for setup help, graph definition, and predictive query authoring
- verifying that the agent can work with your KumoSDK project context
Choose your environment:
Notebook workflow in VS Code
Notebook workflow in PyCharm
Script and project workflow
AI-native editor
Desktop app or CLI
Desktop app or CLI
Try These Prompts
All examples use a sample e-commerce dataset: s3://kumo-sdk-public/rfm-datasets/online-shopping
Copy and paste these directly into your coding agent (Claude Code, Codex, or Cursor).
Explore the Data
Start here. The agent will load the dataset, inspect every table, and summarize what it finds.
Build a Graph
Once you understand the data, ask the agent to build a relational graph.
Write a Prediction Query
Ask the agent to write a PQL query for a specific business question.
Run an End-to-End Prediction
This is the full workflow in one prompt. The agent will load data, build the graph, write PQL, run the prediction, and show results.
Explain the Results
After running a prediction, ask the agent to explain what drove the results.
Try a Different Question
Change the prediction task to explore what else the data can answer.
What to Expect
When you run these prompts, the agent will:
- Inspect the data first before writing any code
- Build the graph with correct table names and relationships
- Write PQL using real column names from the schema
- Run the prediction and show sample output
- Evaluate the results with appropriate metrics
If something goes wrong, use the agent to debug and iterate until the prediction runs successfully:
The goal is to keep iterating with the agent until you have a working, high-quality prediction notebook or script.
Next Steps
- Kumo Coding Agent on GitHub for agent source, context files, and skills
- Setup for SDK fundamentals
- Make Predictions for PQL query reference
- Prediction Types for supported prediction types
- Environment Setup for detailed editor and notebook setup