micro--go-micro
e94d860856
Run Tests / Unit Tests (push) Has been cancelled
govulncheck / govulncheck (push) Has been cancelled
Harness (E2E) / Harnesses (mock LLM) (push) Has been cancelled
Harness (E2E) / Provider harnesses (live LLM conformance) (push) Has been cancelled
Lint / golangci-lint (push) Has been cancelled
Run Tests / Etcd Integration Tests (push) Has been cancelled
Per standing preference — this is planned development/capability, not "bets". Reword ROADMAP.md and .github/loop/PRIORITIES.md accordingly; no change to what the loop builds. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CmdEY7pYmV5zzwCjNJ4ykL
39 行
2.8 KiB
Markdown
39 行
2.8 KiB
Markdown
# Priorities
|
|
|
|
The ranked work queue for the autonomous improvement loop. The **planner** owns
|
|
this file: each run it turns the [roadmap](../../ROADMAP.md) plus an internal scan
|
|
into a single ordered list — highest-value first — each item linked to a tracking
|
|
issue. The **builder** works the top item whose issue is still open. So the
|
|
planner decides *what*, the builder *builds* it.
|
|
|
|
**Bias to capability, not busy-work.** The top of this queue is net-new capability
|
|
from the roadmap's *Now/Next* items. Hardening/conformance/DX polish is background
|
|
work (roadmap *Ongoing*) — kept low here and capped, never allowed to crowd out
|
|
capability. If an area has had several increments with no user-visible gain, it is done
|
|
for now; rank real-headroom capability instead.
|
|
|
|
**Reading / editing.** An item is done when its linked issue closes (the PR that
|
|
builds it adds `Closes #<issue>`). The human can reorder this list or the issues at
|
|
any time — direction always wins.
|
|
|
|
**Off-limits to the loop** (planner proposes as notes, never auto-merged queue
|
|
items): brand/positioning copy, breaking public-API changes, architectural
|
|
rewrites.
|
|
|
|
## Work queue (ranked)
|
|
|
|
### Capability — the headline (roadmap: Now / Next)
|
|
|
|
1. **Agents that pay — wire the x402 buyer into the agent runtime** ([#4786](https://github.com/micro/go-micro/issues/4786)) — the flagship. The buyer `x402.Client`/`Payer`/budget already exists; wire it so an agent autonomously settles a payment-required tool within budget and retries, opt-in and observable. Makes go-micro a runtime for autonomous agent commerce.
|
|
2. **AP2 mandate foundation over A2A + x402** ([#3552](https://github.com/micro/go-micro/issues/3552)) — signed Checkout/Payment mandates attached over A2A, the Payment Mandate naming an x402 rail. The authorization/audit layer of the emerging agent-payments standard; additive and opt-in.
|
|
3. **Agent spend observability** ([#4787](https://github.com/micro/go-micro/issues/4787)) — surface x402 spend in `RunInfo` and OpenTelemetry so payments are inspectable like every other agent action. (Follows #4786.)
|
|
4. **Example: an agent that pays for a paid tool** ([#4788](https://github.com/micro/go-micro/issues/4788)) — the runnable artifact that makes it real for a developer, against a mock facilitator (no live funds). (Follows #4786/#4787.)
|
|
|
|
### Background — hardening & DX (roadmap: Ongoing; capped)
|
|
|
|
5. **Harden agent provider failure resilience** ([#4650](https://github.com/micro/go-micro/issues/4650)) — timeouts, cancellation, rate limits, retry/backoff, inspectable failure metadata through the agent loop. Real, but maintenance — keep it below the capability work.
|
|
|
|
_Restocked by Claude Code from the roadmap's capability items; thereafter maintained
|
|
by the planner. Next capability to decompose when the above land:
|
|
gRPC-reflection MCP, Kubernetes operator + CRDs (roadmap: Next)._
|