An open API service indexing awesome lists of open source software.

https://github.com/plasmate-labs/notebooks

Interactive Jupyter notebooks for Plasmate. Getting started, benchmarks, and integration examples. Open in Colab.
https://github.com/plasmate-labs/notebooks

ai-agents colab jupyter notebook plasmate python som tutorial

Last synced: about 4 hours ago
JSON representation

Interactive Jupyter notebooks for Plasmate. Getting started, benchmarks, and integration examples. Open in Colab.

Awesome Lists containing this project

README

          

# Plasmate Notebooks

Interactive Jupyter notebooks for [Plasmate](https://plasmate.app) - the browser engine for AI agents.

## Quick Start

```bash
pip install plasmate jupyter tiktoken pandas matplotlib
git clone https://github.com/plasmate-labs/notebooks
cd notebooks
jupyter notebook
```

## Notebooks

| # | Notebook | Description |
|---|----------|-------------|
| 01 | Getting Started | Your first SOM fetch - explore page structure |
| 02 | Token Comparison | Measure HTML vs SOM tokens across 10 sites |
| 03 | Batch Extraction | Process 20+ URLs in parallel |
| 04 | Research Agent | Build a web research pipeline |

## Try on Google Colab

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/plasmate-labs/notebooks/blob/main/01-getting-started.ipynb)

## Links

- [Plasmate](https://plasmate.app)
- [Documentation](https://docs.plasmate.app)
- [W3C Community Group](https://www.w3.org/community/web-content-browser-ai/)

---

## Part of the Plasmate Ecosystem

| | |
|---|---|
| **Engine** | [plasmate](https://github.com/plasmate-labs/plasmate) - The browser engine for agents |
| **MCP** | [plasmate-mcp](https://github.com/plasmate-labs/plasmate-mcp) - Claude Code, Cursor, Windsurf |
| **Extension** | [plasmate-extension](https://github.com/plasmate-labs/plasmate-extension) - Chrome cookie export |
| **SDKs** | [Python](https://github.com/plasmate-labs/plasmate-python) / [Node.js](https://github.com/plasmate-labs/quickstart-node) / [Go](https://docs.plasmate.app/sdk-go) / [Rust](https://github.com/plasmate-labs/quickstart-rust) |
| **Frameworks** | [LangChain](https://github.com/langchain-ai/langchain/pull/36208) / [CrewAI](https://github.com/plasmate-labs/crewai-plasmate) / [AutoGen](https://github.com/plasmate-labs/autogen-plasmate) / [Smolagents](https://github.com/plasmate-labs/smolagents-plasmate) |
| **Tools** | [Scrapy](https://github.com/plasmate-labs/scrapy-plasmate) / [Audit](https://github.com/plasmate-labs/plasmate-audit) / [A11y](https://github.com/plasmate-labs/plasmate-a11y) / [GitHub Action](https://github.com/plasmate-labs/som-action) |
| **Resources** | [Awesome Plasmate](https://github.com/plasmate-labs/awesome-plasmate) / [Notebooks](https://github.com/plasmate-labs/notebooks) / [Benchmarks](https://github.com/plasmate-labs/plasmate-benchmarks) |
| **Docs** | [docs.plasmate.app](https://docs.plasmate.app) |
| **W3C** | [Web Content Browser for AI Agents](https://www.w3.org/community/web-content-browser-ai/) |