Skip to content

Releases: NapthaAI/naptha-sdk

v0.2.1

20 Dec 14:56
Compare
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
  • Store private key in encrypted file

v0.2.0

11 Dec 05:27
a238e38
Compare
Choose a tag to compare

New Features:

  1. Node Inference API Integration

    • Added client and CLI for the new Naptha Node Inference API
    • Enables running inference on the Naptha Node without using Agent Modules
  2. Environment Modules Support

    • Added support for Environment Modules
    • Allows for deployment of environments such as group chat or information boards for agents on Naptha Nodes
    • The state of the environments (e.g. message history) is stored in the Naptha Node postgres db via the Node Storage API