Maximilian-Winter/llama-cpp-agent
GitHub 仓库 中按Star排名第 657 / 共 783
The llama-cpp-agent framework is a tool designed for easy interaction with Large Language Models (LLMs). Allowing users to chat with LLM models, execute structured function calls and get structured output. Works also with models not fine-tuned to JSON output and function calls.
项目介绍
Not Longer Maintained. Use instead ToolAgents or other Python agentic frameworks.
The llama-cpp-agent framework is a tool designed to simplify interactions with Large Language Models (LLMs). It provides an interface for chatting with LLMs, executing function calls, generating structured output, performing retrieval augmented generation, and processing text using agentic chains with tools.
The framework uses guided sampling to constrain the model output to the user defined structures. This way also models not fine-tuned to do function calling and JSON output will be able to do it.
The framework is compatible with the llama.cpp server, llama-cpp-python and its server, and with TGI and vllm…
最新指标
| Star | 651 | 2026-07-16 |
|---|---|---|
| Fork | 71 | 2026-07-16 |
| 提交 | 542 | 2026-07-16 |
| 发布 | 62 | 2026-07-16 |
| Watcher | 14 | 2026-07-16 |
| 开放 issue | 22 | 2026-07-16 |
| 开放 PR | 3 | 2026-07-16 |