Packages
-
axm-ast
AST introspection CLI for AI agents, powered by tree-sitter.
-
axm-audit
Code auditing and quality rules for Python projects.
-
axm-init
Python project scaffolding CLI with Copier templates.
-
axm-git
Git workflow automation for AXM agents.
Architecture
graph TD
classDef ast fill:#5C6BC0,stroke:#3949AB
classDef audit fill:#42A5F5,stroke:#1E88E5
classDef init fill:#26C6DA,stroke:#00ACC1
classDef git fill:#78909C,stroke:#546E7A
AST["axm-ast\nAST introspection"]:::ast
AUDIT["axm-audit\nCode auditing"]:::audit --> AST
INIT["axm-init\nScaffolding"]:::init
GIT["axm-git\nGit automation"]:::git