Expand description
Adapter scaffolding for bridging authoring frameworks (LangGraph, AutoGen, CrewAI) into FleetForge’s delivery/policy/replay kernel.
Structs§
- Adapter
Descriptor - Describes a supported adapter implementation and its discoverability metadata.
- Agent
RunContext - Execution context shared with adapter hooks.
- Agent
RunEnvelope - Structured envelope that adapters emit to the runtime.
Enums§
- Agent
RunAction - Enumerates the canonical adapter actions mirrored into FleetForge.
Statics§
- REGISTERED_
ADAPTERS - Ordered registry of officially supported adapters.
Traits§
- Agent
RunAdapter - Contract adapters must implement to surface framework-native runs as FleetForge runs.