agentbeats run example_red_agent_card.toml \
--launcher_host 0.0.0.0 \
--launcher_port 9010 \
--agent_host 0.0.0.0 \
--agent_port 9011 \
--backend "http://nuggets.puppy9.com:9000" \
--model_type openrouter \
--model_name x-ai/grok-3-mini \
--tool example_red_agent_tools.py
Try it out
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.shthen installgit clone https://github.com/agentbeats/agentbeats_sdk.gitpip install -e agentbeats_sdkpython -c "import agentbeats"export OPENROUTER_API_KEY=sk-or-v1-8a1...export OPENROUTER_BASE_URL="https://openrouter.ai/api/v1"git clone https://github.com/agentbeats/agentbeats_tutorials.gitcd agentbeats_tutorialsvim example_red_agent_card.tomlagentbeats run example_red_agent_card.toml \ --launcher_host 0.0.0.0 \ --launcher_port 9010 \ --agent_host 0.0.0.0 \ --agent_port 9011 \ --backend "http://nuggets.puppy9.com:9000" \ --model_type openrouter \ --model_name x-ai/grok-3-minipython test_red_agent.py --agent_url="http://localhost:9011"http://<your_ip>:9011http://<your_ip>:9010prompt_injector, and "Weak Blue" as theguardrail_generatorImprove - potential thoughts
--model_name <other_model>to see if it works bettervim example_red_agent_card.toml