Skip to main content

aegis_orchestrator/
lib.rs

1// Copyright (c) 2026 100monkeys.ai
2// SPDX-License-Identifier: AGPL-3.0
3//! AEGIS CLI library - exposes testable components
4//!
5//! # Architecture
6//!
7//! - **Layer:** Interface / Presentation Layer
8//! - **Purpose:** Implements internal responsibilities for lib
9
10pub mod auth;
11pub mod commands;
12pub mod daemon;
13pub mod output;