local-llm-function-calling
Generates function arguments and selects functions to call with local LLMs
GraphCanon updated today · GitHub synced today
Decision brief
local-llm-function-calling is designed for generating appropriate arguments and selecting functions to call within the context of local language model deployments.
Good fit when
- When your project requires local handling of function calls with detailed argument generation from LLMs
- If you are utilizing Hugging Face transformers or OpenAI's function call capabilities in a decentralized environment
Avoid when
- Avoid if you need cloud-based services exclusively, as this tool focuses on local deployments
- Do not use when your application specifically requires real-time integration with external web APIs that are not locally hosted
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (895d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install local-llm-function-calling PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A Python tool designed for generating appropriate function arguments and selecting which function to invoke in the context of local language model deployments.
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Aug 25, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 25, 2026)
pip install local-llm-function-callingSource link
Tags
README
Installation
To install the local-llm-function-calling library, use the following command:
pip install local-llm-function-calling
For agents
This page has a .md twin and JSON over the API.