Development Guide
About 104 wordsLess than 1 minute
Welcome to MaaNTE development!
MaaNTE is built on MaaFramework, using a hybrid architecture of Pipeline task orchestration and Python custom actions.
Documentation
| Document | Description |
|---|---|
| How to Develop | Development environment setup and workflow |
| Custom Configuration | Pipeline and custom action configuration |
| FAQ | Common development questions |
Architecture
MaaNTE's automation is split into two layers:
- Pipeline Layer: JSON-based declarative task flow defining recognition nodes, action nodes, and flow control
- Custom Action Layer: Python-based custom actions for complex logic beyond Pipeline capabilities
For detailed Pipeline guides, refer to the MaaFramework Documentation.
