Releases: NapthaAI/naptha-sdk
Releases · NapthaAI/naptha-sdk
v0.2.1
New Features:
- 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
- Module Create Endpoints
- Added support for module create endpoints
- Allows for downloading and installing modules without running
- Misc
- Add input parameter names and types to modules on hub
- Store private key in encrypted file
v0.2.0
New Features:
-
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
-
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