We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The websocket server seems to have some issue
in line 52, self.interface.register_client(websocket) it doesn't seem to pass down to the underlying agent's interface
self.interface.register_client(websocket)
The text was updated successfully, but these errors were encountered:
@CUexter sorry websocks is no longer supported - could you please use the REST API (https://memgpt.readme.io/reference/api) or Python client instead?
Sorry, something went wrong.
docs: add documentation for DeepSeek integration (#1069)
81956d7
No branches or pull requests
The websocket server seems to have some issue
in line 52,
self.interface.register_client(websocket)
it doesn't seem to pass down to the underlying agent's interfaceThe text was updated successfully, but these errors were encountered: