Everything about AI Function Calling (MCP), the keyword for Agentic AI

This page summarizes the projects mentioned and recommended in the original post on dev.to

Puter.js - The Backend for AI-Generated Apps
One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.
developer.puter.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. agentica

    TypeScript AI AI Function Calling Framework enhanced by compiler skills.

    Github Repository: https://github.com/wrtnlabs/agentica

  2. Puter.js

    Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.

    Puter.js logo
  3. samchon

    We identified the reason: a lack of understanding about JSON schema and insufficient compiler-level support. Agent frameworks should strengthen fundamental computer science principles rather than focusing on fancy techniques.

  4. typia

    Super-fast/easy runtime validators and serializers via transformation

    We identified the reason: a lack of understanding about JSON schema and insufficient compiler-level support. Agent frameworks should strengthen fundamental computer science principles rather than focusing on fancy techniques.

  5. Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

    If you're planning to convert a backend server to an AI agent using function calling, avoid languages and frameworks that require developers to manually write JSON schemas, such as PHP Laravel and Java Spring RestDocs.

  6. langchain

    The agent engineering platform.

    But what about today? Has function calling conquered the world? No—rather than function calling, agent workflow-driven development has become dominant in the AI development ecosystem. langchain is perhaps the most representative framework in this workflow ecosystem.

  7. openapi

    Discontinued OpenAPI definitions, converters and LLM function calling schema composer. (by samchon)

    @samchon/openapi IChatGptSchema.ts: OpenAI ChatGPT IClaudeSchema.ts: Anthropic Claude IDeepSeekSchema.ts: High-Flyer DeepSeek IGeminiSchema.ts: Google Gemini ILlamaSchema.ts: Meta Llama

  8. shopping-backend

    Shopping Mall Backend Server made by NestJS + Prisma for Education

    Below is demonstration code that converts a shopping mall's OpenAPI document to a function schema, plus a video showing it running as an actual AI agent. Simply by importing the swagger.json file from an existing shopping mall server, you can search for products through chat, purchase them, manage delivery, apply discount coupons, or process refunds.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. nestia

    NestJS Helper + AI Chatbot Development

    Instead, use compiler-driven (or reflection-based) OpenAPI document generators like Nestia or FastAPI. Then convert the compiler-generated OpenAPI to a specific AI function schema using the @samchon/openapi library, as shown below.

  11. fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

    Instead, use compiler-driven (or reflection-based) OpenAPI document generators like Nestia or FastAPI. Then convert the compiler-generated OpenAPI to a specific AI function schema using the @samchon/openapi library, as shown below.

  12. autoview

    Discontinued Automatic view component renderer by AI agent [GET https://api.github.com/repos/wrtnlabs/autoview: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

    Also, if you want to make specific visual components for each function, but you don't have enough time, consider using our another framework AutoView which can generate TypeScript frontend code from schema information.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • AI-startup's concepts are all same with our MIT-licensed OSS projects. Is this convergent evolution? or OSS etiquette violation?

    16 projects | dev.to | 13 Jan 2026
  • typia (20,000x faster validator) challenges to Agentic AI framework, with its compiler skill

    4 projects | dev.to | 25 Mar 2025
  • A.I. Chat with your TypeScript Class (Every TypeScript Classes can be Super A.I. Chatbot)

    1 project | dev.to | 31 Jan 2025
  • A.I. Chat with your TypeScript Class (End of Frontend Development)

    1 project | dev.to | 30 Jan 2025
  • Why, after 6 years, I'm over GraphQL

    17 projects | news.ycombinator.com | 30 May 2024

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?