1- import { Activity , Database , GitBranch , Terminal } from "lucide-react" ;
1+ import { Bot , LayoutDashboard } from "lucide-react" ;
22import { CARD_TITLE_CLASS , SECTION_H2_CLASS , SECTION_LEDE_CLASS } from "../typography" ;
33import { SITE_SECTION_CLASS , SITE_STANDARD_RAIL_CLASS } from "../layout" ;
44
@@ -7,28 +7,16 @@ const INSPECTOR_SRC =
77
88const features = [
99 {
10- title : "SQLite Viewer " ,
10+ title : "Actor Inspector " ,
1111 description :
12- "Browse and query SQLite databases in real-time across actors and agent sessions " ,
13- icon : Database ,
12+ "Inspect live state, connections, queues, workflow history, and SQLite data without building admin tooling. " ,
13+ icon : LayoutDashboard ,
1414 } ,
1515 {
16- title : "Workflow State " ,
16+ title : "Rivet MCP " ,
1717 description :
18- "Inspect workflow progress, steps, and retries as they execute" ,
19- icon : GitBranch ,
20- } ,
21- {
22- title : "Event Monitoring" ,
23- description :
24- "Follow Actor actions, connection events, and application logs while debugging a run" ,
25- icon : Activity ,
26- } ,
27- {
28- title : "REPL" ,
29- description :
30- "Debug actors and agent sessions by calling actions, subscribing to events, and interacting directly with your code" ,
31- icon : Terminal ,
18+ "Ask your AI client to find Actors, call actions, and open the same Inspector inline as it debugs your application." ,
19+ icon : Bot ,
3220 } ,
3321] ;
3422
@@ -37,10 +25,10 @@ export const ActorsObservabilitySection = () => (
3725 < div className = { SITE_STANDARD_RAIL_CLASS } >
3826 < div className = "grid gap-10 lg:grid-cols-[0.75fr_1.25fr] lg:gap-16" data-site-reveal >
3927 < div >
40- < h2 className = { `text-balance ${ SECTION_H2_CLASS } ` } > Complete observability .</ h2 >
28+ < h2 className = { `text-balance ${ SECTION_H2_CLASS } ` } > See inside every Actor .</ h2 >
4129 < p className = { SECTION_LEDE_CLASS } >
42- Inspect Actor state, SQLite data, workflow progress, events, and
43- callable actions from the Rivet dashboard .
30+ Open the Actor Inspector in the dashboard, or inside your AI client
31+ through Rivet MCP .
4432 </ p >
4533 </ div >
4634 < div className = "grid gap-x-8 sm:grid-cols-2" >
0 commit comments