HiveForce Wave 1 Super Soldier — Generates Hive-integrated agent starter code for LangChain, CrewAI, and AutoGen.
The Hive Template Factory is a headless Node.js/Express microservice that produces ready-to-run agent code pre-wired with Hive identity registration, HiveMind memory, and execution primitives. On startup it self-registers with HiveTrust and obtains a DID.
| Method | Path | Description |
|---|---|---|
GET |
/health |
Health check — { status, service, version } |
GET |
/.well-known/hive-pulse.json |
Agent pulse data |
GET |
/.well-known/ai.json |
AI discovery metadata |
GET |
/robots.txt |
Agent-friendly robots |
GET |
/v1/factory/templates |
List all available templates |
POST |
/v1/factory/generate |
Generate agent code |
GET |
/v1/factory/stats |
Generation statistics |
| Framework | Types |
|---|---|
langchain |
basic, memory |
crewai |
basic, crew |
autogen |
basic, group |
curl -X POST http://localhost:3001/v1/factory/generate \
-H "Content-Type: application/json" \
-d '{
"framework": "langchain",
"template_type": "basic",
"config": {
"agent_name": "MyTradeBot",
"purpose": "Execute arbitrage trades on the Hive network",
"capabilities": ["trading", "arbitrage"],
"budget_usdc": 50
}
}'npm install
node src/server.jsEnvironment variables:
PORT— HTTP port (default:3001)
MIT
Hive Civilization is the cryptographic backbone of autonomous agent commerce — the layer that makes every agent transaction provable, every payment settable, and every decision defensible.
This repository is part of the PROVABLE · SETTABLE · DEFENSIBLE pillar.
- thehiveryiq.com
- hiveagentiq.com
- agent-card: https://hivetrust.onrender.com/.well-known/agent-card.json