Codex
82ba4323b9
docs: align public AI harness facts
Harness (E2E) / Harnesses (mock LLM) (push) Has been cancelled
Lint / golangci-lint (push) Has been cancelled
Run Tests / Unit Tests (push) Has been cancelled
Run Tests / Etcd Integration Tests (push) Has been cancelled
Harness (E2E) / Provider harnesses (live LLM conformance) (push) Has been cancelled
2026-07-01 08:39:58 +00:00
Asim Aslam
04e8759d41
test agent checkpoint resume after restart ( #3529 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 09:06:46 +01:00
Asim Aslam
78725135aa
docs(priorities): refresh architect queue ( #3527 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 08:33:01 +01:00
Asim Aslam
2ff64ff0b2
Document canonical 0-to-hero reference path ( #3522 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 07:12:17 +01:00
Asim Aslam
7a8e7cd9ae
docs(priorities): advance queue to 0-to-hero reference ( #3520 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 06:37:15 +01:00
Asim Aslam
b58eed1698
Add retrieval-backed agent memory ( #3518 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 04:59:16 +01:00
Asim Aslam
c92c9cc244
docs(priorities): refresh architect queue ( #3516 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 04:06:59 +01:00
Asim Aslam
a2bf43e9ef
test: broaden stream provider conformance ( #3512 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 03:37:26 +01:00
Asim Aslam
49bac7e4a8
trace scheduled flow dispatch metadata ( #3510 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 02:42:31 +01:00
Asim Aslam
5aac7e3ca0
docs(priorities): refresh architect queue after scheduling ( #3507 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 01:51:21 +01:00
Asim Aslam
d86585bf5c
Add scheduled flow agent harness ( #3505 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 01:02:29 +01:00
Asim Aslam
88e2b58711
docs(priorities): refresh architect queue ( #3503 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 00:38:51 +01:00
Asim Aslam
d259383645
Harden agent terminal failure statuses ( #3499 )
...
Co-authored-by: Codex <codex@openai.com >
2026-07-01 00:03:21 +01:00
Asim Aslam
2d7ee300a4
docs(priorities): refresh architect queue after conformance ( #3497 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 23:40:19 +01:00
Asim Aslam
57fa4e3b7a
Add mock provider conformance target ( #3495 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 23:09:19 +01:00
Asim Aslam
0f1917f26b
docs(priorities): refresh architect queue after verification ( #3493 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 22:40:05 +01:00
Asim Aslam
6e9c5e87e9
Add flow step verification loop ( #3489 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 22:18:01 +01:00
Asim Aslam
d8bb892425
docs(priorities): refresh architect queue after a2a continuity ( #3487 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 21:37:56 +01:00
Asim Aslam
064a112c6b
a2a: expose resubscribe and input-required support ( #3484 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 21:23:43 +01:00
Asim Aslam
24d103c658
docs(priorities): refresh architect queue after memory ( #3482 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 20:47:39 +01:00
Asim Aslam
2d8e3da943
blog: expand /blog/32 into a field guide on agent frameworks ( #3478 )
...
* blog+docs: drop the word "bet" from the tRPC-Agent-Go comparison
Reword "two bets" / "opposite bet" / "the bet is" to approaches / premise /
principle across blog/32 and the comparison guide.
* blog: expand /blog/32 into a field guide on agent frameworks
Roughly double the length with deeper context: the first wave (LangChain &
co.), the two layers of a harness (intra-agent vs operational), loop
engineering and the move to scheduled/looping/work-performing agents, a
survey of where the frameworks are going (LangGraph, CrewAI, AutoGen, ADK,
tRPC-Agent-Go), then Go Micro's "an agent is a service" position, the honest
tRPC-Agent-Go contrast, and MCP/A2A interop. Drops the word "bet" throughout.
---------
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-30 20:20:14 +01:00
Asim Aslam
3081dab246
Add agent memory summarizer hook ( #3479 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 20:18:23 +01:00
Asim Aslam
fdc422c16e
blog+docs: position go-micro vs tRPC-Agent-Go (agent = service) ( #3475 )
...
Add a fair, honest positioning piece on the architectural fork with
tRPC-Agent-Go (an agent SDK alongside your services / graph DSL) vs Go Micro
(one runtime where an agent is a service, every endpoint a tool, durable
flows not a graph DSL). New blog post /blog/32 + a parallel section in the
existing comparison guide; honest about where tRPC-Agent-Go is ahead
(eval, self-evolution, RAG) and that they interoperate over MCP/A2A.
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-30 19:45:52 +01:00
Asim Aslam
5e3f8db193
docs(priorities): refresh architect queue for memory ( #3476 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 19:41:17 +01:00
Asim Aslam
f5bf5f7987
Wire A2A streaming through agent StreamAsk ( #3471 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 19:18:23 +01:00
Asim Aslam
3ec12b7c72
Trace agent checkpoint resume events ( #3468 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 18:22:00 +01:00
Asim Aslam
fa4d4b7f6a
docs(priorities): refresh architect queue after failure hardening ( #3466 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 17:50:23 +01:00
Asim Aslam
43beaafab5
flow: classify workflow failure kinds ( #3464 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 17:30:45 +01:00
Asim Aslam
21a20005cb
docs(priorities): refresh architect queue ( #3462 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 16:51:07 +01:00
Asim Aslam
e1b3c587aa
Add configurable provider conformance dispatch ( #3459 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 16:31:49 +01:00
Asim Aslam
da2bbab80c
docs(priorities): refresh architect queue ( #3457 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 15:55:52 +01:00
Asim Aslam
5a59e1ece4
agent: verify durable resume example ( #3452 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 15:26:32 +01:00
Asim Aslam
aea03ba9e7
priorities: queue the flow verification/grader loop ( #3435 ) ( #3436 )
...
Add the verification loop as a ranked priority — the one missing layer from
the four-loop framing (agent / verification / event-driven / hill-climbing):
flow.Verify + flow.LLMGrader to grade a step's output against a rubric and
retry with feedback. The architect will re-rank on its next pass.
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-30 15:17:18 +01:00
Asim Aslam
54bc05e48f
docs(priorities): advance agent durability queue ( #3450 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 14:40:14 +01:00
Asim Aslam
3ef0d98a16
flow: analyze run traces for optimization ( #3447 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 14:25:15 +01:00
Asim Aslam
5a6c8d8b30
docs(priorities): advance architect queue ( #3445 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 13:41:58 +01:00
Asim Aslam
1cd918c2b9
flow: add verification grader loop ( #3443 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 13:28:53 +01:00
Asim Aslam
e96d4a67bc
docs(priorities): refresh architect queue ( #3441 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 13:09:37 +01:00
Asim Aslam
8994fd03f6
Add A2A fallback provider conformance harness ( #3438 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 12:37:40 +01:00
Asim Aslam
0595130f16
run: surface MCP tools in the micro run banner by default ( #3434 )
...
The gateway already serves /mcp/tools on :8080 unconditionally (every
endpoint is an AI-callable tool), but the startup banner only printed an MCP
line when --mcp-address was set — so the live `micro run` experience hid the
harness's signature feature even though it was running, and didn't match the
README. Always advertise MCP Tools on the gateway address; keep the optional
standalone MCP-protocol server (--mcp-address) as a clearly separate line.
No behavior change — banner output only.
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-30 11:21:26 +01:00
Asim Aslam
37eccc425e
docs(priorities): advance provider conformance queue ( #3433 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 11:14:39 +01:00
Asim Aslam
010e0fe57c
Classify agent run failure summaries ( #3430 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 10:55:14 +01:00
Asim Aslam
113f268268
docs: align DevRel public surface facts ( #3428 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 09:26:20 +01:00
Asim Aslam
c10697f08d
docs(priorities): advance resilience queue ( #3427 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 09:25:32 +01:00
Asim Aslam
f61f3dc04d
test: add AI stream provider conformance ( #3423 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 08:56:12 +01:00
Asim Aslam
d9e6c68938
docs(priorities): refresh architect queue ( #3421 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 07:40:48 +01:00
Asim Aslam
8847668c83
Improve agent telemetry error classification ( #3418 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 07:06:38 +01:00
Asim Aslam
e45bf3d114
docs(priorities): remove completed durable resume item ( #3416 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 05:50:51 +01:00
Asim Aslam
98d1f58cd6
Add durable agent resume example ( #3414 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 04:56:14 +01:00
Asim Aslam
51158ed2a7
docs(priorities): refresh architect queue ( #3412 )
...
Co-authored-by: Codex <codex@openai.com >
2026-06-30 04:04:11 +01:00