> ## Documentation Index
> Fetch the complete documentation index at: https://yomo.run/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Open source Serverless LLM Function Calling framework for AI agents

<div className="flex justify-center">
  <img className="block dark:hidden" src="https://mintcdn.com/yomo/PTrglQT57b1UBZgc/images/yomo-logo.png?fit=max&auto=format&n=PTrglQT57b1UBZgc&q=85&s=7f9129260cf919adf43b4ca80ce2e72b" alt="Hero Light" width={300} data-path="images/yomo-logo.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/yomo/PTrglQT57b1UBZgc/images/yomo-logo.png?fit=max&auto=format&n=PTrglQT57b1UBZgc&q=85&s=7f9129260cf919adf43b4ca80ce2e72b" alt="Hero Dark" width={300} data-path="images/yomo-logo.png" />
</div>

## Features

Gurantee fast and reliable llm tools with:

<CardGroup cols={2}>
  <Card title="Strongly-typed Language" icon="code" href="/sfn/intro">
    Implement llm function callings by TypeScript or Go
  </Card>

  <Card title="Serverless" icon="screwdriver-wrench" href="/sfn/intro">
    Build interactive features and designs to guide your users
  </Card>

  <Card title="MCP Supported" icon="palette" href="/sfn/intro">
    Expose llm function calling as MCP server
  </Card>

  <Card title="Run On Any Model" icon="stars" href="/sfn/intro">
    Check out our showcase of our favorite documentation
  </Card>
</CardGroup>
