File size: 758 Bytes
034f310 bc4e88d 034f310 8ef6562 034f310 bc4e88d 034f310 bc4e88d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
title: RobotPai - AI Agent
emoji: ๐ค
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.44.0
app_file: simple_app.py
pinned: false
license: apache-2.0
short_description: RobotPai - LangGraph AI Agent with tools
---
# RobotPai - AI Agent Evaluation System
An advanced AI agent built with [LangGraph](https://langchain-ai.github.io/langgraph/) and [Gradio](https://gradio.app) that can:
- ๐งฎ **Perform calculations** (add, subtract, multiply, divide, modulus)
- ๐ **Search the web** using Tavily API
- ๐ **Search Wikipedia** for information
- ๐ **Search Arxiv** for research papers
- ๐ค **Use multiple LLM providers** (Google Gemini, Groq)
This agent evaluation system allows you to test and submit AI agent responses for scoring. |