Known Issues and Bugs
This section describes open bugs and known issues for Agent Factory release 26.4.
Known Issues
Agent Factory Upgrades Fail on macOS Tahoe 26.x
On macOS Tahoe 26.x, users can fail to upgrade directly from an existing Agent Factory installation to Agent Factory release 26.4. This issue appears to be caused by Podman, which can prevent containers from being handled correctly on newer macOS versions.
Workaround:
- Remove the current Agent Factory installation, whether it is a production or quickstart installation.
- Perform a fresh installation of Agent Factory release 26.4.
SQL Node Responses Are Truncated at 101 Rows
By default, responses from the SQL Query Node are truncated at 101 rows. This guardrail helps prevent agents from adding unnecessary results to the context window.
Workaround:
To return more rows, add the FETCH FIRST X ROWS ONLY clause to your SQL statement. Replace X with the maximum integer number of rows to return.