16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"Name": "AI Monitor",
|
|
"Description": "Real-time AI agent workflow status on N4"
|
|
}
|
|
{
|
|
"Name": "AI Monitor",
|
|
"Description": "Real-time AI agent workflow status on N4",
|
|
"Ready": "Ready",
|
|
"Prompt": "Prompt",
|
|
"Thinking": "Thinking",
|
|
"Working": "Working",
|
|
"Typing": "Typing",
|
|
"Done": "Done",
|
|
"Error": "Error"
|
|
}
|