mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
feat: + annotations
This commit is contained in:
parent
8738831e0f
commit
455c59d8c4
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
@Time : 2023/8/18
|
||||
@Author : mashenquan
|
||||
@File : brain_memory.py
|
||||
@Desc : Support memory for multiple tasks and multiple mainlines.
|
||||
"""
|
||||
|
||||
from enum import Enum
|
||||
from typing import List, Dict
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue