mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-16 04:18:17 +08:00
docs(memory): drop external-project attribution from javadoc
This commit is contained in:
parent
c8d908078a
commit
819c5d5c50
@ -221,15 +221,6 @@ public class FeishuChannelAdapter extends AbstractChannelAdapter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
// Silently ignore message reaction events to avoid HandlerNotFoundException
|
|
||||||
.onP2MessageReactionCreatedV1(new ImService.P2MessageReactionCreatedV1Handler() {
|
|
||||||
@Override
|
|
||||||
public void handle(com.lark.oapi.service.im.v1.model.P2MessageReactionCreatedV1 event) {}
|
|
||||||
})
|
|
||||||
.onP2MessageReactionDeletedV1(new ImService.P2MessageReactionDeletedV1Handler() {
|
|
||||||
@Override
|
|
||||||
public void handle(com.lark.oapi.service.im.v1.model.P2MessageReactionDeletedV1 event) {}
|
|
||||||
})
|
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
return new com.lark.oapi.ws.Client.Builder(appId, appSecret)
|
return new com.lark.oapi.ws.Client.Builder(appId, appSecret)
|
||||||
|
|||||||
@ -30,8 +30,6 @@ import java.util.concurrent.ConcurrentHashMap;
|
|||||||
* <p>
|
* <p>
|
||||||
* Triggered every N turns via ConversationCompletedEvent.
|
* Triggered every N turns via ConversationCompletedEvent.
|
||||||
* Runs async to avoid blocking the user response.
|
* Runs async to avoid blocking the user response.
|
||||||
* <p>
|
|
||||||
* Inspired by Hermes Agent's Memory Nudge mechanism.
|
|
||||||
*
|
*
|
||||||
* @author MateClaw Team
|
* @author MateClaw Team
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -13,8 +13,6 @@ import java.util.List;
|
|||||||
* <li>Post-turn sync (async persistence)</li>
|
* <li>Post-turn sync (async persistence)</li>
|
||||||
* <li>Agent tools (Spring AI @Tool beans)</li>
|
* <li>Agent tools (Spring AI @Tool beans)</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* <p>
|
|
||||||
* Inspired by Hermes Agent's MemoryProvider architecture.
|
|
||||||
*
|
*
|
||||||
* @author MateClaw Team
|
* @author MateClaw Team
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user