Automatically route tasks to the appropriate tool, agent, or workflow based on keywords and complexity analysis.
bash scripts/route-task.sh "write a python script to sort a list"
bash scripts/route-task.sh "what is the weather in Valencia?"
bash scripts/route-task.sh "analyze this wallet: 0x81ac..."
Edit scripts/config.sh to add custom patterns or change routing logic.
Can be used as a pre-processor for incoming tasks to route them to specialized agents or tools.
共 1 个版本