A Fleet Adapter is a narrow, swappable interface that wraps a model backend for AGNT's fleet layer — four methods: complete, stream, supports_tools, health_check.
Last verified: April 2026
What is Fleet Adapter?
A Fleet Adapter is a narrow, swappable interface that wraps a model backend for AGNT's fleet layer — four methods: complete, stream, supports_tools, health_check.
Adapters exist for claude_local, codex_local, gemma_local, and gemini_local. Swaps are hot: a supervisor API call can move an agent from one adapter to another without restarting the worker or losing cwd and instruction state. This keeps provider outages invisible to active conversations.
FAQ
Fleet Adapter FAQ.
Common questions about Fleet Adapter in the AGNT platform.
A Fleet Adapter is a narrow, swappable interface that wraps a model backend for AGNT's fleet layer — four methods: complete, stream, supports_tools, health_check.
People also ask.
Related terms
Hermes Router
Hermes is an open-source, model-agnostic agent router with strong function-calling support that classifies intents and routes between models and tools.
Soul Loader
The Soul Loader is AGNT's system-prompt builder: it assembles the active prompt from user memory, venue soul, time-of-day context, and recent activity on every turn.
Authority sources
Share as social post
What is Fleet Adapter? A Fleet Adapter is a narrow, swappable interface that wraps a model backend for AGNT's fleet layer — four methods: complete, stream, supports_tools, health_check. https://agntdot.com/glossary/fleet-adapter
229 / 280 chars
See it in action.
Now you know what Fleet Adapter means. Try the live scan demo or read the developer docs to go deeper.