blueprint-core
Core runtime primitives used across the Blueprint SDK.
What lives here
- Job model:
Job,JobId,JobCall,JobResult. - Extractors and metadata primitives for handler inputs.
- Core error and extension traits.
When to depend directly
Most apps should use blueprint-sdk. Depend on blueprint-core directly for low-level integrations, custom runtimes, or framework extensions.