mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 20:50:21 +00:00
Memory recall speedup
This commit is contained in:
parent
8ec3b24696
commit
4e028a3ce4
7 changed files with 198 additions and 164 deletions
|
|
@ -1,8 +1,6 @@
|
|||
from python.helpers.api import ApiHandler
|
||||
from flask import Request, Response
|
||||
|
||||
from python.helpers import persist_chat
|
||||
|
||||
class Nudge(ApiHandler):
|
||||
async def process(self, input: dict, request: Request) -> dict | Response:
|
||||
ctxid = input.get("ctxid", "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue