feat: integrate pi rust lab runtime

This commit is contained in:
Agent Board
2026-07-10 10:54:34 +08:00
parent c8472bb898
commit 896c94b696
73 changed files with 19852 additions and 1152 deletions
+12
View File
@@ -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`.