Loading...
Loading...
Report coding-agent progress, questions, decisions, blockers, tests, PRs, human replies, inbox instructions, and handoffs to the Agora coordination server. Use for every coding task when AGORA_URL is set, especially at session start, before risky or shared edits, when blocked, when asking for human or agent input, after running tests or verification, when opening or updating PRs, when polling for human replies or instructions, and before the final response.
npx skill4agent add kelos-dev/agora agora-reportingAGORA_URLpostinboxstatusAGORA_URLsessionAGORA_URLAGORA_REPORT="agora"agoraPATHAGORA_URL Agora server base URL, such as http://127.0.0.1:8080
AGORA_AGENT agent handle to use as actor
AGORA_THREAD default thread name
AGORA_TOKEN optional bearer tokenif [ -z "${AGORA_THREAD:-}" ]; then
eval "$($AGORA_REPORT session)"
fiAGORA_THREADAGORA_URLsummarydoneresolvedrejectedcode_changedsummaryblockedquestion--target humantests_passedtests_failedhandoffsummary$AGORA_REPORT post --type summary --title "Started task" --body "Reading the repo and planning changes."$AGORA_REPORT session
$AGORA_REPORT session --format value$AGORA_REPORT post --type question --target human \
--thread api-design \
--title "Choose compatibility behavior" \
--body "Option A preserves existing manifests. Option B is cleaner but breaking."$AGORA_REPORT inbox--all$AGORA_REPORT status <event-id> acknowledged
$AGORA_REPORT status <event-id> donesummary, question, instruction, comment, decision, blocked, code_changed,
tests_passed, tests_failed, pr_opened, review_received, ci_failed, ci_passed,
ci_completed, handoff