openai-function-calling — Agent Tool by jakecyr

by jakecyr · Agent Tool · ★ 82

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About openai-function-calling

OpenAI Function Calling Helper functions to generate JSON schema dicts for OpenAI ChatGPT function calling requests. See the official Function Calling reference for more information. Installation Install from PyPi with: The openai-function-calling package does come with the openai package. It must be installed separately with Usage Auto-Infer the Function Definition (Beta) Automatically infer your function name, description, and parameters given a reference to the function. A instance is returned which can be converted to JSON schema with and then passed to the OpenAI chat completion API: python from typing import Any, Callable from openaifunctioncalling import FunctionInferrer import openai import json Define example functions. def getcurrentweather(location: str, unit: str = "fahrenheit") - str: """Get the current weather and return a summary.""" return f"It is currently sunny in {location} and 75 degrees {unit}." def gettomorrowsweather(locatio

chatgptfunction-callingmachine-learningopenaipython

Quick Facts

Stars82
Forks14
LanguagePython
CategoryAgent Tool
Quality Score41.75/100
Last Updated2025-03-07
Created2023-06-24
Platformspython
Est. Tokens~11k

Compatible Skills

These tools work well together with openai-function-calling for enhanced workflows:

  • cursor-agent — semantic(0.15)+complementary+shared_fw(openai)+same_lang+similar_pop+shared_platform (63%)
  • ToolRegistry — semantic(0.35)+complementary+same_lang+similar_pop+shared_platform (57%)
  • mcp-gemini-search — semantic(0.31)+complementary+same_lang+similar_pop+shared_platform (56%)

openai-function-calling alternative? Top 6 similar tools

Looking for a openai-function-calling alternative? If you're comparing openai-function-calling with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • agent-builder by strands-agents · ⭐ 410

    An example agent demonstrating streaming, tool use, and interactivity from your terminal. This agent builder c

  • mcp-server by strands-agents · ⭐ 282

    This MCP server provides documentation about Strands Agents to your GenAI tools, so you can use your favorite

  • cai by ad-si · ⭐ 202

    User friendly CLI tool for AI tasks. Stop thinking about LLMs and prompts, start getting results!

  • context-compressor by Huzaifa785 · ⭐ 80

    AI-powered text compression library for RAG systems and API calls. Reduce token usage by up to 50-60% while pr

  • ha-claude by Bobsilvio · ⭐ 74

    Home Assistant add-on: Claude Code, OpenAI/GPT, Gemini

  • SirChatalot by sazonovanton · ⭐ 72

    SirChatalot is a Telegram bot leveraging ChatGPT, Claude or YandexGPT. It uses Whisper for speech-to-text and

More Agent Tool Tools

Explore other popular agent tool tools:

View all Agent Tool tools →

Popular Python Agent Tools

Frequently Asked Questions

What is openai-function-calling?

openai-function-calling is Helper functions to generate JSON schema dicts for OpenAI ChatGPT function calling requests.. It is categorized as a Agent Tool with 82 GitHub stars.

What programming language is openai-function-calling written in?

openai-function-calling is primarily written in Python. It covers topics such as chatgpt, function-calling, machine-learning.

How do I install or use openai-function-calling?

You can find installation instructions and usage details in the openai-function-calling GitHub repository at github.com/jakecyr/openai-function-calling. The project has 82 stars and 14 forks, indicating an active community.

What are the best alternatives to openai-function-calling?

The top alternatives to openai-function-calling on Agent Skills Hub include agent-builder, mcp-server, cai. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

View on GitHub → Browse Agent Tool tools