{"slug": "forked-tensorzero-after-it-was-archived-after-raising-7-3m", "title": "Forked TensorZero after it was archived after raising $7.3M", "summary": "Agentify has forked the archived TensorZero project, which raised $7.3M, and released Agentify Gateway, an open-source LLM gateway with observability, evaluation, optimization, and experimentation features. The community-maintained fork preserves compatibility with TensorZero protocols while focusing on security fixes and provider updates.", "body_md": "Agentify Gateway is a community-maintained project derived from the Apache-2.0 licensed TensorZero codebase. It provides an open-source LLM gateway, observability layer, evaluation tooling, optimization workflows, and experimentation primitives for production LLM applications.\n\nImportant\n\nThis repository is maintained by Agentify at `agentify-sh/gateway`\n\n.\nIt is derived from the upstream `tensorzero/tensorzero`\n\nrepository, which was archived on June 12, 2026 and is now read-only.\nThe TensorZero name, logo, and other marks belong to their respective owners; this fork uses the name only for attribution and compatibility context.\n\n**Gateway:** access major LLM providers through one OpenAI-compatible API.**Observability:** store inferences and feedback in your own database.**Evaluation:** benchmark individual inferences or end-to-end workflows.**Optimization:** use production metrics and feedback to improve prompts, models, and inference strategies.**Experimentation:** ship routing, fallbacks, retries, and A/B tests with explicit configuration.\n\nThe codebase currently retains TensorZero protocol names, environment variables, package names, crate names, and model strings where changing them would be a breaking compatibility migration. Those names should be treated as compatibility surfaces, not as current project branding.\n\n[Repository](https://github.com/agentify-sh/gateway)[Issues](https://github.com/agentify-sh/gateway/issues)[Security](/agentify-sh/gateway/blob/main/SECURITY.md)[Contributing](/agentify-sh/gateway/blob/main/CONTRIBUTING.md)[Maintainers](/agentify-sh/gateway/blob/main/MAINTAINERS.md)[Maintenance transition](/agentify-sh/gateway/blob/main/MAINTENANCE.md)[Quick Start](/agentify-sh/gateway/blob/main/docs/quickstart.mdx)[Deployment Guide](/agentify-sh/gateway/blob/main/docs/deployment/tensorzero-gateway.mdx)[Configuration Reference](/agentify-sh/gateway/blob/main/docs/gateway/configuration-reference.mdx)\n\nYou can use Agentify Gateway with OpenAI-compatible SDKs.\nThe compatibility model strings still use the existing `tensorzero::...`\n\nprefix.\n\n``` python\nfrom openai import OpenAI\n\nclient = OpenAI(base_url=\"http://localhost:3000/openai/v1\", api_key=\"not-used\")\n\nresponse = client.chat.completions.create(\n    model=\"tensorzero::model_name::anthropic::claude-sonnet-4-6\",\n    messages=[\n        {\n            \"role\": \"user\",\n            \"content\": \"Share a useful fact about LLM gateways.\",\n        }\n    ],\n)\n```\n\nThe gateway includes integrations for Anthropic, AWS Bedrock, AWS SageMaker, Azure, DeepSeek, Fireworks, GCP Vertex AI, Google AI Studio, Groq, Hyperbolic, Mistral, OpenAI, OpenRouter, SGLang, TGI, Together AI, vLLM, xAI, and OpenAI-compatible APIs such as Ollama.\n\nSee the local `docs/`\n\ndirectory for provider setup and configuration details.\n\nAgentify is currently focused on conservative maintenance:\n\n- security fixes\n- provider compatibility fixes\n- build and CI continuity\n- documentation and example repairs\n- small, well-tested bug fixes\n\nRelease publishing, package namespaces, Docker image names, and deeper runtime renames are being handled separately because they affect existing users and automation.\n\nAgentify Gateway is derived from TensorZero and preserves the upstream Apache-2.0 license, source history, and attribution. Historical TensorZero documentation, blog posts, examples, package names, and protocol names may still appear where they are required for attribution, compatibility, or migration.\n\nUpstream project:\n\n- Repository:\n`tensorzero/tensorzero`\n\n- License: Apache-2.0\n- Archived: June 12, 2026", "url": "https://wpnews.pro/news/forked-tensorzero-after-it-was-archived-after-raising-7-3m", "canonical_source": "https://github.com/agentify-sh/gateway", "published_at": "2026-06-14 04:43:14+00:00", "updated_at": "2026-06-14 04:59:38.901935+00:00", "lang": "en", "topics": ["large-language-models", "ai-infrastructure", "ai-tools", "developer-tools"], "entities": ["Agentify", "TensorZero", "Anthropic", "AWS", "OpenAI", "Google", "Mistral", "vLLM"], "alternates": {"html": "https://wpnews.pro/news/forked-tensorzero-after-it-was-archived-after-raising-7-3m", "markdown": "https://wpnews.pro/news/forked-tensorzero-after-it-was-archived-after-raising-7-3m.md", "text": "https://wpnews.pro/news/forked-tensorzero-after-it-was-archived-after-raising-7-3m.txt", "jsonld": "https://wpnews.pro/news/forked-tensorzero-after-it-was-archived-after-raising-7-3m.jsonld"}}