Files
owlen/crates/tools/plan/README.md

12 lines
528 B
Markdown

# Owlen Planning Tool
Implementation planning tools for the Owlen AI agent.
## Overview
This crate provides the infrastructure for "planning mode", where the agent can explore the codebase and draft a detailed implementation plan before making any changes.
## Features
- **Plan Generation:** Tools to create and manage markdown-based implementation plans.
- **Mode Switching:** Primitives to transition the agent between normal and planning modes.
- **Verification:** Support for user review and approval of generated plans.