Skip to main content

Cargo Agents

Cargo agents represent functional roles in a high-ticket sales organization. Each agent is created when a role crosses the detection threshold (10+ weighted mentions, 2+ sources).

Agent Structure


Active Agents

Sales (9 agents)

Marketing (1 agent)

C-Level (4 agents)

Total Active Cargo Agents: 14

Agent Files

AGENT.md

Role definition and operational protocol. Structure:
Example (CLOSER):

SOUL.md

Voice, personality, and communication style. Structure:
Example (CLOSER):

MEMORY.md

Agent knowledge base and context. Structure:
v5 - 2026-03-05: Added CG003 (Cole Gordon farm system deep dive) v4 - 2026-03-01: Added JM001 (Jeremy Miner NEPQ foundations) v3 - 2026-02-28: Added HR002 (Hormozi on lead quality)
Memory freshness:
  • Fresh: < 3 days old
  • Stale: 3-7 days old
  • Outdated: > 7 days old

Agent Creation

Automatic Trigger

Agents are auto-created when role detection crosses threshold:
Detection Levels:
  • Direct (1.0): Role name mentioned explicitly
  • Inferred (0.7): Activity implies role
  • Emergent (0.5): New role detected via patterns
Threshold:
  • Established: weighted_score >= 10 AND sources >= 2

Manual Creation

Use /create-agent command:
Process:
1

Validate Threshold

Check role mention count and source diversity.
2

Load DNA

Extract DNA from NARRATIVES-STATE.json if available.
3

Generate Files

Create AGENT.md, SOUL.md, MEMORY.md from templates.
4

Update Registry

Add to AGENT-INDEX.yaml and ENTITY-REGISTRY.json.
5

Populate Memory

Sync knowledge from sources that mentioned this role.

Agent Usage

In Debates

Agents are auto-selected based on query relevance:
Selection Logic:

Direct Invocation


Memory Management

Update Frequency

Agent memories are updated:
  1. Automatically during Phase 5 (Cascade) of pipeline processing
  2. Manually via /agents command with --refresh flag

Freshness Tracking

Manual Refresh


Agent Index

All agents are registered in agents/AGENT-INDEX.yaml:
Auto-updated by: agent_index_updater.py hook

See Also