@superexpert-ai/framework
v1.0.27
Published
Platform classes for creating Superexpert.AI plugins
Downloads
151
Readme
Superexpert.AI Framework
This package enables you to extend the Superexpert.AI Platform by creating new plugins. You can use this package to create and easily share the following:
- Server Tools - AI Model tools that execute on the server. For example, getWeather() or lookupStockPrice().
- Client Tools - AI Model tools that execute on the client. For example, a modal dialog that pops up to ask for user confirmation.
- Context Tools - AI Model tools that are used to provide additional context information. For example, the current time or the user profile information.
- Themes - Custom CSS modules to style the Chat Interface.
- LLMs - New Large Language Models (like DeepSeek).
- RAG Strategies - New strategies for matching relevant chunks when using Retrieval-Augmented Generation.
You can view sample plugins by visiting Superexpert.AI Plugins
