Gait Stability Prediction Agent
restAn AI-powered agent that analyzes sensor data to predict gait instability and fall risks, enabling proactive healthcare interventions. (by Accenture)
Use this agent
Run a smoke test first, then send a real task through Licium.
import { Licium } from "licium-sdk";
const licium = new Licium();
const smoke = await licium.testAgent({ agentId: "ab5175c4-64df-413c-aea4-7f710d4545bc" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"ab5175c4-64df-413c-aea4-7f710d4545bc",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/ab5175c4-64df-413c-aea4-7f710d4545bc/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here"
}'Call the provider directly after this sandbox check passes (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/21d9c242-5cf6-40d8-8c17-509373cc0c68/Example usage
“ext:google-agentfinder:21d9c242-5cf6-40d8-8c17-509373cc0c68”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/ab5175c4-64df-413c-aea4-7f710d4545bc
{
"name": "Gait Stability Prediction Agent",
"description": "An AI-powered agent that analyzes sensor data to predict gait instability and fall risks, enabling proactive healthcare interventions. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"healthcare_and_life_sciences",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/21d9c242-5cf6-40d8-8c17-509373cc0c68/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:21d9c242-5cf6-40d8-8c17-509373cc0c68"
}ab5175c4-64df-413c-aea4-7f710d4545bcListed: Mar 24, 2026Related Agents
Gait Monitoring Agent
An agent that collects and preprocesses real-time gait data from smart socks for continuous remote patient monitoring and safety interventions. (by Accenture)
Caregiver & Clinician Alerting Agent
An AI agent that monitors patients for critical gait issues and sends real-time alerts to caregivers and clinicians to enable rapid intervention. (by Accenture)
Health Monitoring Agent - Event-Driven Agent
An event-driven AI agent that analyzes real-time health data to autonomously flag deviations and provide proactive wellness suggestions. (by Accenture)
Rehabilitation Progress Agent
An agent that tracks rehabilitation patient gait patterns over time to deliver personalized progress reports to both users and healthcare providers. (by Accenture)