dispatchAI/function-calling-agent
0
๐ง 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.
