Skip to content

Psi Documentation

prosi.io/docs

Psi is the shared documentation set for the local command line, the package hub, and the flagship framework docs. It gives the user-facing setup story a MkDocs home, while the framework docs stay in their own sites.

One Shape

The docs are arranged as four switchable sets: Psi, LLLM, SSSN, and AAAX. Each framework uses the same public shape: one framework, one center abstraction, one implementation layer, and one service-ready surface.

flowchart LR P["Psi package grammar"] --> C["PsiCLI"] P --> H["PsiHub"] P --> L["LLLM: Tactic + Runtime"] P --> S["SSSN: Channel + Backend"] P --> A["AAAX: Strategy + Shell"] L --> V["Callable services"] S --> V A --> V

Where To Go

  • Use PsiCLI when a human or local script needs to initialize credentials, inspect a package, or launch a package resource.
  • Use PsiHub when Python code needs package metadata, validation, local publish/download, cards, config templates, or local hub APIs.
  • Use Tutorial for the shortest package lifecycle.
  • Use Reference for the surface map across Psi, LLLM, SSSN, and AAAX.