Skip to main content

Crate feagi_agent

Crate feagi_agent 

Source

Modules§

clients
Client-side registration and data channels.
command_and_control
server

Structs§

AgentDescriptor
Describes an agent connecting to FEAGI.
AuthToken
A secure authentication token of fixed length.
FeagiApiVersion

Enums§

AgentCapabilities
FeagiAgentError
Errors that can occur in FEAGI agent operations (both client and server).

Functions§

is_transient_zmq_send_message
String-based check for error messages already formatted (e.g. anyhow chains).
is_transient_zmq_send_would_block
Returns true when err indicates a non-blocking transport send would block (e.g. ZMQ EAGAIN surfaced as FeagiNetworkError::SendFailed with "Socket would block").