Loading...
Loading...
Compare original and translation side by side
⚠️ IMPORTANT — AGENTS MUST READ BEFORE FETCHING ANYTHING: WebFetch may return an empty shell (nav/metadata only, no prose or code) for some URLs. After every WebFetch call, assess quality before using the content.After every WebFetch, ask: Does the response contain actual prose and/or code blocks with more than ~1000 chars of useful content?Full fetch cascade — follow in order:
- WebFetch → assess content quality → proceed if substantial
- Bash curl (if WebFetch returned a shell) — works on Windows 10+, Linux, and Mac →
bashcurl -s -L -A "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "<url>"- Tell the user → if both fail, report the URL and suggest they open it directly
Apply this cascade to ALL fetches — doc pages, GitHub URLs, and text dumps.
// NEED: exact consensus tag for uint256⚠️ Do not fetch as preparation. Fetch as resolution. Only fetch when you can state the exact piece of information you need. If you can't name it precisely, don't fetch.
⚠️ 重要提示 — 智能体在获取任何内容前必须阅读: 对于部分URL,WebFetch可能仅返回空框架(仅包含导航/元数据,无正文或代码)。每次调用WebFetch后,需先评估内容质量再使用。每次WebFetch后需确认: 响应是否包含实际正文和/或代码块,且有用内容字符数超过约1000个?完整获取流程 — 按顺序执行:
- WebFetch → 评估内容质量 → 若内容充足则继续
- Bash curl(若WebFetch返回空框架)—— 适用于Windows 10+、Linux和Mac系统 →
bashcurl -s -L -A "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "<url>"- 告知用户 → 若上述两种方式均失败,告知用户该URL并建议他们直接打开
所有获取操作均需遵循此流程,包括文档页面、GitHub URL和文本转储。
// NEED: exact consensus tag for uint256⚠️ 不要预先进行获取操作,仅在需要解决问题时获取。 只有当你能明确说出所需的具体信息时,才进行获取。如果无法精准描述需求,请勿获取。
repo-*.mdllms-full-ts.txtllms-full-go.txtgeneral.mdrepo-*.mdllms-full-ts.txtllms-full-go.txtgeneral.mdcre <command> --helprepo-cre-cli.mdcre <command> --helprepo-cre-cli.md| File | Topic | When to use |
|---|---|---|
| account-setup.md | Account setup | Creating accounts, CLI login, managing authentication |
| getting-started.md | Getting started | CLI installation, project setup, tutorial walkthrough (Go & TypeScript) |
| capabilities.md | Capabilities | EVM read/write, HTTP capability, triggers overview |
| workflow-building.md | Workflow building | Secrets, time, randomness, triggers (cron/HTTP/EVM log), HTTP client, EVM client, onchain read/write, report generation |
| cli-reference.md | CLI reference | CLI commands for accounts, auth, project setup, secrets, workflows, utilities |
| sdk-reference.md | SDK reference | SDK core, consensus/aggregation, EVM client, HTTP client, trigger APIs (Go & TypeScript) |
| operations.md | Operations | Deploying, simulating, monitoring, activating, pausing, updating, deleting workflows, multi-sig wallets |
| concepts.md | Concepts | Consensus computing, finality, non-determinism, TypeScript WASM runtime |
| organization.md | Organization | Org management, inviting members, linking wallet keys |
| general.md | General | CRE overview, key terms, demos, Gelato migration, project configuration, supported networks, release notes, service quotas, support |
| templates.md | Templates | CRE workflow templates overview and usage |
| 文件 | 主题 | 使用场景 |
|---|---|---|
| account-setup.md | 账户设置 | 创建账户、CLI登录、管理身份验证 |
| getting-started.md | 入门指南 | CLI安装、项目设置、教程演练(Go & TypeScript) |
| capabilities.md | 功能特性 | EVM读写、HTTP功能、触发器概述 |
| workflow-building.md | 工作流构建 | 密钥、时间、随机性、触发器(定时/HTTP/EVM日志)、HTTP客户端、EVM客户端、链上读写、报告生成 |
| cli-reference.md | CLI参考 | 账户、身份验证、项目设置、密钥、工作流、工具类的CLI命令 |
| sdk-reference.md | SDK参考 | SDK核心、共识/聚合、EVM客户端、HTTP客户端、触发器API(Go & TypeScript) |
| operations.md | 运维操作 | 工作流部署、模拟、监控、激活、暂停、更新、删除、多签钱包 |
| concepts.md | 核心概念 | 共识计算、最终性、非确定性、TypeScript WASM运行时 |
| organization.md | 组织管理 | 组织管理、成员邀请、钱包密钥关联 |
| general.md | 通用信息 | CRE概述、关键术语、演示、Gelato迁移、项目配置、支持网络、发布说明、服务配额、支持渠道 |
| templates.md | 模板资源 | CRE工作流模板概述及使用方法 |
// NEED: exact consensus tag for uint256// NEED: verify project.yaml structurecre workflow simulate// NEED: exact consensus tag for uint256// NEED: verify project.yaml structurecre workflow simulate| File | Repo | When to use |
|---|---|---|
| repo-cre-templates.md | cre-templates | Starter templates, building blocks, example workflow patterns |
| repo-cre-sdk-typescript.md | cre-sdk-typescript | TypeScript SDK source, HTTP trigger package, SDK examples |
| repo-cre-sdk-go.md | cre-sdk-go | Go SDK source, capability implementations, consensus code |
| repo-cre-prediction-market-demo.md | cre-gcp-prediction-market-demo | Prediction market demo app, end-to-end workflow example |
| repo-cre-cli.md | cre-cli | CRE CLI source code and auto-generated command reference docs |
| 文件 | 仓库 | 使用场景 |
|---|---|---|
| repo-cre-templates.md | cre-templates | 入门模板、构建模块、示例工作流模式 |
| repo-cre-sdk-typescript.md | cre-sdk-typescript | TypeScript SDK源码、HTTP触发器包、SDK示例 |
| repo-cre-sdk-go.md | cre-sdk-go | Go SDK源码、功能实现、共识代码 |
| repo-cre-prediction-market-demo.md | cre-gcp-prediction-market-demo | 预测市场演示应用、端到端工作流示例 |
| repo-cre-cli.md | cre-cli | CRE CLI源码及自动生成的命令参考文档 |
repo-*.mdgeneral.mdrepo-*.mdgeneral.mdsecrets.yamlGEMINI_API_KEY_SECRETGEMINI_API_KEYGEMINI_API_KEYGEMINI_API_KEY_SECRET_VARGEMINI_API_KEY_VARsecrets.yamlMY_SECRET_NAMEMY_SECRETsecrets.yamlGEMINI_API_KEY_SECRETGEMINI_API_KEYGEMINI_API_KEYGEMINI_API_KEY_SECRET_VARGEMINI_API_KEY_VARsecrets.yamlMY_SECRET_NAMEMY_SECRETworkflow-building.mdsdk-reference.mdgetting-started.mdaccount-setup.mdassets/cre-docs-index.mdworkflow-building.mdsdk-reference.mdgetting-started.mdaccount-setup.mdassets/cre-docs-index.md