Add Tzafon Northstar computer use template#134
Conversation
f599a30 to
00b5338
Compare
7ae85f2 to
1aeabe5
Compare
Sayan-
left a comment
There was a problem hiding this comment.
couple of small q's. overall looks good!
224c5d9 to
6770380
Compare
|
Made a recent update that fixed some of the minor issues such as drag n drop. |
6770380 to
08870c0
Compare
Suggestion: Add a system prompt via
|
Add new CLI templates for Tzafon's Northstar CUA Fast model, enabling users to scaffold browser automation projects using Kernel's infrastructure. New templates: - TypeScript: `kernel create --template ts-tzafon-cua` - Python: `kernel create --template python-tzafon-cua` Both templates include: - Agentic sampling loop using Tzafon's Lightcone SDK responses API - Computer tool mapping Northstar actions (click, type, scroll, drag, key, navigate, wait) to Kernel's Computer Controls API - Session management with optional replay recording - 1280x800 default viewport Files changed: - pkg/templates/typescript/tzafon-computer-use/ - TypeScript template - pkg/templates/python/tzafon-computer-use/ - Python template - pkg/create/templates.go - Template registration
08870c0 to
4db9163
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ae96cc7. Configure here.
Made-with: Cursor

Adds TypeScript and Python templates for Tzafon's Northstar CUA Fast model using Kernel Computer Controls API. Tested end-to-end on Kernel.
Attaching video of the following task: "go to magnitasks.com and click on "Tasks" in the sidebar. Then, drag the task cards from "To Do" to "Done" column without clicking into them.".
https://github.com/user-attachments/assets/b42f816f-c0b8-4b32-a6c0-0fbf2c8d8f15
Note
Low Risk
Low risk because changes are additive and mostly isolated to new template scaffolding, with only a small update to template selection/sorting and sample commands.
Overview
Adds a new
tzafontemplate option topkg/create/templates.go, including display metadata, sort priority, and deploy/invoke sample commands for both TypeScript and Python.Introduces new
pkg/templates/{typescript,python}/tzafonreference apps that run a Northstar CUA loop via Tzafon Lightcone, including browser-session management (optional replay recording), computer-control tool implementations (click/type/key/scroll/drag), and corresponding.env.example/README/dependency configs.Reviewed by Cursor Bugbot for commit 678ebf6. Bugbot is set up for automated code reviews on this repo. Configure here.