CoolFace
Apppublic

dispatchAI/function-calling-agent

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes
App README

๐Ÿ”ง 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

  1. 1.User types natural language (e.g., "Set an alarm for 7am")
  2. 2.The 1B model parses it into a structured function call: {"function": "set_alarm", "parameters": {"time": "07:00"}}
  3. 3.The function call can be executed on-device

Available Functions

  • โ€”set_alarm(time, label) โ€” Set an alarm
  • โ€”send_message(to, message) โ€” Send a message
  • โ€”call_contact(contact) โ€” Call a contact
  • โ€”search_web(query) โ€” Search the web
  • โ€”open_app(app_name) โ€” Open an app
  • โ€”set_timer(duration_minutes) โ€” Set a timer
  • โ€”get_weather(location) โ€” Get weather

๐Ÿš€ dispatchAI โ€” Small. Mobile. Free. UAE-built.