docs(weave): add how-to for creating a custom agent signal - #3089
docs(weave): add how-to for creating a custom agent signal#3089anastasiaguspan wants to merge 2 commits into
Conversation
Give readers a dedicated empty-state path for custom tags instead of burying that flow in the Signals overview. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
📄 Preview this PR's docs ·
No preview available (1)
Updated 2026-08-20 17:48:29 UTC for deployment. |
Sources and decision logSources
Decisions
Intentionally omitted
Needs SME verification
|
Resume promptContinue work on #3089 (branch This PR adds Key decisions already made:
If you pick this up: resolve the SME checklist on the Sources and decision log comment, especially dialog label, empty-state vs + New signal, and whether the overview’s Prompt template / Scorer prompt UI is a second flow or stale docs. |
{
"skill": "author-docs",
"version": "1.2.0",
"depends_on": {
"style-guide": "1.0.0",
"ui-procedure": "1.0.0"
},
"skills_invoked": ["style-guide", "ui-procedure"],
"model": "Cursor Grok 4.6",
"mode": "autonomous"
} |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 78.4%, saving 140.0 KB.
|
Readability impactWord-weighted Flesch-Kincaid grade change across 1 changed page: +0.0 (unchanged). Lower Flesch-Kincaid grade and higher reading ease both mean easier to read. This check is informational and never blocks a PR. Human readability
AI agent comprehensionRated 0-3 (higher is easier for an agent to parse and act on).
Curated-docs baseline median FK grade by type: conceptual 10.5, procedural 8.8, reference 9.4. |
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Preview: https://wb-21fd5541-aguspan-docs-create-custom-signal.mintlify.site |
|
this was my prompt (in cursor) (explicit about skill because of local testing): Weave provides many built-in signals that monitor for common types of agentic application interests, such a frustrated users or jailbreaking. But you can also easily create a signal for any custom need for your application. Under Agents, pick the Signals tab This is where you can create a custom signal, |
HiveMind Sessions1 session · 19m · $0.00
|
| 1. In the **Weave project sidebar**, click **Agents**. | ||
| 1. In the tab bar, click **Signals**. | ||
| 1. On the Signals tab, click **+ Create your first signal**. | ||
| 1. In the dialog, click **Custom Signal**. |
There was a problem hiding this comment.
| 1. In the dialog, click **Custom Signal**. | |
| 1. In the drawer, click **Custom Signal**. |
| - **Tag name**: The label that appears in the Agents view for the behavior you want to monitor. | ||
| - **Definition**: Describe the behavior the signal should detect. | ||
| - (Optional) **+ Add tag**: Click to define another tag on the same signal. | ||
| - **Scorer name**: The display name for this signal. |
There was a problem hiding this comment.
| - **Scorer name**: The display name for this signal. | |
| - **Scorer name**: The name for the underlying scorer object. |
Summary
Test plan
mint dev).Made with Cursor