### Install and Initialize LibreFang Source: https://librefang.ai Installs the LibreFang binary and initializes the environment for agent deployment. ```bash $curl -fsSL https://librefang.ai/install | sh $librefang init $librefang start ``` -------------------------------- ### Install LibreFang SDK Source: https://librefang.ai Use the appropriate package manager for your environment to install the LibreFang SDK. ```python pip install librefang ``` ```javascript npm i @librefang/sdk ``` ```rust cargo add librefang ``` ```go go get librefang/sdk ``` -------------------------------- ### Migrate Agents Source: https://librefang.ai Transfers agents, memory, and skills from a previous installation. ```bash $ librefang migrate --from openclaw ``` -------------------------------- ### Check LibreFang Status Source: https://librefang.ai Displays the current runtime status, including uptime, memory usage, and active agents. ```bash $ librefang status ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.