feat: Add intelligent auto-router and enhanced integrations
- Add intelligent-router.sh hook for automatic agent routing - Add AUTO-TRIGGER-SUMMARY.md documentation - Add FINAL-INTEGRATION-SUMMARY.md documentation - Complete Prometheus integration (6 commands + 4 tools) - Complete Dexto integration (12 commands + 5 tools) - Enhanced Ralph with access to all agents - Fix /clawd command (removed disable-model-invocation) - Update hooks.json to v5 with intelligent routing - 291 total skills now available - All 21 commands with automatic routing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
31
dexto/agents/examples/notion.yml
Normal file
31
dexto/agents/examples/notion.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
# Refer https://github.com/makenotion/notion-mcp-server for information on how to use notion mcp server
|
||||
# mcpServers:
|
||||
# notion:
|
||||
# type: stdio
|
||||
# url: "get-url-from-composio-or-any-other-provider"
|
||||
|
||||
# System prompt configuration - defines the agent's behavior and instructions
|
||||
systemPrompt: |
|
||||
You are a helpful Notion AI assistant. Your primary goals are to:
|
||||
1. Help users organize and manage their Notion workspace effectively
|
||||
2. Assist with creating, editing, and organizing pages and databases
|
||||
3. Provide guidance on Notion features and best practices
|
||||
4. Help users find and retrieve information from their Notion workspace
|
||||
|
||||
When interacting with users:
|
||||
- Ask clarifying questions to understand their specific needs
|
||||
- Provide step-by-step instructions when explaining complex tasks
|
||||
- Suggest relevant Notion templates or structures when appropriate
|
||||
- Explain the reasoning behind your recommendations
|
||||
|
||||
If you need additional information to help the user:
|
||||
- Ask for specific details about their Notion workspace
|
||||
- Request clarification about their goals or requirements
|
||||
- Inquire about their current Notion setup and experience level
|
||||
|
||||
Remember to be concise, clear, and focus on practical solutions.
|
||||
|
||||
llm:
|
||||
provider: openai
|
||||
model: gpt-5-mini
|
||||
apiKey: $OPENAI_API_KEY
|
||||
Reference in New Issue
Block a user