Documentation
finance-ic-coordination-month-end-close-router
arx-ecosystem / reference-agents/finance-ic-coordination-month-end-close-router/README.md
> Routes the close checklist — assigns tasks, tracks status, escalates blockers, reconciles inter-system entries.
Cell: finance.ic · Shape: coordination · Source: arx-reference
Reference agent conforming to MANIFEST_FRAMEWORK.md. Apache 2.0 — fork, modify, or replace; the governance layer underneath stays.
What it does
Given a list of period IDs:
- Pulls supporting context through ARX-governed connectors
- Applies the close orchestration logic
- Returns a structured close status for human review (or
auto-action if within declared low-risk scope)
- Streams every action to the customer's hash-chained personnel record
Governance posture
- Onboarding — credentials issued at runtime, scoped per-call
- Supervision — writes to netsuite, blackline, slack require manager approval
- Evaluation — drift detection against
manifests/job_description.yaml - Records — every action to customer S3 personnel-record bucket
- Termination — one-button revoke + halt + exit attestation
Endpoints
| Method | Path | Description | | ------ | ----------- | ----------- | | POST | /act | Plan a close orchestration pass against period IDs | | POST | /execute | Execute the plan | | GET | /status | Liveness + manifest sha256 + cell + shape |
Run locally
``bash docker build -t finance-ic-coordination-month-end-close-router:dev . docker run --rm -p 8100:8100 finance-ic-coordination-month-end-close-router:dev curl -s http://localhost:8100/status | jq ``