hugind - command-line interface for agents, configs, models, the server, and the stdio bridge.
hugind <command> [options]
hugind provides a small set of top-level commands for managing agents,
configurations, models, and a server. If a command fails,
hugind prints an error and exits with code 1.
hugind agent ...-- run, install, list, remove, teamhugind config ...-- list, validate, init, defaults, info, removehugind model ...-- add, show, list, remove, migratehugind server ...-- start, list, stophugind stdio-- stdio bridge for desktop/app integration
See docs/cli_agent.md.
See docs/cli_config.md.
See docs/cli_model.md.
See docs/cli_server.md.
See docs/stdio_bridge.md.
HUGIND_TRACE=1-- enable trace output for agentic execution
Run hugind --help or hugind <command> --help to see all flags and options.