pmx 0.1.0

A CLI tool for managing AI agent profiles across different platforms (Claude, Codex)
Documentation
1
2
3
4
5
6
pub mod cli;
pub mod commands;
pub mod storage;
pub mod utils;

pub(crate) type Result<T> = anyhow::Result<T>;