feat: add tools

This commit is contained in:
Shivam Mishra
2025-07-09 17:21:09 +05:30
parent ff49996950
commit 5cd6996d5e
5 changed files with 168 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
###### Captain Agent Tools Configuration #######
# id: Tool identifier used to resolve the class (Captain::Tools::{PascalCase(id)}Tool)
# title: Human-readable tool name for frontend display
# description: Brief description of what the tool does
# icon: Icon name for frontend display (frontend icon system)
#######################################################
- id: add_contact_note
title: "Add Contact Note"
description: "Add a note to a contact profile"
icon: "note-add"
- id: add_private_note
title: "Add Private Note"
description: "Add a private note to a conversation (internal only)"
icon: "eye-off"
- id: update_priority
title: "Update Priority"
description: "Update conversation priority level"
icon: "exclamation-triangle"