Documentation
README
CAO Agent Routing
Route each task to an installed profile whose advertised metadata matches the work. Discover profiles instead of guessing profile names.
Routing Workflow
-
Describe the job with short capability keywords. Include the action, domain, and expected artifact where useful.
-
Search installed profiles. Prefer the read-only
find_profilesMCP tool:find_profiles(query="<capability keywords>", limit=5)If that tool is unavailable, use the equivalent CLI command:
cao profile find "<capability keywords>" --limit 5 --json
This is the opening of the README. Read the full README on GitHub.