docs(tools): Add README.md for all tool crates

This commit is contained in:
2025-12-26 18:31:58 +01:00
parent 2273817f5f
commit a764fd6b75
10 changed files with 111 additions and 0 deletions

View 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.