发布

  • Refactor README features and add end-to-end flow testing (#2954)

    frostbyte_neo 发布于 2026-06-08 08:09:48 +00:00

    • docs: group README features by section (AI / Framework / DX)

    The features table repeated 'AI' down the Category column. Split into
    three grouped tables — AI, Framework, Developer experience & deployment —
    dropping the repetitive column. Adds a Guardrails row (MaxSteps,
    ApproveTool).

    • test: flow-to-agent end-to-end in the harness

    Proves 'Flow triggers, Agent reasons': a workflow with FlowAgent hands an
    event to the registered conductor agent over RPC, which plans, creates
    tasks, and delegates to comms — the whole chain over real RPC with only
    the LLM mocked. Deterministic (shared in-memory registry, no sleeps),
    passes under -race.

    • blog: 'The Evolution of Microservices' (#19)

    A technical history of distributed-systems eras — the monolith's
    coordination cost, the distributed-systems tax, containers and
    declarative orchestration, the service mesh, and the modular-monolith
    correction — establishing the durable unit (named, typed, discoverable,
    independently deployable) that every runtime wave required. Then the
    technical argument for agents: an LLM tool call needs exactly a service
    interface, so the caller shifts from deterministic code to a reasoner
    that composes typed capabilities from intent, with the honest caveats
    (non-determinism, cost, guardrails). Not a product pitch.


    Co-authored-by: Claude noreply@anthropic.com

    下载附件