@lumenflow/conductor-sdk
v5.3.2
Published
Conductor SDK for LumenFlow Software Delivery Pack — SDLC-specific event kinds and conductor contracts (LumenFlow Proprietary)
Downloads
2,202
Readme
@lumenflow/conductor-sdk
Conductor-facing LumenFlow Proprietary pack contracts for cloud consumers.
Status
Shipped pack-contract mirrors for conductor-mode consumers:
- software-delivery events and the 10 remote-callable tool descriptors
- agent-runtime turn lifecycle events and the 6 remote-control tool contracts
- sidekick event payloads
- kernel-intrinsic security events
Cloud consumers can subscribe to conductor-mode pack surfaces without importing Proprietary packages directly.
Example
import type {
GateStartedEvent,
SoftwareDeliveryRemoteToolContract,
TurnStartedEvent,
AgentRuntimeRemoteControlToolContract,
TaskCreatedEvent,
PolicyPushedEvent,
} from '@lumenflow/conductor-sdk';
type ConductorPackEvent =
| GateStartedEvent
| TurnStartedEvent
| TaskCreatedEvent
| PolicyPushedEvent;
type ConductorPackTool = SoftwareDeliveryRemoteToolContract | AgentRuntimeRemoteControlToolContract;Scope
Licence boundary
This package is LumenFlow Proprietary and must never take a runtime dependency on any LumenFlow Proprietary LumenFlow package (@lumenflow/kernel, @lumenflow/core, @lumenflow/cli, @lumenflow/runtime, @lumenflow/agent, @lumenflow/memory, @lumenflow/metrics, @lumenflow/initiatives, @lumenflow/mcp, @lumenflow/shims).
The only permitted LumenFlow runtime dependency is @lumenflow/control-plane-sdk (also LumenFlow Proprietary).
License
LumenFlow Proprietary. See LICENSE.
