mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
refactor: According to RFC 116: Updated the type of index key.
This commit is contained in:
parent
09fe4593f6
commit
e5c792e512
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@
|
|||
@Time : 2023/5/20 12:15
|
||||
@Author : alexanderwu
|
||||
@File : memory.py
|
||||
@Modified By: mashenquan, 2023-11-1. According to Chapter 2.2.1 and 2.2.2 of RFC 116:
|
||||
Updated the message filtering logic.
|
||||
@Modified By: mashenquan, 2023-11-1. According to RFC 116: Updated the type of index key.
|
||||
"""
|
||||
from collections import defaultdict
|
||||
from typing import Iterable, Set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue