antoinezambelli/forge
A Python framework for self-hosted LLM tool-calling and multi-step agentic workflows observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 99
- Release rhythm 99
- Longevity 14
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 198
- days_rel: 7
- days_push: 7
- n_releases_24m: 16
Adoption not part of the score
2227 stars · 174 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Forge is a Python framework providing a reliability layer for self-hosted LLM tool-calling, with guardrails like rescue parsing, retry nudges, and response validation. It can be used as a drop-in proxy server (OpenAI/Anthropic compatible), a WorkflowRunner for structured agent loops, or composable middleware inside your own orchestration loop.
Use cases
- make local 8B models reliable at tool calling
- run multi-step agentic workflows with self-hosted LLMs
- proxy Claude Code or aider through guardrails to a local model
- rescue malformed tool calls from small LLMs
- share one GPU inference slot across multiple agent workflows
- add guardrails to an existing agent orchestration loop
- connect OpenAI-compatible coding tools to Ollama or llama.cpp
When to choose
- you self-host models via Ollama, llama.cpp, Llamafile, or vLLM and need dependable tool calling
- you want a transparent proxy that upgrades existing coding agents without rewrites
- you need structured, constrained agent loops with required steps and validation
- you want composable reliability middleware rather than a full agent orchestrator
When to avoid
- you need multi-agent graphs, DAG planning, or cross-agent coordination
- you only use hosted APIs and don't care about local model reliability
- you want a full coding agent rather than a layer beneath one
- your project requires Python below 3.12
Facets
framework · maturity active
agent-framework llm-inference middleware http-server sdk artificial-intelligence large-language-models self-hosted developer-tools python self-hosted cli cross-platform tool-calling guardrails proxy-server ollama llama-cpp vllm function-calling agentic-workflows local-llm ai-agents
1 source
- readme: https://github.com/antoinezambelli/forge · fetched 2026-08-28 · 4528460b2023
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| antoinezambelli/forge | main | 82 |
For agents
markdown · JSON · MCP: product_card(name="antoinezambelli/forge")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem