Home
textfsm-ai is an AI-powered engine for turning unstructured text into
TextFSM templates โ point an LLM at raw CLI output, log lines, or other
semi-structured text and get back a validated, production-ready template,
through a clean Python API and CLI.
It is designed for:
- network engineers automating CLI parsing
- developers building structured extractors
- teams maintaining large template libraries
- anyone who wants predictable, testable text parsing
Features¶
- ๐ค AI-powered template generation across 18 LLM providers
- ๐งต Readable DSL that compiles down to canonical TextFSM
- ๐ Deterministic, validated output every run
- ๐งฐ Clean Python API and CLI
- ๐ Helpful error messages and template diagnostics
- ๐ Full versioned documentation