Store Lifecycle Management
Source Types
| Type | Command | Best For |
|------|---------|----------|
| Git repo | /add-repo <url> | Public libraries, trackable code |
| Local folder | /add-folder <path> | Private code, subdirectories |
| Web docs | /crawl <url> | Documentation sites, API refs |
Naming Conventions
- Library source: package name (
vue,fastapi,pydantic) - Documentation: append
-docs(vue-docs,fastapi-docs) - Org/project:
org-project(microsoft-typescript) - Versioned:
name-version(react-18,python-3.11)
Quick Reference
# Create
/agent-knowledge:add-repo <url> --name=<name>
/agent-knowledge:add-folder <path> --name=<name>
/agent-knowledge:crawl <url> --name=<name>
# Monitor
/agent-knowledge:check-status <job-id>
# Maintain
/agent-knowledge:index <name>
/agent-knowledge:stores
# Remove
/agent-knowledge:remove-store <name>
Detailed Guides
- Source type details and examples: references/source-types.md
- Indexing, storage, and job monitoring: references/operations.md