Imported from muffy86/agent-factory (
AGENTS.md). Install upstream withnpx skills add muffy86/agent-factory. Copyright stays with the author.
Agent Routing
How to give an instruction
Option 1: Kortix session (right here)
Just talk to me. I'll route to other agents when needed.
Option 2: GitHub Issue
Open an issue on the target repo with one of these labels:
kortix-build- I (Kortix) handle it directlyopenhands-task- Send to OpenHands for full VM worksweep- Sweep for issue-to-PRmorph-edit- Morph for fleet-wide editsaider-task- Aider for conversational codingclaude-code- Claude Code CLI
The orchestrator workflow picks it up and routes.
Option 3: Direct dispatch
curl -X POST -H "Authorization: Bearer $TOKEN" \
https://api.github.com/repos/muffy86/agent-factory/dispatches \
-d '{"event_type":"build_request","client_payload":{"task":"<what>","target_repo":"<where>"}}'
State recovery
State is in muffy86/.agent-state. To resume a previous build:
gh secret list --org Muffy1
cat /tmp/agent-factory/state.json # or read from .agent-state repo