AnyT NotebookThe workflow development environment for AI agents. AI agents are powerful, but they work like chatbots -- you give them a prompt, hope they get everything right in one shot, and when things break halfway through, you start over. AnyT Notebook changes this. It gives AI agents a workflow layer: visible steps, human checkpoints, and recoverable state.
Why AnyT NotebookWhen you ask an AI agent to do something complex, the one-shot chatbot model falls apart:
AnyT Notebook solves this with a Jupyter-style notebook for AI agent workflows. Break tasks into cells, add human checkpoints, mix AI and shell scripts, and run with full control. Supported RuntimesAnyT Notebook works with multiple AI runtimes:
Select your runtime from the dropdown in the notebook toolbar. Switch between runtimes at any time. Quick Start1. Install -- Search "AnyT Notebook" in VS Code Extensions 2. Try a Sample -- 3. Or Create Your Own:
Cell TypesAnyT Notebook provides five cell types. Mix and match them to build workflows that combine AI execution, automation, and human oversight. TaskTask cells are executed by your AI agent (Claude Code or Codex). Write a natural language instruction and the agent carries it out. Use tasks for anything that requires reasoning, code generation, or multi-file changes.
ShellShell cells run scripts directly -- no AI involved. They're fast, deterministic, and ideal for commands you already know. Use them for installs, builds, tests, linting, or any CLI operation.
InputInput cells pause execution and present a form to the user. Use them to collect configuration values, choose between options, or supply information that downstream cells need. Form responses are available to subsequent cells.
NoteNote cells are markdown documentation checkpoints. They auto-complete instantly when reached and serve as section headers, context annotations, or progress markers in your workflow.
BreakBreak cells pause execution so you can review what's happened so far. Inspect outputs, verify results, then click Continue when ready. Add breaks liberally while developing a workflow; remove them once you're confident it runs end-to-end.
Workflow LifecycleAnyT Notebook treats AI workflows like code -- build, test, and refine them iteratively:
Sample Notebooks
Open Command Palette -> "AnyT: Open Sample Notebook" -> pick one -> click Run. Commands
All other actions (run, stop, reset, add cells) are available directly from the notebook toolbar. Requirements
Configuration
Links |
