Kumo Coding Agent
Install the agent, context files, and skills from GitHub to get started.
- 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
Jupyter in VS Code
Notebook workflow in VS Code
Jupyter in PyCharm
Notebook workflow in PyCharm
VS Code
Script and project workflow
Cursor
AI-native editor
Codex
Desktop app or CLI
Claude Code
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
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