Module adapters

Module adapters 

Source
Expand description

Adapter scaffolding for bridging authoring frameworks (LangGraph, AutoGen, CrewAI) into FleetForge’s delivery/policy/replay kernel.

Structs§

AdapterDescriptor
Describes a supported adapter implementation and its discoverability metadata.
AgentRunContext
Execution context shared with adapter hooks.
AgentRunEnvelope
Structured envelope that adapters emit to the runtime.

Enums§

AgentRunAction
Enumerates the canonical adapter actions mirrored into FleetForge.

Statics§

REGISTERED_ADAPTERS
Ordered registry of officially supported adapters.

Traits§

AgentRunAdapter
Contract adapters must implement to surface framework-native runs as FleetForge runs.