Skip to content

chore(release): version packages#38

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

chore(release): version packages#38
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-classifier@1.1.0

Minor Changes

  • #37 00427b3 Thanks @reaatech! - agent-mesh v-next groundwork — provider-agnostic, backend-agnostic, and host-embeddable, all additive and backward-compatible:

    • classifier: pluggable ClassifierProvider (+ createClassifier) — inject any intent classifier (self-hosted, a different provider, or a host-resolved model) instead of the hard-wired Gemini classifier. Default (no provider) is unchanged: Gemini with a mock fallback.
    • session / utils: pluggable SessionStore and BreakerStore with Firestore as the default implementation, dependency-free InMemory* adapters, and injection via setSessionStore / setBreakerStore. The exported service/module functions delegate to the active store; signatures unchanged. (Postgres/Redis adapters to follow.)
    • core: optional metadata passthrough on IncomingRequest / ContextPacket / SessionRecord so an embedding host can carry its own identifiers (e.g. a multi-tenant orgId) without the HR-specific employee_id; plus the SessionStore / BreakerStore / LeaderState interfaces.

    No breaking changes: the default behaviour (Gemini classifier, Firestore persistence, no metadata) is byte-for-byte unchanged.

Patch Changes

  • Updated dependencies [00427b3]:
    • @reaatech/agent-mesh@1.1.0
    • @reaatech/agent-mesh-observability@1.0.1
    • @reaatech/agent-mesh-registry@1.0.1

@reaatech/agent-mesh@1.1.0

Minor Changes

  • #37 00427b3 Thanks @reaatech! - agent-mesh v-next groundwork — provider-agnostic, backend-agnostic, and host-embeddable, all additive and backward-compatible:

    • classifier: pluggable ClassifierProvider (+ createClassifier) — inject any intent classifier (self-hosted, a different provider, or a host-resolved model) instead of the hard-wired Gemini classifier. Default (no provider) is unchanged: Gemini with a mock fallback.
    • session / utils: pluggable SessionStore and BreakerStore with Firestore as the default implementation, dependency-free InMemory* adapters, and injection via setSessionStore / setBreakerStore. The exported service/module functions delegate to the active store; signatures unchanged. (Postgres/Redis adapters to follow.)
    • core: optional metadata passthrough on IncomingRequest / ContextPacket / SessionRecord so an embedding host can carry its own identifiers (e.g. a multi-tenant orgId) without the HR-specific employee_id; plus the SessionStore / BreakerStore / LeaderState interfaces.

    No breaking changes: the default behaviour (Gemini classifier, Firestore persistence, no metadata) is byte-for-byte unchanged.

@reaatech/agent-mesh-session@1.1.0

Minor Changes

  • #37 00427b3 Thanks @reaatech! - agent-mesh v-next groundwork — provider-agnostic, backend-agnostic, and host-embeddable, all additive and backward-compatible:

    • classifier: pluggable ClassifierProvider (+ createClassifier) — inject any intent classifier (self-hosted, a different provider, or a host-resolved model) instead of the hard-wired Gemini classifier. Default (no provider) is unchanged: Gemini with a mock fallback.
    • session / utils: pluggable SessionStore and BreakerStore with Firestore as the default implementation, dependency-free InMemory* adapters, and injection via setSessionStore / setBreakerStore. The exported service/module functions delegate to the active store; signatures unchanged. (Postgres/Redis adapters to follow.)
    • core: optional metadata passthrough on IncomingRequest / ContextPacket / SessionRecord so an embedding host can carry its own identifiers (e.g. a multi-tenant orgId) without the HR-specific employee_id; plus the SessionStore / BreakerStore / LeaderState interfaces.

    No breaking changes: the default behaviour (Gemini classifier, Firestore persistence, no metadata) is byte-for-byte unchanged.

Patch Changes

  • Updated dependencies [00427b3]:
    • @reaatech/agent-mesh@1.1.0
    • @reaatech/agent-mesh-observability@1.0.1

@reaatech/agent-mesh-utils@1.1.0

