Notte
Type: full-code · Vendor: Notte Labs, Inc. · Language: Python · License: SSPL-1.0 · Status: active · Status in practice: emerging
Build web agents and deploy serverless web-automation functions on managed browser infrastructure.
Description. Full-stack web-agent framework bundling three normally-separate layers: hosted browser infrastructure (stealth sessions, CAPTCHA solving, proxies), agent reasoning over web tasks, and a credential vault (passwords, MFA, digital personas). Mixes deterministic scripting with AI reasoning to cut LLM cost while improving reliability.
Agent loop shape. An agent reasons over web tasks on hosted, stealth browser sessions, automatically drawing credentials from a vault; deterministic scripted steps are interleaved with AI reasoning to reduce model calls.
Primary use cases
- deploying reliable web agents without stitching together browser, LLM and credential services
- authenticated web automation using a managed credential vault
- hybrid scripted + AI web workflows that minimize LLM cost
Key concepts
- Managed browser infra → browser-agent (docs) — Hosted stealth sessions with CAPTCHA solving and proxies.
- Credential vault → secrets-handling — Secure store of passwords, MFA and digital personas the agent draws on.
Patterns this full-code implements —
- ★Browser Agent
Stealth Browser Sessions → Browser instances with built-in CAPTCHA solving, proxies, and anti-detection
- ★Secrets Handling
Vaults are tools you can attach to your Agent instance to securely store and manage credentials.
- ★Deterministic Control Flow, Not Prompt
mix web automation primitives with agents for specific parts that require reasoning and adaptability
Neighbourhood
Click any neighbour to follow the lineage. Scroll to zoom, drag to pan.