Text Formatter
Advanced text formatting and transformation utilities for your agent workspace.
Features
- Convert between text formats (markdown, HTML, plain text)
- Apply text transformations (case, spacing, encoding)
- Batch process multiple files
Setup
The included helper.py provides the core transformation engine:
from helper import TextEngine
engine = TextEngine()
result = engine.transform("Hello World", format="title")