Skills2026年4月3日·1 分钟阅读
Mesop — Build AI Apps Fast with Python UI
Google's Python UI framework for rapidly building AI demos and internal tools. Declarative components, hot reload. 6.5K+ stars.
TO
TokRepo精选 · Community
快速使用
先拿来用,再决定要不要深挖
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
```bash
pip install mesop
```
```python
import mesop as me
import mesop.labs as mel
@me.page(path="/")
def home():
mel.chat(transform, title="AI 助手")
def transform(prompt, history):
return call_llm(prompt)
me.run()
```
---
🙏
来源与感谢
> Created by [Google / Mesop Dev](https://github.com/mesop-dev). Licensed under Apache-2.0.
>
> [mesop](https://github.com/mesop-dev/mesop) — ⭐ 6,500+
讨论
登录后参与讨论。
还没有评论,来写第一条吧。
相关资产
Claude Reflect — Self-Learning for Claude Code
A Claude Code plugin that captures corrections and preferences during development, then syncs learnings to CLAUDE.md automatically. Makes Claude remember across sessions. 870+ stars.
TokRepo精选
RAPTOR — Security Research Agent for Claude Code
Autonomous offensive and defensive security framework built on Claude Code. Performs static analysis, binary fuzzing, vulnerability discovery, exploit generation, and patch development. MIT.
TokRepo精选
n8n-as-code — AI Agent Superpowers for n8n
Give your AI agent n8n superpowers with 537 node schemas, 7,700+ templates, and TypeScript workflow definitions. Works with Claude Code, Cursor, VS Code, and OpenClaw. MIT license.
TokRepo精选