paladin-ai 0.1.0

Enterprise AI orchestration framework with multi-agent coordination patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! CLI commands module

// Original Epic 18 commands
pub mod council;
pub mod features;
pub mod muster;
pub mod onboarding;
pub mod setup_check;

// Migrated commands from src/cli/commands/
pub mod agent;
pub mod arsenal;
pub mod battalion;
pub mod maneuver;
pub mod user;