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:SOUL.md
Voice, personality, and communication style. Structure:MEMORY.md
Agent knowledge base and context. Structure:- 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:- Direct (1.0): Role name mentioned explicitly
- Inferred (0.7): Activity implies role
- Emergent (0.5): New role detected via patterns
- Established:
weighted_score >= 10ANDsources >= 2
Manual Creation
Use/create-agent command:
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:Direct Invocation
Memory Management
Update Frequency
Agent memories are updated:- Automatically during Phase 5 (Cascade) of pipeline processing
- Manually via
/agentscommand with--refreshflag
Freshness Tracking
Manual Refresh
Agent Index
All agents are registered inagents/AGENT-INDEX.yaml:
agent_index_updater.py hook
See Also
- Conclave Agents - Deliberation agents
- Minds Agents - Expert mind clones
- Intelligence: role_detector.py - Role detection system
- Slash Commands: /create-agent - Agent creation
