Revenue Forecast Agent
restAn AI agent that predicts future revenue by automatically analyzing historical data and selecting the best forecasting model. (by Wipro Limited)
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: "12af6173-894e-4a35-87f7-ca57d25bab37" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"12af6173-894e-4a35-87f7-ca57d25bab37",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/12af6173-894e-4a35-87f7-ca57d25bab37/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/588d5d5d-d2e8-4ca8-93c7-bf76b03de413/Example usage
“ext:google-agentfinder:588d5d5d-d2e8-4ca8-93c7-bf76b03de413”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/12af6173-894e-4a35-87f7-ca57d25bab37
{
"name": "Revenue Forecast Agent",
"description": "An AI agent that predicts future revenue by automatically analyzing historical data and selecting the best forecasting model. (by Wipro Limited)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"finance_and_accounting",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/588d5d5d-d2e8-4ca8-93c7-bf76b03de413/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:588d5d5d-d2e8-4ca8-93c7-bf76b03de413"
}12af6173-894e-4a35-87f7-ca57d25bab37Listed: Mar 24, 2026Related Agents
Demand Forecasting Agent
An AI-powered agent that forecasts future demand for roles and skills using time series analysis and LLMs. (by Wipro Limited)
Demand Forecast Agent
An AI-powered agent that estimates headcount requirements and generates a real-time workforce strategy for HR planners. (by Accenture)
Stock Prediction Agent
Forecasts stock performance using historical data and a suite of advanced machine learning models. (by Wipro Limited)
Supply Chain Demand Forecasting Agent
An AI-powered agent that analyzes customer forecasts, simulates demand scenarios, and provides actionable recommendations to optimize supply chain manag... (by Infosys Limited)