📄 skillActivePromisingmedium
antoinezambelli/forge
A Python framework for self-hosted LLM tool-calling and multi-step agentic workflows
Supported Platforms
🔧 Generic
Quality Breakdown
95/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
medium
Requires extended permissions (shell access, subagents). Review before use.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Proxy server implementation (src/forge/proxy/) that intercepts and processes LLM API calls - could potentially modify model behavior or outputs
- Multi-agent workflow orchestration framework that spawns and manages agentic loops with tool-calling capabilities
- Server implementation (src/forge/server.py, src/forge/proxy/server.py) that runs as a standalone service accepting external connections
- Tool execution framework with guardrails that processes arbitrary tool calls from LLM - execution context depends on tool definitions
- Dockerfile present indicating containerized deployment capability
- Scripts for running integration tests and proxy operations (scripts/integration_test_proxy.py, scripts/smoke_test_proxy.py) suggest operational automation