Skip to content

feat(notte): add Notte browser automation setup and Python utilities#1

Draft
Muffy (muffy86) wants to merge 4 commits into
mainfrom
claude/notte-sdk-setup-7q05il
Draft

feat(notte): add Notte browser automation setup and Python utilities#1
Muffy (muffy86) wants to merge 4 commits into
mainfrom
claude/notte-sdk-setup-7q05il

Conversation

@muffy86

Copy link
Copy Markdown
Collaborator

Summary\n\n- Adds scripts/notte-setup.sh — install Python + npm SDKs, validates NOTTE_API_KEY\n- Adds scripts/notte_browser.py — shared utility importable by infra scripts, also works as CLI\n\n## Usage\n\nbash\nbash scripts/notte-setup.sh\npython scripts/notte_browser.py --task \"Check if https://myservice.com is up\"\n\n\n## Test plan\n\n- [ ] bash scripts/notte-setup.sh → verify ✓ notte-sdk installed\n- [ ] Set NOTTE_API_KEY\n- [ ] Run a test task and confirm answer returned


Generated by Claude Code

@gemini-code-assist

Copy link
Copy Markdown

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

Follow the official notte-skills pattern:
- scrape_page(): one-shot structured extraction via client.scrape()
- run_workflow(): execute known steps (goto/click/fill/press_key) then
  optionally scrape, using session.execute() instead of an AI agent
- run_browser_task(): kept for open-ended AI agent tasks

One session per job; session closed by context manager on any exit path.
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3d981aa5-52bd-43ee-831d-04d70b6c4c05

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/notte-sdk-setup-7q05il

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant