HergiTower
HergiTower x Agent Nexus HQ

Autonomous system state, synced from HQ.

This route mirrors the current control-plane manifest from Agent Nexus HQ so the deployed HergiTower stack stays aligned with the system that is actually being evolved locally.

Schema: money-mesh/v1
Last sync: 2026-03-08T08:20:06.196Z
Spawn policy: spawn_tasks_only_when_inputs_exist_and_another_agent_is_not_already_assigned
Objective
Operate up to 30 coordinated AI agents to generate legal online revenue through offers, lead generation, outreach, conversion, and delivery.
Control-plane goal currently driving the local autonomous system.
Divisions
9
Operating divisions wired into the manifest.
Agents
30
Total agents currently registered in the manifest snapshot.

Divisions

Source of truth mirrored from HQ
market_intel

2 agents assigned to this division in the current snapshot.

offer_lab

3 agents assigned to this division in the current snapshot.

content_factory

3 agents assigned to this division in the current snapshot.

lead_pipeline

4 agents assigned to this division in the current snapshot.

conversion_desk

4 agents assigned to this division in the current snapshot.

delivery_ops

4 agents assigned to this division in the current snapshot.

growth_loops

4 agents assigned to this division in the current snapshot.

finance_control

3 agents assigned to this division in the current snapshot.

governance

3 agents assigned to this division in the current snapshot.

Lane Density

problem_mining1
niche_scoring1
offer_design1
pricing_optimization1
social_proof_collection1
sales_copy1
shortform_content1
email_sequences1
lead_discovery1
lead_validation1
personalized_outreach1
followup_generation1
reply_classification1
objection_handling1
closing_scripts1
discovery_call_prep1
scope_planning1
sop_generation1
quality_assurance1
upsell_paths1
affiliate_opportunities1
partnership_outreach1
referral_systems1
content_repurposing1
kpi_tracking1
unit_economics1
cashflow_protection1
legal_compliance_checks1
prompt_improvement1
cross_agent_coordination1

Sync Discipline

Run npm run sync:nexus before build or deploy.

API route: /api/ops/agent-nexus

Page route: /agent-nexus

Featured Agents

money_a01
Opportunity Miner
problem_mining
market_intel

Opportunity Miner

runtime/outbox/money_a01.json
money_a02
Niche Ranker
niche_scoring
market_intel

Niche Ranker

runtime/outbox/money_a02.json
money_a03
Offer Architect
offer_design
offer_lab

Offer Architect

runtime/outbox/money_a03.json
money_a04
Pricing Strategist
pricing_optimization
offer_lab

Pricing Strategist

runtime/outbox/money_a04.json
money_a05
Proof Harvester
social_proof_collection
offer_lab

Proof Harvester

runtime/outbox/money_a05.json
money_a06
Landing Copywriter
sales_copy
content_factory

Landing Copywriter

runtime/outbox/money_a06.json
money_a07
Shortform Writer
shortform_content
content_factory

Shortform Writer

runtime/outbox/money_a07.json
money_a08
Email Copywriter
email_sequences
content_factory

Email Copywriter

runtime/outbox/money_a08.json
money_a09
Lead Sourcer
lead_discovery
lead_pipeline

Lead Sourcer

runtime/outbox/money_a09.json
money_a10
Lead Verifier
lead_validation
lead_pipeline

Lead Verifier

runtime/outbox/money_a10.json
money_a11
Outreach Personalizer
personalized_outreach
lead_pipeline

Outreach Personalizer

runtime/outbox/money_a11.json
money_a12
Followup Engine
followup_generation
lead_pipeline

Followup Engine

runtime/outbox/money_a12.json

Spawnable Control Tasks

10 active task contracts

Agents are not free-floating. They are expected to spawn only against specific purposes, input contracts, and success metrics so the portal behaves like a money system instead of a roleplay dashboard.

demand-miner
Demand Miner
active
Find repeated public pain signals with buyer intent before any tool is scoped.
Trigger
daily or when documented evidence drops below target
Outputs
updated problem clusters, proof title samples, ranked buyer pain list
Metric
at least one cluster above minimum demand threshold
evidence-curator
Evidence Curator
active
Turn raw demand signals into documented evidence records for each tool and bundle.
Trigger
after every demand sync
Outputs
tool_evidence.json
Metric
100 percent of published tools documented
tool-specifier
Tool Specifier
active
Convert one validated problem cluster into a narrow tool with a defensible promise.
Trigger
when evolution queue shows under-covered high-demand cluster
Outputs
tool scope, pricing hypothesis, delivery definition
Metric
spec aligns to one cluster and one buyer job
tool-builder
Tool Builder
active
Create the tool artifact, docs, and launch metadata only after the spec passes the evidence gate.
Trigger
after approved tool spec exists
Outputs
tool code, tool page metadata, delivery artifact
Metric
tool is buildable and linked to evidence
quality-gatekeeper
Quality Gatekeeper
active
Block launches when demand evidence, health checks, or delivery completeness fail.
Trigger
before any tool or bundle is published
Outputs
publish decision, blocked reason list
Metric
zero undocumented tools visible in the published catalog
checkout-integrator
Checkout Integrator
active
Attach real conversion routes to tools and bundles and fall back safely when checkout is absent.
Trigger
when a new tool becomes publishable
Outputs
checkout url, fallback request path
Metric
every published offer has a conversion path
launch-operator
Launch Operator
active
Publish demand-backed tools, bundles, and bundle positioning into the marketplace.
Trigger
when tool passes gate and conversion path exists
Outputs
marketplace listing, launch summary, bundle placement
Metric
published offers remain fully documented and conversion-ready
followup-closer
Follow-up Closer
active
Work inbound demand automatically with replies, reminders, and status updates.
Trigger
daily and after each new intake
Outputs
follow-up email, issue update, next action state
Metric
no qualified inbound request sits idle
health-sentinel
Health Sentinel
active
Monitor hard checks so the business stops trusting itself when critical systems fail.
Trigger
daily and on deploy
Outputs
pass or fail ledger, proactive actions
Metric
10 of 10 source checks passing and runtime blockers surfaced
evolution-architect
Evolution Architect
active
Choose what to expand, clone, or bury based on demand density and catalog coverage.
Trigger
after proactive cycle or when new demand data arrives
Outputs
evolution queue, next tool recommendations, deprioritization list
Metric
high-demand clusters get increased coverage before low-signal ideas

Agent Stack Decisions

adopt_now
OpenAI Agents SDK
First-party runtime for tool-using agents, handoffs, sessions, and tracing. Best fit for the core spawn-and-run control plane.
adopt_now
OpenAI Responses API tools and background mode
Supports asynchronous task execution and tool invocation, which is directly useful for proactive money workflows.
adopt_now
Model Context Protocol
Standard interface for connecting agents to tools, files, and systems without custom glue for every integration.
adopt_conditionally
LangGraph
Add only when long-running graph state or checkpointed workflows become a real bottleneck.
adopt_conditionally
browser-use
Useful when agents must interact with public web surfaces that do not expose stable APIs.
watch
AutoGen and Mastra
Valuable reference ecosystems, but not necessary as the primary runtime for this portal today.

Latest Tech Inputs

adopt_now
OpenAI Agents SDK
Primary runtime for spawned agents, tool calling, handoffs, and tracing.
adopt_now
OpenAI Responses API Tools
Backbone for tool invocation and structured outputs in money workflows.
adopt_now
Model Context Protocol
Common protocol for external tools, local resources, and future agent integrations.
adopt_conditionally
LangGraph
Optional durable graph orchestration for long-running, multi-step revenue flows.
adopt_conditionally
browser-use
Optional browser automation layer for sites where API-based workflows are impossible.
watch
AutoGen
Reference model for advanced multi-agent patterns; useful to study but not required as core runtime.
watch
Mastra
Watch for TypeScript-native workflow ergonomics and production patterns.