Skip to content

build(deps): Bump @tootallnate/once and agentdb in /agentica#62

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/agentica/multi-942c827a49
Open

build(deps): Bump @tootallnate/once and agentdb in /agentica#62
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/agentica/multi-942c827a49

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Removes @tootallnate/once. It's no longer used after updating ancestor dependency agentdb. These dependencies need to be updated together.

Removes @tootallnate/once

Updates agentdb from 2.0.0-alpha.2.11 to 3.0.0-alpha.14

Changelog

Sourced from agentdb's changelog.

Changelog

All notable changes to AgentDB will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0-alpha.2.16] - 2025-12-03

Added

  • SONA v0.1.4 Federated Learning Integration: Complete TypeScript implementation
    • EphemeralLearningAgent: Lightweight distributed learning nodes (~5MB footprint)
    • FederatedLearningCoordinator: Central aggregation with quality-weighted consolidation
    • FederatedLearningManager: Multi-agent coordination with automatic aggregation
    • Quality-based filtering for high-quality agent selection
    • Large-scale federation support (50+ agents with configurable limits)
    • Comprehensive documentation in docs/SONA_FEDERATED_LEARNING_v0.1.4.md
    • Working examples in examples/federated-learning-example.ts

Changed

  • Dependencies Updated:
    • @ruvector/sona: ^0.1.3 → ^0.1.4 (federated learning features)
    • @ruvector/gnn: ^0.1.21 → ^0.1.22 (array conversion fixes)
    • ruvector: ^0.1.24 → ^0.1.29 (improved performance)

Fixed

  • AgentDB Fast API: Fixed db.insert is not a function error

    • Made vectorBackend public in AgentDB.ts for wrapper access
    • Updated wrapper to use vectorBackend.insert(id, embedding, metadata) signature
    • Fixed import path from 'agentdb' to '../core/AgentDB.js'
    • Verified working at 0.09ms average insert time
  • TypeScript Compilation: Fixed AttentionBrowser.ts WASM loader import error

    • Added @ts-ignore for dynamically generated WASM loader

Performance

  • Native Attention Mechanisms: All components verified working with native bindings
    • MultiHeadAttention: 0.018ms avg with native Float32Array
    • LinearAttention: Working with 2D arrays [seqLen][dim]
    • scaledDotProductAttention: 0.018ms avg
    • AgentDB Fast: 0.09ms avg insert time

Documentation

  • Complete federated learning guide with 5 detailed use cases
  • API documentation for all 3 core federated classes
  • Performance characteristics and tuning recommendations
  • Migration guide from v0.1.3 to v0.1.4
  • Example implementations and test results

Tested

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [@tootallnate/once](https://github.com/TooTallNate/once). It's no longer used after updating ancestor dependency [agentdb](https://github.com/ruvnet/agentdb). These dependencies need to be updated together.


Removes `@tootallnate/once`

Updates `agentdb` from 2.0.0-alpha.2.11 to 3.0.0-alpha.14
- [Changelog](https://github.com/ruvnet/agentdb/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ruvnet/agentdb/commits)

---
updated-dependencies:
- dependency-name: "@tootallnate/once"
  dependency-version:
  dependency-type: indirect
- dependency-name: agentdb
  dependency-version: 3.0.0-alpha.14
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants