Feat/agentic rag and parser invoke api (#2052)

* feat: add pipeline api

* feat: add list parser

* ruff lint

* fix: add filter but agentic rag not to use

* feat: add bot uuid for memory..
This commit is contained in:
huanghuoguoguo
2026-03-12 21:47:27 +08:00
committed by GitHub
parent 077e631c13
commit f1608682e6
2 changed files with 99 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ class LocalAgentRunner(runner.RequestRunner):
result = await kb.retrieve(
user_message_text,
settings={
'bot_uuid': query.bot_uuid or '',
'sender_id': str(query.sender_id),
'session_name': f'{query.session.launcher_type.value}_{query.session.launcher_id}',
},