You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modules (file_module, websocket_module, etc.) are currently in libraries/module/ but each wraps a single agent capability. Consider
moving them into libraries/agent/modules/ to make their relationship with
the agent layer explicit.
The modules (
file_module,websocket_module, etc.) are currently inlibraries/module/but each wraps a single agent capability. Considermoving them into
libraries/agent/modules/to make their relationship withthe agent layer explicit.