Skip to content

Commit 78c75ea

Browse files
committed
*
1 parent 052a68e commit 78c75ea

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

modus/agents.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ func (i *IntelligenceAgent) analyzeBackgroundIntel(data *string) (*string, error
493493
"progress": 0.75,
494494
"message": "Generating threat assessment using AI models",
495495
})
496+
496497
// ... AI model invocation ...
497498

498499
// Phase 3: Mission Complete
@@ -690,13 +691,6 @@ func (i *IntelligenceAgent) OnInitialize() error {
690691
i.lastContact = time.Now()
691692
i.confidence = 0.0
692693

693-
// Emit deployment event
694-
i.EmitEvent("agent_deployed", map[string]interface{}{
695-
"agentId": i.Id(),
696-
"deploymentTime": i.lastContact,
697-
"status": "OPERATIONAL",
698-
})
699-
700694
fmt.Printf(`Intelligence Agent %s deployed
701695
and ready for analysis`, i.Id())
702696
return nil

0 commit comments

Comments
 (0)