Open the terminal and run this command to install Agent Stack:
Copy
Ask AI
sh -c "$(curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/HEAD/install.sh)"
This interactive script installs Agent Stack CLI, downloads and starts the platform, prompts you to configure your LLM API key, then launches the web interface.
agentstack ui # Launch web interfaceagentstack list # See what agents are availableagentstack run chat "Hi!" # Send a message to chat agentagentstack run chat # Try interactive modeagentstack info chat # View agent detailsagentstack --help # See all options
If you are having issues with these commands, you may be running an old version of Agent Stack. Run the one-line install script above to upgrade to the latest version.