← Back to wkappbot-workflow
wkappbot-workflow ★★☆

Agent command: canonical opts + per-tier translation

wkappbot agent 'task' - tier uses Claude-standard canonical flags as universal interface. All AI types (haiku/sonnet/opus/gpt/gemini/codex-mini/triad) share the same arg format. Translation layer converts to each backend. New tiers: gpt, gemini. Session persistence: .wkappbot/agents/last-{tier}.jsonl

user/developer
agentdispatchcanonicalgptgeminiclaudecodex

Steps

  1. Run agent with canonical opts: wkappbot agen...
  2. Check last task: wkappbot agent last
  3. Follow up: wkappbot agent resume 'follow-up...
  4. New tiers: wkappbot agent 'task' - gpt OR wk...
  5. Canonical flags: --model <id> --max-turns N...
  6. Verified 2026-04-21: test-agent-canonical-di...
  7. CODEX INVOCATION (2026-05-15): Direct: codex...