docs(falcon-ai): add Imagine feature page#641
Conversation
There was a problem hiding this comment.
Can you take image of something more challenging
There was a problem hiding this comment.
showing flow is like already there can you try like show me latency split or some metric split or some new analytics page view?
| @@ -0,0 +1,131 @@ | |||
| --- | |||
| title: "Imagine" | |||
| description: "AI-powered trace visualization builder. Chat with Falcon AI to turn any trace into an interactive dashboard, then save the view to replay on every future trace." | |||
|
|
||
| ## About | ||
|
|
||
| Imagine is a custom dashboard builder for traces. You describe what you want to see in plain English, Falcon AI assembles the widgets against the current trace, and the resulting dashboard can be saved as a template that applies to any future trace. |
There was a problem hiding this comment.
It is not only dashboard builder its custom view builder
There was a problem hiding this comment.
applies to any traces (future or existing traces) in the respective project
|
|
||
| Imagine is a custom dashboard builder for traces. You describe what you want to see in plain English, Falcon AI assembles the widgets against the current trace, and the resulting dashboard can be saved as a template that applies to any future trace. | ||
|
|
||
| A dashboard is a layout of widgets: charts, tables, metric cards, span trees, markdown summaries. Building one by hand means writing custom code or running queries one at a time. Imagine replaces that with chat, then makes the result reusable so the same trace investigation can run on every trace your team opens later. |
There was a problem hiding this comment.
View can be a it not necessarily "is layout"
|
|
||
|  | ||
|
|
||
| On a fresh trace, suggested prompt chips appear on the empty canvas: *"Show me where the latency is"*, *"Visualize token usage by span"*, *"Show the agent execution flow"*, *"What's the cost breakdown?"*, *"Compare the LLM calls"*, *"Summarize this trace"*. Click a chip to send it to the chat panel, or type your own request. |
There was a problem hiding this comment.
"Show me where the latency is" show or filter no?
| | **Tables** | Data table, key-value list | | ||
| | **Metrics** | Metric card, heatmap | | ||
| | **Trace structure** | Span tree, timeline, agent graph | | ||
| | **Data inspection** | JSON tree, code block | |
There was a problem hiding this comment.
Can you verify if this works? I doubt that is it this way
| | **Metrics** | Metric card, heatmap | | ||
| | **Trace structure** | Span tree, timeline, agent graph | | ||
| | **Data inspection** | JSON tree, code block | | ||
| | **Annotations** | Markdown, screenshot | |
| A canvas built for one trace becomes more valuable when it can replay on any trace. Save it as a view to make it reusable. | ||
|
|
||
| <Steps> | ||
| <Step title="Build the dashboard"> |
| <Step title="Build the dashboard"> | ||
| Use the chat panel to assemble the widgets you want. | ||
|
|
||
|  |
There was a problem hiding this comment.
You already have dashboard feature so let's not use that here..
| | LLM analysis | 90 s | Up to 5 attempts with exponential backoff (5 s to 30 s) | | ||
| | Save result | 10 s | Default | | ||
|
|
||
| If the LLM step exhausts its retries, the widget records a failure state in the database. Click **Rerun** to try again once the model provider recovers. |
There was a problem hiding this comment.
why do you want to say LLM? we are in no way saying its LLM right? we claim its our agent that does the fetching etc. right?
Summary
src/pages/docs/falcon-ai/features/imagine.mdx— covers what Imagine is (custom dashboard builder for traces), how to open it, build widgets via chat, save reusable views, and how dynamic analysis re-runs LLM widgets on every trace.src/lib/navigation.tsunder Falcon AI → Features (between Using Falcon AI and Skill Builder).public/screenshot/product/falcon/10.png–13.png: empty canvas with suggested prompts, dashboard with widgets, Save View popover (cropped), and dynamic-analysis skeleton loader.Test plan
pnpm devand verify the page renders at/docs/falcon-ai/features/imagineDynamic analysisanchor, Next Steps cards to chat / skills / mcp-connectors<Steps>and<Note>components render correctly