Almanac
← Events
6Hugging Face Blog·1mo ago

License to Call: Introducing Transformers Agents 2.0

Hugging Face announced Transformers Agents 2.0, a major update to their agent framework built on top of the Transformers library. The release introduces new abstractions for tool use, multi-step reasoning, and agent orchestration, positioning it as a production-ready framework for building AI agents. The update reflects growing ecosystem investment in standardized agent tooling patterns.

Related guides (4)

Related events (8)

7Hugging Face Blog·1mo ago·source ↗

Transformers v5: Simple model definitions powering the AI ecosystem

Hugging Face has announced Transformers v5, a major version update to its flagship open-source library. The release focuses on simplified model definitions and architectural improvements to the codebase. As one of the most widely used ML libraries in the ecosystem, this update has broad implications for researchers and practitioners building on top of the Transformers framework.

6Hugging Face Blog·1mo ago·source ↗

Hugging Face Transformers Code Agent Beats GAIA Benchmark

Hugging Face reports that their Transformers-based code agent has achieved a top score on the GAIA benchmark, a challenging evaluation for general AI assistants requiring multi-step reasoning and tool use. The result positions Hugging Face's open agent framework competitively against proprietary systems. The post details the agent architecture and tooling approach used to achieve the result.

7Openai Blog·1mo ago·source ↗

New Tools for Building Agents

OpenAI announced new tools aimed at developers building AI agents, published on March 11, 2025. The announcement comes from OpenAI's official blog, signaling a continued push to expand the agent-building ecosystem. Specific tools and capabilities were not detailed in the provided body text, but the source and framing indicate a product/tooling release targeting the agentic development workflow.

4Hugging Face Blog·1mo ago·source ↗

Introducing Decision Transformers on Hugging Face

Hugging Face introduces support for Decision Transformers, a framework that casts offline reinforcement learning as a sequence modeling problem using transformer architectures. The blog post covers the conceptual basis of Decision Transformers and their integration into the Hugging Face ecosystem. This represents an early step in bringing RL-based model paradigms into the standard ML tooling stack.

5Hugging Face Blog·1mo ago·source ↗

Swift Transformers Reaches 1.0 – and Looks to the Future

Hugging Face's Swift Transformers library has reached version 1.0, marking a stable release milestone for running transformer models natively on Apple platforms. The announcement covers the library's current capabilities and future roadmap for on-device inference on iOS and macOS. This represents a significant step for deploying open-weight models in Apple ecosystem applications without server-side inference.

4Hugging Face Blog·1mo ago·source ↗

Introducing Agents.js: Give tools to your LLMs using JavaScript

Hugging Face released Agents.js, a JavaScript library that enables developers to equip large language models with tools and build agent workflows in a JS/TS environment. The library brings tool-use and agent orchestration capabilities—previously more common in Python ecosystems—to the JavaScript developer community. It integrates with Hugging Face's model hub and inference APIs.

6Openai Blog·1mo ago·source ↗

The next evolution of the Agents SDK

OpenAI has updated its Agents SDK with native sandbox execution and a model-native harness, enabling developers to build secure, long-running agents that operate across files and tools. The update targets production-grade agentic workflows by providing safer code execution environments and tighter integration with OpenAI models. This represents a continued push by OpenAI to mature its developer tooling for autonomous agent deployment.

5Hugging Face Blog·1mo ago·source ↗

Transformers.js v4: Now Available on NPM

Hugging Face has released Transformers.js v4, a major version update to its JavaScript library for running transformer models in the browser and Node.js, now published on NPM. The release likely includes updated model support, performance improvements, and API changes. This continues the trend of bringing ML inference capabilities directly to JavaScript environments without requiring a Python backend.