antoinezambelli/forge
forge
A Python framework for self-hosted LLM tool-calling and multi-step agentic workflows
Stars1,340
Forks66
LanguagePython
LicenseMIT
Overview
A Python framework for self-hosted LLM tool-calling and multi-step agentic workflows
Best for
- Evaluating forge for Python AI workflows.
- Comparing a GitHub project with 1,340 stars and current repository activity.
Pros
- forge has visible GitHub traction with 1,340 stars. Topics: agentic-ai, agentic-workflow, agents.
- The GitHub repository is the primary evaluation surface.
Cons
- Production fit still depends on documentation depth, issue activity, and release cadence.
- License review should confirm the MIT terms fit your use case.
Production readiness
forge should be validated with its README, release history, open issues, and integration requirements before production use.
License risk
MIT is reported by GitHub; review the repository license before redistribution or commercial use.
Install
pip install forge-guardrailspip install "forge-guardrails[anthropic]"git clone https://github.com/antoinezambelli/forge.gitpip install -e ".[dev]"python -m forge.proxy --backend-url http://localhost:8080 --port 8081