Download Latest Version v0.74.4 source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of GPT Computer Assistant

Home / v0.74.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-30 1.5 kB
v0.74.3 source code.tar.gz 2026-03-30 2.7 MB
v0.74.3 source code.zip 2026-03-30 3.3 MB
Totals: 3 Items   6.0 MB 1

New Features:

  • Exa web search toolkit: Agents can use Exa for neural and keyword web search, URL content retrieval, similar-page discovery, and LLM-oriented answers with citations via ExaTools.
  • E2B sandbox toolkit: Agents can run Python, JavaScript, Java, R, and Bash in isolated E2B cloud sandboxes with file transfer, shell commands, package installs, and lifecycle controls via E2BTools.
  • Daytona sandbox toolkit: Agents can execute code and manage files, Git workflows, and sandbox lifecycle in Daytona cloud environments via DaytonaTools.

Improvements:

  • User policy coverage: Safety policies now evaluate all configured input sources (task description, context, system prompt, chat history, and tool outputs where scoped), not only the task description, so sanitization matches policy scope consistently.
  • OCR engine initialization: OCR providers use thread-safe lazy initialization so concurrent callers share a single reader instance instead of racing during first load.

Bug Fixes:

  • OCR duplicate downloads: Parallel or repeated initialization of OCR engines could trigger redundant model downloads; locking ensures the engine is created once per provider.

Full Changelog address: v0.74.2...v0.74.3

Pull Requests:

  • fix: add threading for initializing ocr engines preventing multiple download: DoganK01 in #557
Source: README.md, updated 2026-03-30