top of page
Home
About Us
Shop
Blog
Menu
Close
Armor & Fire
Armor & Fire
ARMOR AND FIRE STORIES
Forged in fire. Worn in power
Shop All
Lost Codes of Honor: How Pre-Civilization Ethics Influenced Christian Crusaders
Armor & Fire
Dec 27, 2025
3 min read
Home
About Us
Shop
Blog
bottom of page
const agentInitScript = document.createElement("script"); agentInitScript.type = "module"; agentInitScript.innerHTML = `import Agent from 'https://cdn.jsdelivr.net/npm/@agent-embed/js@latest/dist/web.js' Agent.initBubble({ agentName: "Armor & Fire", theme: '{ button :{ backgroundColor: "#2b3e13"}}', user: { user_id: "unique_user_id_12345", user_name: "your_user_name", user_email: "your_user_email", user_segments: ["abc", "def"], }, filterResponse: function(response) { const citationRegex = /【d+:d+†[^【】]+】/g; return response.replace(citationRegex, ""); } }); `; document.body.append(agentInitScript);