About
Forgemax implements a 'Code Mode' approach for Large Language Model (LLM) tool orchestration, drastically reducing the token footprint by exposing only two universal tools: `search` for capability discovery and `execute` for sandboxed JavaScript execution against tool APIs. This method allows LLMs to leverage their strong coding abilities to write JavaScript that interacts with complex tool sets through typed proxy objects, eliminating the need to embed extensive JSON schemas into the LLM's context. It centralizes and secures access to various MCP servers, enabling efficient, chained tool calls within a single execution cycle while protecting sensitive credentials and internal states from the sandbox.