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)
| Agent ID | Role | Responsibilities |
|---|---|---|
closer | Closer | High-ticket sales calls, objection handling, closing |
bdr | Business Development Rep | Outbound prospecting, lead generation |
sds | Self-Driven Setter | Inbound lead qualification, appointment setting |
lns | Lead Nurture Specialist | Follow-up, nurture campaigns, re-engagement |
nepq-specialist | NEPQ Specialist | Consultative selling, needs analysis |
sales-coordinator | Sales Coordinator | CRM management, reporting, sales ops |
sales-manager | Sales Manager | Team coaching, performance management |
sales-lead | Sales Lead | Strategy, hiring, training |
customer-success | Customer Success | Onboarding, retention, upsells |
Marketing (1 agent)
| Agent ID | Role | Responsibilities |
|---|---|---|
paid-media-specialist | Paid Media Specialist | Facebook/Google ads, CAC optimization |
C-Level (4 agents)
| Agent ID | Role | Responsibilities |
|---|---|---|
cro | Chief Revenue Officer | Revenue strategy, sales leadership |
cfo | Chief Financial Officer | Unit economics, profitability, budgeting |
cmo | Chief Marketing Officer | Brand, demand gen, positioning |
coo | Chief Operating Officer | Operations, processes, systems |
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:
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:- 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:
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
