feat: add specialist agents example and imageModel routing#7
Merged
dorukardahan merged 2 commits intomainfrom Feb 15, 2026
Merged
feat: add specialist agents example and imageModel routing#7dorukardahan merged 2 commits intomainfrom
dorukardahan merged 2 commits intomainfrom
Conversation
New example: specialist-agents/ with 9 agents (5 core + 4 domain specialists) Specialist agents: - devops (Codex) — infrastructure, deployment, monitoring - researcher (Gemini Pro) — deep research, fact-checking - content-writer (Opus) — blog posts, documentation - community (Flash) — moderation, quick responses Also adds: - imageModel config in defaults (Pro → Flash → Opus fallback) - Specialist agents section in SKILL.md with usage guide - Image model routing section in SKILL.md - Updated examples/README.md with setup instructions - Updated README.md repo structure and subscription table
- Fix README tree indentation: each example dir gets its own block - Add workspace naming note: dir names are arbitrary, don't need to match agent id - Soften imageModel fallback wording: 'typically' + link to docs - Add fallback-depth note: specialists intentionally use fewer fallbacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
New
examples/specialist-agents/config with 9 agents: the 5 core agents from full-stack plus 4 domain-specific specialists. Also addsimageModelconfiguration and documentation for both features.Specialist Agents
devopsresearchercontent-writercommunityImage Model Routing
Added
imageModelto defaults: Pro → Flash → Opus fallback chain for vision tasks.Review feedback addressed
No private data
All paths use generic
~/.openclaw/workspace-*. No credentials or personal info.