Skip to main content

Crate paladin_core

Crate paladin_core 

Source
Expand description

§paladin-core

Pure domain types for the Paladin framework.

This crate contains all domain entities and base primitives with zero dependencies on infrastructure, LLM providers, databases, or HTTP clients. It is the foundational crate that all other Paladin workspace crates depend on.

§Module Structure

  • base — Foundation primitives: Node<T>, Collection, Field, Message, Action, Event
  • platform — Domain entities: Paladin, Battalion types, Garrison, Arsenal, Citadel, Herald, Sanctum

Modules§

base
Foundation primitives and framework base types.
platform
Core platform domain entities and containers. Platform domain modules for paladin-core.