node1: add universal file tool, gateway document delivery, and sync runbook
This commit is contained in:
@@ -26,45 +26,64 @@ FULL_STANDARD_STACK = [
|
||||
"presentation_create",
|
||||
"presentation_status",
|
||||
"presentation_download",
|
||||
|
||||
# File artifacts
|
||||
"file_tool",
|
||||
]
|
||||
|
||||
# Specialized tools per agent (on top of standard stack)
|
||||
AGENT_SPECIALIZED_TOOLS = {
|
||||
# Helion - Energy platform
|
||||
# Specialized: energy calculations, solar/wind analysis
|
||||
"helion": [],
|
||||
"helion": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# Alateya - R&D Lab OS
|
||||
# Specialized: experiment tracking, hypothesis testing
|
||||
"alateya": [],
|
||||
"alateya": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# Nutra - Health & Nutrition
|
||||
# Specialized: nutrition calculations, supplement analysis
|
||||
"nutra": [],
|
||||
"nutra": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# AgroMatrix - Agriculture
|
||||
# Specialized: crop analysis, weather integration, field mapping
|
||||
"agromatrix": [],
|
||||
"agromatrix": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# GreenFood - Food & Eco
|
||||
# Specialized: recipe analysis, eco-scoring
|
||||
"greenfood": [],
|
||||
"greenfood": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# Druid - Knowledge Search
|
||||
# Specialized: deep RAG, document comparison
|
||||
"druid": [],
|
||||
"druid": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# DaarWizz - DAO Coordination
|
||||
# Specialized: governance tools, voting, treasury
|
||||
"daarwizz": [],
|
||||
"daarwizz": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# Clan - Community
|
||||
# Specialized: event management, polls, member tracking
|
||||
"clan": [],
|
||||
"clan": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# Eonarch - Philosophy & Evolution
|
||||
# Specialized: concept mapping, timeline analysis
|
||||
"eonarch": [],
|
||||
"eonarch": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# SenpAI (Gordon Senpai) - Trading & Markets
|
||||
# Specialized: real-time market data, features, signals
|
||||
"senpai": ['market_data', 'comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# Soul / Athena - Spiritual Mentor
|
||||
"soul": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# Yaromir - Tech Lead
|
||||
"yaromir": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# Sofiia - Chief AI Architect
|
||||
"sofiia": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
|
||||
# Daarion - Media Generation
|
||||
"daarion": ['comfy_generate_image', 'comfy_generate_video'],
|
||||
}
|
||||
|
||||
# CrewAI team structure per agent (future implementation)
|
||||
|
||||
Reference in New Issue
Block a user