docs(tools): Add README.md for all tool crates
This commit is contained in:
11
crates/tools/notebook/README.md
Normal file
11
crates/tools/notebook/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user