Mashiro2000
Mashiro2000
### 🐛 Describe the bug ```bash (olmocr) ubuntu@xxx-xxx-xxx-xxx:~$ python -m olmocr.pipeline ./localworkspace --pdfs paper.pdf INFO:olmocr.check:pdftoppm is installed and working. 2025-02-27 10:17:40,491 - __main__ - INFO - Got --pdfs argument, going...
Are you planning to integrate [E2B](https://github.com/e2b-dev/E2B) in the future? I am willing to take on this task.
今天推荐一个我们项目,WE0,地址:[we0.ai](https://we0.ai) 还是非常有趣的项目,基于bolt.new和v0思想做出来的项目,支持后端生成和前端生成,还有一个更重磅的,1:1还原设计稿,并且支持sketch和figma,效果比bolt.new高出一倍,大家可以深度体验。 开源地址:[github.com/we0-dev/we0](https://github.com/we0-dev/we0)  在当下,已经涌现很多**AI驱动的前端脚手架工具**,比如[v0](https://v0.dev)、[bolt.new](https://bolt.new)。但是作为国内的一个团队,想基于他们思想做的更大更全,正式推出[we0.ai](https://we0.ai),支持后端生成和设计稿出代码 * 支持小程序 * 支持后端生成 * 未来支持workflow编辑  下面可以看看一些有意思的案例 D2C还原,左边是效果,右边是figma的图片  制作官网,等等  团队成员由字节,阿里,去哪儿,京东,蚂蚁,百度, SiderAI等等, 需要合作联系方式 [[email protected]](mailto:[email protected])
## Description #881 ```python # file:src/strands/tools/mcp/mcp_types.py # because it is a TypedDict, we use `_meta` instead of `meta`. class MCPToolResult(ToolResult): _meta: NotRequired[Dict[str, Any]] # add logic, structuredContent: NotRequired[Dict[str, Any]] #...