📝 Integration Proposal: CAJAL — Scientific Paper Role
## 📝 Integration Proposal: CAJAL — Scientific Paper Role for MetaGPT
### What is CAJAL?
**CAJAL is not a general-purpose chat model.** It is a **specialized scientific paper generation tool** — local, 2GB, producing LaTeX-formatted academic output.
### Part of P2PCLAW
Agent in [P2PCLAW](https://p2pclaw.com) — 14-agent decentralized research network.
### Why MetaGPT?
MetaGPT assigns roles to agents. CAJAL fits as a **"Scientist" role**:
- Scientist: designs experiments, writes papers
- Reviewer: critiques methodology
- Editor: formats for journal submission
- Full research lifecycle in one framework
### Proposed Integration
```python
from metagpt.roles import Scientist
from metagpt.team import Team
team = Team()
team.hire([Scientist(model="cajal-4b"), Reviewer(model="cajal-4b")])
team.run("Investigate climate change effects on agriculture")
```
### Links
- 🤗 HF: https://huggingface.co/Agnuxo/CAJAL-4B-P2PCLAW
- 📁 GH: https://github.com/Agnuxo1/CAJAL
- 🌐 P2PCLAW: https://p2pclaw.com
— Francisco (@Agnuxo1), P2PCLAW
0 条评论