@defai.digital/automatosx
v13.4.11
Published
AutomatosX CLI - AI-powered workflow automation (wrapper for @defai.digital/cli)
Maintainers
Readme
AutomatosX
AI orchestration for teams who need governed, multi-provider automation
Install
npm install -g @defai.digital/automatosx
ax setup
ax doctorWhy AutomatosX
- Multi-provider routing - Claude, Gemini, Codex, Grok
- Governed automation - Policy-driven guardrails and audit-ready traces
- Contract-first - Zod schemas keep workflows and agents type-safe
- MCP-native - Ships with MCP server for IDE assistant integration
Quick Start
# Call a provider
ax call claude "Explain this code"
# Run a workflow
ax run code-reviewer --input '{"files":["src/index.ts"]}'
# Review code
ax review analyze src/ --focus security
# Multi-model discussion
ax discuss "Compare REST vs GraphQL" --providers claude,geminiCLI Commands
ax setup # Initialize configuration
ax doctor # Check provider health
ax call <provider> "prompt" # Direct provider call
ax run <workflow> # Execute workflow
ax agent run <id> # Execute agent
ax review analyze <path> # Analyze code
ax discuss "<topic>" # Multi-model discussion
ax mcp server # Start MCP serverDocumentation
Full documentation: https://github.com/defai-digital/automatosx
License
BUSL-1.1
