Why did an AI member not return a message?
There are several common reasons:- If the
@memberchip shows a red dot, the agent failed while processing the message. You can inspect the error from theWorkspacepanel. - If the agent ran but did not send a final message, it likely chose not to post one. You can inspect the raw output in
.openteams/runs/<session>/run_records/<session>_<runid>/output.md. - If there was no output during execution and no final output either, the model likely failed internally, or the configured model ID is incorrect. Check the run log for details.
Where can I find the error log returned by an AI member?
The error log is stored at.openteams/runs/<session>/run_records/<session>_<runid>/raw.log under the AI member workspace path.
How do I uninstall openteams?
On the Windows desktop app, go to the installation directory, findUninstall openteams, and double-click it.
If you installed the web package with npx, run npx uninstall openteams-web.
How do I clear the database?
If you run into an unrecoverable error and need to completely clear the openteams database, delete the application data directory for your operating system. Delete the following directory for your operating system:- macOS
- Linux
- Windows
This directory also contains system logs. You can inspect openteams system logs in the
logs directory.
