12 lines
495 B
Markdown
12 lines
495 B
Markdown
# Owlen Notebook Tool
|
|
|
|
Interactive notebook tools for the Owlen AI agent.
|
|
|
|
## Overview
|
|
This crate enables the agent to interact with computational notebooks (e.g., Jupyter). It allows the agent to read cell contents, execute code, and view outputs.
|
|
|
|
## Features
|
|
- **Cell Management:** Read and modify individual notebook cells.
|
|
- **Execution:** Run code cells and capture real-time output and artifacts.
|
|
- **State Awareness:** Maintain awareness of the notebook's execution state and variables.
|