feat: integrate pi rust lab runtime
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: mnote
|
||||
description: Use MNote page, local file, citation, and LightRAG tools from Pi while respecting MNote access policy.
|
||||
---
|
||||
|
||||
# MNote
|
||||
|
||||
Use MNote tools when the task depends on the current MNote page, selection, allowed local roots, MNote citations, or the configured MNote knowledge library.
|
||||
|
||||
Prefer `mnote_current_page_read` for current-page context and `mnote_knowledge_rag_query` for source-grounded knowledge answers. For long books or documents, use `mnote_knowledge_rag_section_context` after a query returns a relevant section or document structure index.
|
||||
|
||||
Do not invent MNote citation URLs. Use returned citations or `mnote_knowledge_rag_open_reference`.
|
||||
Reference in New Issue
Block a user