blueprint-core 0.2.0-alpha.1

Blueprint SDK Core functionality
Documentation

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.

Related links