v9.5.0

neuml/txtaiv9.5.0Feb 12, 2026by davidmezzetti

AI Summary

This release adds significant new agent capabilities including agents.md, skill.md support and memory features for enhanced agent functionality.

Key Highlights

  • Support for agents.md configuration
  • Support for skill.md files
  • Agent memory support with session-based storage
  • Padding to multiples of 8 for fp16 and bf16
  • Input merging modes for language modeling training

New Features

  • Add support for agents.md
  • Add support for skill.md
  • Add support for Agent memory
  • Add ability to store agent memory by session
  • Add example demonstrating how to use agents.md files
  • Add example demonstrating how to use skill.md files
  • Pad to multiples of 8 for both fp16 and bf16
  • Add input merging modes for language modeling training

Full Release Notes

**TxtAI got skills! This release adds a lot of great new agent capabilities: agents.md, skill.md and memory**

See below for full details on the new features, improvements and bug fixes.

New Features
--------------------------
- Add support for agents.md (#1014)
- Add support for skill.md (#1015)
- Add support for Agent memory (#1016)
- Add ability to store agent memory by session (#1025)
- Add example demonstrating how to use agents.md files (#1018)
- Add example demonstrating how to use skill.md files (#1019)

Improvements
--------------------------
- Pad to multiples of 8 for both fp16 and bf16 (#1020)
- Add input merging modes for language modeling training (#1021)

Bug Fixes
--------------------------
- Fix issue with latest version of FastAPI (#1022)