790 B
790 B
title, type, tags, sources, last_updated
| title | type | tags | sources | last_updated | |
|---|---|---|---|---|---|
| Prismer | entity |
|
2026-04-22 |
Aliases
- Prismer-AI
- https://github.com/Prismer-AI/Prismer
Definition
Prismer 是一个开源的 AI Agent 工作流框架,通过 Docker 容器提供预配置的开发环境,使 Agent 能够执行需要完整系统工具(如 LaTeX 编译、代码执行等)的任务,而无需在本地安装任何依赖。
Role in Sources
- 提供 Prismer Workspace 容器(内置完整 TeX Live + LaTeX 服务器,运行在端口 8080)
- 内置 latex-compiler skill,为 Agent 提供 LaTeX 写作能力
- 通过 Docker Compose 一键部署:
docker compose -f docker/docker-compose.dev.yml up
Connections
- LaTeX Paper Writing ← uses runtime from ← Prismer