mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
use memory index to get the last user message
This commit is contained in:
parent
5d21d255e4
commit
d077cd0b2f
4 changed files with 16 additions and 27 deletions
|
|
@ -157,3 +157,6 @@ SWE_SETUP_PATH = get_metagpt_package_root() / "metagpt/tools/swe_agent_commands/
|
|||
|
||||
# experience pool
|
||||
EXPERIENCE_MASK = "<experience>"
|
||||
|
||||
# Used to identify user requirements in the memory index.
|
||||
USER_REQUIREMENT = "metagpt.actions.add_requirement.UserRequirement"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue