Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.19.0
metadata
title: Function Calling Agent
emoji: π§
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: apache-2.0
tags:
- function-calling
- agent
- mobile
- on-device
- mcp
- dispatchai
models:
- dispatchAI/Llama-3.2-1B-FunctionCall-mobile
π§ dispatchAI Function Calling Agent
An on-device agent that parses natural language into structured function calls.
Model: Llama-3.2-1B-FunctionCall-mobile β a 1B parameter model fine-tuned for function calling, quantized to Q4, designed for mobile.
How It Works
- User types natural language (e.g., "Set an alarm for 7am")
- The 1B model parses it into a structured function call:
{"function": "set_alarm", "parameters": {"time": "07:00"}} - The function call can be executed on-device
Available Functions
set_alarm(time, label)β Set an alarmsend_message(to, message)β Send a messagecall_contact(contact)β Call a contactsearch_web(query)β Search the webopen_app(app_name)β Open an appset_timer(duration_minutes)β Set a timerget_weather(location)β Get weather
π dispatchAI β Small. Mobile. Free. UAE-built.