Minor Changes

  • #37 00427b3 Thanks @reaatech! - agent-mesh v-next groundwork — provider-agnostic, backend-agnostic, and host-embeddable, all additive and backward-compatible:

    • classifier: pluggable ClassifierProvider (+ createClassifier) — inject any intent classifier (self-hosted, a different provider, or a host-resolved model) instead of the hard-wired Gemini classifier. Default (no provider) is unchanged: Gemini with a mock fallback.
    • session / utils: pluggable SessionStore and BreakerStore with Firestore as the default implementation, dependency-free InMemory* adapters, and injection via setSessionStore / setBreakerStore. The exported service/module functions delegate to the active store; signatures unchanged. (Postgres/Redis adapters to follow.)
    • core: optional metadata passthrough on IncomingRequest / ContextPacket / SessionRecord so an embedding host can carry its own identifiers (e.g. a multi-tenant orgId) without the HR-specific employee_id; plus the SessionStore / BreakerStore / LeaderState interfaces.

    No breaking changes: the default behaviour (Gemini classifier, Firestore persistence, no metadata) is byte-for-byte unchanged.

Patch Changes

  • Updated dependencies [00427b3]:
    • @reaatech/agent-mesh@1.1.0
    • @reaatech/agent-mesh-session@1.1.0
    • @reaatech/agent-mesh-observability@1.0.1

@reaatech/agent-mesh-confidence@1.0.1

Patch Changes

  • Updated dependencies [00427b3]:
    • @reaatech/agent-mesh@1.1.0
    • @reaatech/agent-mesh-classifier@1.1.0
    • @reaatech/agent-mesh-observability@1.0.1
    • @reaatech/agent-mesh-registry@1.0.1

@reaatech/agent-mesh-gateway@1.0.1

Patch Changes

  • Updated dependencies [00427b3]:
    • @reaatech/agent-mesh@1.1.0
    • @reaatech/agent-mesh-classifier@1.1.0
    • @reaatech/agent-mesh-session@1.1.0
    • @reaatech/agent-mesh-confidence@1.0.1
    • @reaatech/agent-mesh-observability@1.0.1
    • @reaatech/agent-mesh-registry@1.0.1
    • @reaatech/agent-mesh-router@1.0.1

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

Patch Changes

  • Updated dependencies [00427b3]:
    • @reaatech/agent-mesh@1.1.0
    • @reaatech/agent-mesh-session@1.1.0
    • @reaatech/agent-mesh-gateway@1.0.1
    • @reaatech/agent-mesh-observability@1.0.1
    • @reaatech/agent-mesh-registry@1.0.1

@reaatech/agent-mesh-observability@1.0.1

Patch Changes

  • Updated dependencies [00427b3]:
    • @reaatech/agent-mesh@1.1.0

@reaatech/agent-mesh-registry@1.0.1

Patch Changes

  • Updated dependencies [00427b3]:
    • @reaatech/agent-mesh@1.1.0
    • @reaatech/agent-mesh-observability@1.0.1

@reaatech/agent-mesh-router@1.0.1

Patch Changes

  • Updated dependencies [00427b3]:
    • @reaatech/agent-mesh@1.1.0
    • @reaatech/agent-mesh-utils@1.1.0
    • @reaatech/agent-mesh-observability@1.0.1
    • @reaatech/agent-mesh-registry@1.0.1

@reaatech/agent-mesh-e2e@1.0.1

Patch Changes

  • Updated dependencies [00427b3]:
    • @reaatech/agent-mesh@1.1.0
    • @reaatech/agent-mesh-session@1.1.0
    • @reaatech/agent-mesh-gateway@1.0.1
    • @reaatech/agent-mesh-mcp-server@1.0.1
    • @reaatech/agent-mesh-registry@1.0.1

@reaatech/agent-mesh-orchestrator@1.0.1

Patch Changes

  • Updated dependencies [00427b3]:
    • @reaatech/agent-mesh@1.1.0
    • @reaatech/agent-mesh-classifier@1.1.0
    • @reaatech/agent-mesh-session@1.1.0
    • @reaatech/agent-mesh-utils@1.1.0
    • @reaatech/agent-mesh-confidence@1.0.1
    • @reaatech/agent-mesh-gateway@1.0.1
    • @reaatech/agent-mesh-mcp-server@1.0.1
    • @reaatech/agent-mesh-observability@1.0.1
    • @reaatech/agent-mesh-registry@1.0.1
    • @reaatech/agent-mesh-router@1.0.1

@reaatech
reaatech merged commit 4c7183d into main Jul 2, 2026
@reaatech
reaatech deleted the changeset-release/main branch July 2, 2026 23:26
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