Files
nexus/wiki/entities/Prismer.md

23 lines
790 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Prismer"
type: entity
tags: []
sources: [latex-paper-writing]
last_updated: 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]]