Enterprise AI Agent Platform - Build, deploy, and manage intelligent agents at scale.
npm install -g @agentx-fast/cli@2.0.2agentx --version
agentx --helpagentx demo "Build a REST API with Node.js"| Command | Description |
|---|---|
agentx submit <goal> |
Submit a new task |
agentx approve <task-id> |
Approve a pending task |
agentx reject <task-id> |
Reject a pending task |
agentx status [task-id] |
Check task status |
agentx demo [goal...] |
Run E2E demo |
agentx config |
Manage configuration |
agentx cost |
Show cost analysis |
agentx audit |
Run security audit |
agentx plugin |
Manage plugins |
agentx watch |
Watch for changes |
agentx dlq [action] |
Manage Dead Letter Queue |
agentx shutdown [reason...] |
Trigger graceful shutdown |
AgentX consists of 49 npm packages under the @agentx-fast scope:
@agentx-fast/core-runtime- Core runtime utilities@agentx-fast/shared- Shared utilities and types@agentx-fast/observability- Logging, metrics, tracing
@agentx-fast/agent-platform- Agent orchestration@agentx-fast/workflow-engine- Workflow management@agentx-fast/multi-agent-collaboration- Multi-agent systems
@agentx-fast/provider-sdk- Provider framework@agentx-fast/native-providers- Built-in providers
@agentx-fast/cli- Command-line interface@agentx-fast/plugin-sdk- Plugin development@agentx-fast/developer-platform- Dev tools
git clone https://github.com/arpayidcloud-byte/AgentX.git
cd AgentX
pnpm installpnpm buildpnpm prisma generatepnpm test
pnpm test:e2eLatest: v2.0.0 (Released 2026-07-28)
- ✅ All 49 packages updated to v2.0.0
- ✅ Clean dependencies (no workspace:*)
- ✅ All imports migrated to @agentx-fast/*
- ✅ CLI version now reads from package.json
- ✅ Improved build process
# Update CLI
npm install -g @agentx-fast/cli@2.0.2
# Update local packages
pnpm install
pnpm buildWe welcome contributions! See our Contributing Guide for details.
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests:
pnpm test - Submit a PR
MIT © AgentX Platform
- Website: Coming soon
- npm Organization: https://www.npmjs.com/org/agentx-fast
- GitHub: https://github.com/arpayidcloud-byte/AgentX
- Documentation: https://github.com/arpayidcloud-byte/agentx-platform
Built with ❤️ by the AgentX Team