anythingllm-plugins
v1.0.0
Published
A collection of plugins for the AnythingLLM framework.
Readme
anythingllm-plugins
This project is a collection of plugins designed for various agent skills and flows. It provides a framework for integrating different functionalities into your applications.
Project Structure
- src/: Contains the source code for the plugins.
- index.ts: Entry point for the package.
- config/: Configuration files for the MCP servers.
- mcp-servers.json: Configuration settings for the MCP servers.
- agent-flows/: Contains JSON files for specific agent flows.
- fb5f3c52-bac6-412d-b4f2-c9bc60d22137.json: Configuration for a specific agent flow.
- agent-skills/: Contains the implementation and metadata for various agent skills.
- get-product-skill/: Skill for retrieving product information.
- handler.js: Implementation of the "get product" skill.
- plugin.json: Metadata for the "get product" skill.
- README.md: Documentation for the "get product" skill.
- giaiToan-agent-skill/: Skill for solving mathematical problems.
- handler.js: Implementation of the "giaiToan" agent skill.
- plugin.json: Metadata for the "giaiToan" agent skill.
- ICT-agent-skill/: Skill for ICT-related queries.
- handler.js: Implementation of the "ICT" agent skill.
- plugin.json: Metadata for the "ICT" agent skill.
- get-product-skill/: Skill for retrieving product information.
Installation
To install the package, run:
npm installUsage
To use the plugins, import the necessary components from the package in your application. Refer to the individual skill documentation for specific usage instructions.
Contributing
Contributions are welcome! Please submit a pull request or open an issue for any enhancements or bug fixes.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
