by antoinezambelli · Agent Tool · ★ 1.6k
forge A reliability layer for self-hosted LLM tool-calling. Forge lifts an 8B local model to the top of its class on multi-step agentic workflows through guardrails (rescue parsing, retry nudges, step enforcement) and context management (VRAM-aware budgets, tiered compaction). The current top self-hosted config (Ministral-3 8B Instruct Q8 on llama-server) scores 86.5% across forge's 26-scenario eval suite — and 76% on the hardest tier. Three ways to use it: WorkflowRunner — Define tools, pick a backend, run structured agent loops.
| Stars | 1,599 |
| Forks | 86 |
| Language | Python |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 53.074/100 |
| Open Issues | 16 |
| Last Updated | 2026-05-22 |
| Created | 2026-02-16 |
| Platforms | python |
| Est. Tokens | ~165k |
Explore other popular agent tool tools:
forge is A Python framework for self-hosted LLM tool-calling and multi-step agentic workflows. It is categorized as a Agent Tool with 1.6k GitHub stars.
forge is primarily written in Python. It covers topics such as agentic-ai, agentic-workflow, agents.
You can find installation instructions and usage details in the forge GitHub repository at github.com/antoinezambelli/forge. The project has 1.6k stars and 86 forks, indicating an active community.
forge is released under the MIT license, making it free to use and modify according to the license terms.