Skip to content

chore(release): version packages#40

Merged
reaatech merged 1 commit into
mainfrom
changeset-release/main
Jul 2, 2026
Merged

chore(release): version packages#40
reaatech merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@reaatech/agent-mesh@1.2.0

Minor Changes

  • #39 420c0f8 Thanks @reaatech! - agent-mesh v-next, part 2 — in-process transport and Postgres/Redis persistence:

    • router / core: in-process transport. Agents can now be dispatched in-process
      (type: 'inprocess', no HTTP hop) via registerInProcessAgent, alongside the MCP
      transport. dispatchToAgent routes by agent.type and threads an optional
      metadata passthrough (e.g. a tenant orgId) into the ContextPacket. Existing
      type: 'mcp' agents are unchanged.
    • core: consolidate the duplicated AgentConfig. It was defined in both core and
      the registry; it now lives once in core (with the SSRF-safe endpoint check) and the
      registry re-exports it. type is enum(['mcp','inprocess']) and endpoint is
      optional (required for mcp via a refine).
    • new @reaatech/agent-mesh-postgres — Postgres-backed SessionStore +
      BreakerStore adapters (+ ensureSchema / SCHEMA_SQL), leader election via a
      single-row lease with SELECT … FOR UPDATE.
    • new @reaatech/agent-mesh-redis — Redis-backed SessionStore + BreakerStore
      adapters, leader election via a SET NX PX lease.

    Docs, examples, and package READMEs updated for the pluggable classifier/persistence
    and the in-process transport.

@reaatech/agent-mesh-postgres@0.2.0

Minor Changes

  • #39 420c0f8 Thanks @reaatech! - agent-mesh v-next, part 2 — in-process transport and Postgres/Redis persistence:

    • router / core: in-process transport. Agents can now be dispatched in-process
      (type: 'inprocess', no HTTP hop) via registerInProcessAgent, alongside the MCP
      transport. dispatchToAgent routes by agent.type and threads an optional
      metadata passthrough (e.g. a tenant orgId) into the ContextPacket. Existing
      type: 'mcp' agents are unchanged.
    • core: consolidate the duplicated AgentConfig. It was defined in both core and
      the registry; it now lives once in core (with the SSRF-safe endpoint check) and the
      registry re-exports it. type is enum(['mcp','inprocess']) and endpoint is
      optional (required for mcp via a refine).
    • new @reaatech/agent-mesh-postgres — Postgres-backed SessionStore +
      BreakerStore adapters (+ ensureSchema / SCHEMA_SQL), leader election via a
      single-row lease with SELECT … FOR UPDATE.
    • new @reaatech/agent-mesh-redis — Redis-backed SessionStore + BreakerStore
      adapters, leader election via a SET NX PX lease.

    Docs, examples, and package READMEs updated for the pluggable classifier/persistence
    and the in-process transport.

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0

@reaatech/agent-mesh-redis@0.2.0

Minor Changes

  • #39 420c0f8 Thanks @reaatech! - agent-mesh v-next, part 2 — in-process transport and Postgres/Redis persistence:

    • router / core: in-process transport. Agents can now be dispatched in-process
      (type: 'inprocess', no HTTP hop) via registerInProcessAgent, alongside the MCP
      transport. dispatchToAgent routes by agent.type and threads an optional
      metadata passthrough (e.g. a tenant orgId) into the ContextPacket. Existing
      type: 'mcp' agents are unchanged.
    • core: consolidate the duplicated AgentConfig. It was defined in both core and
      the registry; it now lives once in core (with the SSRF-safe endpoint check) and the
      registry re-exports it. type is enum(['mcp','inprocess']) and endpoint is
      optional (required for mcp via a refine).
    • new @reaatech/agent-mesh-postgres — Postgres-backed SessionStore +
      BreakerStore adapters (+ ensureSchema / SCHEMA_SQL), leader election via a
      single-row lease with SELECT … FOR UPDATE.
    • new @reaatech/agent-mesh-redis — Redis-backed SessionStore + BreakerStore
      adapters, leader election via a SET NX PX lease.

    Docs, examples, and package READMEs updated for the pluggable classifier/persistence
    and the in-process transport.

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0

@reaatech/agent-mesh-router@1.1.0

Minor Changes

  • #39 420c0f8 Thanks @reaatech! - agent-mesh v-next, part 2 — in-process transport and Postgres/Redis persistence:

    • router / core: in-process transport. Agents can now be dispatched in-process
      (type: 'inprocess', no HTTP hop) via registerInProcessAgent, alongside the MCP
      transport. dispatchToAgent routes by agent.type and threads an optional
      metadata passthrough (e.g. a tenant orgId) into the ContextPacket. Existing
      type: 'mcp' agents are unchanged.
    • core: consolidate the duplicated AgentConfig. It was defined in both core and
      the registry; it now lives once in core (with the SSRF-safe endpoint check) and the
      registry re-exports it. type is enum(['mcp','inprocess']) and endpoint is
      optional (required for mcp via a refine).
    • new @reaatech/agent-mesh-postgres — Postgres-backed SessionStore +
      BreakerStore adapters (+ ensureSchema / SCHEMA_SQL), leader election via a
      single-row lease with SELECT … FOR UPDATE.
    • new @reaatech/agent-mesh-redis — Redis-backed SessionStore + BreakerStore
      adapters, leader election via a SET NX PX lease.

    Docs, examples, and package READMEs updated for the pluggable classifier/persistence
    and the in-process transport.

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0
    • @reaatech/agent-mesh-observability@1.0.2
    • @reaatech/agent-mesh-registry@1.0.2
    • @reaatech/agent-mesh-utils@1.1.1

@reaatech/agent-mesh-classifier@1.1.1

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0
    • @reaatech/agent-mesh-observability@1.0.2
    • @reaatech/agent-mesh-registry@1.0.2

@reaatech/agent-mesh-confidence@1.0.2

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0
    • @reaatech/agent-mesh-classifier@1.1.1
    • @reaatech/agent-mesh-observability@1.0.2
    • @reaatech/agent-mesh-registry@1.0.2

@reaatech/agent-mesh-gateway@1.0.2

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0
    • @reaatech/agent-mesh-router@1.1.0
    • @reaatech/agent-mesh-classifier@1.1.1
    • @reaatech/agent-mesh-confidence@1.0.2
    • @reaatech/agent-mesh-observability@1.0.2
    • @reaatech/agent-mesh-registry@1.0.2
    • @reaatech/agent-mesh-session@1.1.1

@reaatech/agent-mesh-mcp-server@1.0.2

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0
    • @reaatech/agent-mesh-gateway@1.0.2
    • @reaatech/agent-mesh-observability@1.0.2
    • @reaatech/agent-mesh-registry@1.0.2
    • @reaatech/agent-mesh-session@1.1.1

@reaatech/agent-mesh-observability@1.0.2

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0

@reaatech/agent-mesh-registry@1.0.2

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0
    • @reaatech/agent-mesh-observability@1.0.2

@reaatech/agent-mesh-session@1.1.1

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0
    • @reaatech/agent-mesh-observability@1.0.2

@reaatech/agent-mesh-utils@1.1.1

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0
    • @reaatech/agent-mesh-observability@1.0.2
    • @reaatech/agent-mesh-session@1.1.1

@reaatech/agent-mesh-e2e@1.0.2

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0
    • @reaatech/agent-mesh-gateway@1.0.2
    • @reaatech/agent-mesh-mcp-server@1.0.2
    • @reaatech/agent-mesh-registry@1.0.2
    • @reaatech/agent-mesh-session@1.1.1

@reaatech/agent-mesh-orchestrator@1.0.2

Patch Changes

  • Updated dependencies [420c0f8]:
    • @reaatech/agent-mesh@1.2.0
    • @reaatech/agent-mesh-router@1.1.0
    • @reaatech/agent-mesh-classifier@1.1.1
    • @reaatech/agent-mesh-confidence@1.0.2
    • @reaatech/agent-mesh-gateway@1.0.2
    • @reaatech/agent-mesh-mcp-server@1.0.2
    • @reaatech/agent-mesh-observability@1.0.2
    • @reaatech/agent-mesh-registry@1.0.2
    • @reaatech/agent-mesh-session@1.1.1
    • @reaatech/agent-mesh-utils@1.1.1

@reaatech
reaatech merged commit 45df334 into main Jul 2, 2026
@reaatech
reaatech deleted the changeset-release/main branch July 2, 2026 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant