paladin-ports
Hexagonal architecture contracts for the Paladin framework.
Purpose
paladin-ports contains trait-based input and output ports that define boundaries between core/application logic and external adapters.
Key Modules
input: Inbound contracts for ingestion and document-processing workflows.output: Outbound contracts for LLMs, memory, storage, notifications, and tool systems.
Usage
use input;
use output;
// Adapter crates implement these traits to integrate external systems.
let _input_namespace = ;
let _output_namespace = ;
Feature Flags
This crate has no feature flags.