无需部署步骤即可扩展系统
Objects let you create live Python-powered capabilities inside AskRobots. Store custom data, add new views, run logic, and expose new behaviors without waiting for a product release.
Describe what you need in plain language, let AI draft the object, and use it right away through the shell, API, MCP, or its own view.
在Shell中询问
workspace $ 创建一个对象来跟踪供应商记分卡并显示摘要视图
Change the goal and AI can draft a different object, view, or data shape for what your workspace still needs.
打开对象结果
对象: vendor_scorecards AI草稿
存储: 供应商名称、评级、响应时间、最近问题、笔记
添加: 摘要视图、GET/POST方法、Shell执行路径
使用来自: Shell API MCP 檢視
API:
/objects/vendor_scorecards/ • GET / POSTMCP: 通过相同的工作区工具列出对象、运行对象或读取其视图
Objects let you add structure where the product does not already have a built-in module, then use it immediately through the same shell, API, and MCP flow.
对象适合什么
- 您还没有专用页面的自定义数据
- 围绕您自己工作流构建的新视图或摘要
- 实时API和自动化端点
- 无需等待部署的快速内部工具
为什么重要
- 系统可以在每个功能正式构建之前适应
- AI可以帮助创建、存储和运行这些对象
- 对象保留在相同的工作区和权限模型中
- 您可以通过UI、Shell、API和MCP使用它们
不仅仅是开发人员的代码:
You can describe what you need in plain language, let AI draft the object, store the extra data, and start using it right away. That makes AskRobots more adaptable than a fixed set of modules.
一个对象,多种使用方式
Shell:
用普通语言创建它或查询它。
API:
从外部系统调用相同的对象,无需单独部署。
MCP / 视图:
通过AI客户端使用它或在AskRobots内打开其自己的结果视图。