Delegate work to Codex, Gemini, and OpenCode agents
owlexpluginsetup L2★121
agentic-mcp-tools/owlex ↗What it does
Delegate agentic tasks to Codex, Gemini, OpenCode
Best for
Multi-agent workflows requiring load-balancing or task-specific agents (Codex for code, Gemini for breadth, OpenCode for spec-driven generation).
Inputs
- · Task description
- · Agent delegation preference (Codex, Gemini, or council)
Outputs
- · Task completion result from delegated agent
- · Execution logs
Requires
- · Codex API
- · Gemini API
- · OpenCode API
- · Owlex MCP server
Preconditions
- · Owlex MCP configured with delegation agents
- · API credentials for target agent (Codex, Gemini, OpenCode)
- · Delegation hooks configured in ./hooks/delegation-hooks.json
Failure modes
- · Delegated agent timeout or failure
- · API credential invalid or quota exhausted
- · Task incompatible with delegated agent capability
- · Response format mismatch
Trust signals
- · Orchestrator and council-delegate patterns provided
- · Clean separation of delegation logic
- · MIT license