ScholarCopilot Skill
This skill integrates ScholarCopilot to provide smart text completions and citation retrieval.
Capabilities
- •Smart Completion: Predict the next sentences in an academic paper context.
- •Citation Search: Suggest relevant ArXiv papers based on the current writing context.
Usage in Agent Zero
python
from agent_zero.skills.scholar_copilot import get_scholar_copilot
copilot = get_scholar_copilot()
# Complete text
completion = copilot.complete("Large language models have revolutionized...")
print(f"Suggested text: {completion}")
Note
Requires local model weights and ArXiv FAISS index.