| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-20 | 839 Bytes | |
| v2.10.1 source code.tar.gz | 2026-08-20 | 9.1 MB | |
| v2.10.1 source code.zip | 2026-08-20 | 9.4 MB | |
| Totals: 3 Items | 18.6 MB | 3 | |
What's New
Small patch release: one real bug fix in context token accounting, plus some doc cleanup.
Bug Fixes
- Fixed double-counting of request framing overhead in
TokenCounter.count_context(). System prompt and history were counted independently, so per-request framing tokens got added twice. History is now counted as the increment over the system messages, and tool tokens as the increment over the full message list. The breakdown is now additive:system_prompt + history + tools == total. Thanks @Excelius-Wang (#279)
Docs
- Fixed the Atomic Forge license links (#278). Thanks @Excelius-Wang
- Fixed the broken upgrade guide link in the FAQ (#277). Thanks @Excelius-Wang
- Dropped the Star History section from the README
Full Changelog
https://github.com/eigenwise/atomic-agents/compare/v2.10.0...v2.10.1