wegent-knowledge

Solid

Knowledge base management and search tools for Wegent. Provides capabilities to list, create, update, and search knowledge bases and documents using RAG retrieval. Use this skill when the user wants to manage knowledge bases, documents, or search for information programmatically.

AI & Automation 667 stars 122 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
94
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Wegent Knowledge Base Skill You now have access to Wegent Knowledge Base management tools. ## Available Tools - **wegent_kb_list_knowledge_bases**: List all knowledge bases accessible to the current user - scope: "personal" (your own), "group" (team), "organization", or "all" (default) - group_name: Specify group name when scope="group" - limit: Maximum number of knowledge bases to return per page - offset: Start offset for paginated listing - returns: items, total, returned_count, limit, offset, has_more - each item includes namespace_level ("personal", "group", or "organization") and namespace_display_name ("personal", group display name, or organization display name) - **wegent_kb_list_documents**: List all documents in a knowledge base - knowledge_base_id: ID of the knowledge base - limit: Maximum number of documents to return per page - offset: Start offset for paginated listing - returns: items, total, returned_count, limit, offset, has_more - **wegent_kb_create_knowledge_base**: Create a new knowledge base - name: Knowledge base display name - description: Optional description - namespace: "default" (personal) or a group namespace (requires Maintainer+) - kb_type: "notebook" (default) or "classic" - summary_enabled: Enable automatic summary generation (default: true) - **wegent_kb_create_document**: Create a new document in a knowledge base - knowledge_base_id: Target knowledge base ID - name: Document name - source_type: "te...

Details

Author
wecode-ai
Repository
wecode-ai/Wegent
Created
6 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category