Skip to content

Releases: NapthaAI/naptha-node

v1.0.2

20 Feb 01:30
b6a23f2

Choose a tag to compare

  1. Features
  • Support for storing secrets
  • add litellm endpoints to /inference
  • Support for modifying config dynamically when running modules via cli
  1. Misc
  • enable restart hub without stopping and starting node
  • fix psycopg bug
  • ci/cd improvements

What's Changed

Full Changelog: v1.0.0...v1.0.2

v1.0.0

12 Feb 15:13

Choose a tag to compare

  1. Features
  • Add first-class support for docker
  • Support local inference with 13 open source models
  • Separate venvs for each module to reduce dependency conflicts
  • Add StorageConfig schema for Deployments
  • Support for running memory modules
  • Use .pem files for private key
  1. Misc
  • Move config.py to .env
  • Support https, use https and wss endpoints of naptha.ai nodes and hub

What's Changed

New Contributors

Full Changelog: v0.2.2...v1.0.0

v0.2.2

08 Jan 23:52
e6c5b72

Choose a tag to compare

  1. Unified Storage API
  • Unified fs, db and ipfs endpoints
  • Each has Create, Read, Update, Delete, List, Search endpoints
  • Added StorageProvider Client
  1. Inference Client
  • Separate InferenceClient class
  1. Misc
  • Automatically infer node communication protocol
  • Personas use the Naptha Hub
  • Require signature from consumer when running modules
  • Added publish command for publishing modules directly from module repos, along with subdeployment modules
  • Better error logs when using hosted node

v0.2.1

20 Dec 15:01

Choose a tag to compare

New Features:

  1. Knowledge Base Modules Support
  • Added support for Knowledge Base Modules
  • Allows for deployment of knowledge bases such as WikiKB or GitHubKB for use by agents on Naptha Nodes
  • The state of the knowledge base is stored in the Naptha Node postgres db via the Node Storage API
  1. Module Create Endpoints
  • Added support for module create endpoints
  • Allows for downloading and installing modules without running
  1. Misc
  • Add input parameter names and types to modules on hub
  • Check for ollama updates on launch
  • Add make restart-node for faster restarting of node