uira-orchestration 0.1.1

Agent definitions, SDK, tool registry, and hook implementations for Uira
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use uira_core::UIRA_DIR;

pub const UIRA_STATE_FILE: &str = "boulder.json";

pub const UIRA_STATE_PATH: &str = ".uira/boulder.json";

pub const NOTEPAD_DIR: &str = "notepads";

pub const NOTEPAD_BASE_PATH: &str = ".uira/notepads";

pub const PLANNER_PLANS_DIR: &str = ".uira/plans";

pub const PLAN_EXTENSION: &str = ".md";